mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 23:01:33 -04:00
python setup.py build_usage
This commit is contained in:
parent
d503e3b860
commit
71275af561
3 changed files with 11 additions and 0 deletions
|
|
@ -38,3 +38,8 @@ Description
|
|||
|
||||
The key files used for repository encryption are optionally passphrase
|
||||
protected. This command can be used to change this passphrase.
|
||||
|
||||
Please note that this command only changes the passphrase, but not any
|
||||
secret protected by it (like e.g. encryption/MAC keys or chunker seed).
|
||||
Thus, changing the passphrase after passphrase and borg key got compromised
|
||||
does not protect future (nor past) backups to the same repository.
|
||||
|
|
|
|||
|
|
@ -116,3 +116,6 @@ If this is not possible, consider creating a bind mount to a stable location.
|
|||
|
||||
See the output of the "borg help patterns" command for more help on exclude patterns.
|
||||
See the output of the "borg help placeholders" command for more help on placeholders.
|
||||
|
||||
Borg respects the nodump flag. Files flagged nodump will be marked as excluded (x)
|
||||
in ``--list`` output.
|
||||
|
|
|
|||
|
|
@ -43,6 +43,9 @@ Description
|
|||
|
||||
If repository encryption is used, the repository is inaccessible
|
||||
without the key. This command allows to backup this essential key.
|
||||
Note that the backup produced does not include the passphrase itself
|
||||
(i.e. the exported key stays encrypted). In order to regain access to a
|
||||
repository, one needs both the exported key and the original passphrase.
|
||||
|
||||
There are two backup formats. The normal backup format is suitable for
|
||||
digital storage as a file. The ``--paper`` backup format is optimized
|
||||
|
|
|
|||
Loading…
Reference in a new issue