Store included configuration files within each backup archive in support of the "config bootstrap" action (#736).
This commit is contained in:
parent
3c22a8ec16
commit
63198088c4
15 changed files with 402 additions and 205 deletions
|
|
@ -191,3 +191,8 @@ for bootstrapping.
|
|||
borgmatic configuration files, for instance if they contain sensitive
|
||||
information you don't want to store even inside your encrypted backups. If you
|
||||
do this though, the `config bootstrap` action will no longer work.
|
||||
|
||||
<span class="minilink minilink-addedin">New in version 1.8.7</span> Included
|
||||
configuration files are stored in each backup archive. This means that the
|
||||
`config bootstrap` action not only extracts the top-level configuration files
|
||||
but also the includes they depend upon.
|
||||
|
|
|
|||
Loading…
Reference in a new issue