mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-24 11:24:48 -04:00
Merge pull request #2972 from ThomasWaldmann/issue/2949-1.0
create: document exclusion through nodump
This commit is contained in:
commit
4a4e2abfcb
1 changed files with 3 additions and 0 deletions
|
|
@ -1392,6 +1392,9 @@ class Archiver:
|
|||
|
||||
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.
|
||||
""")
|
||||
|
||||
subparser = subparsers.add_parser('create', parents=[common_parser],
|
||||
|
|
|
|||
Loading…
Reference in a new issue