mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 21:57:36 +00:00
Merge pull request #2966 from ThomasWaldmann/issue/2949-1.1
create: document exclusion through nodump
This commit is contained in:
commit
e2b01dc05b
1 changed files with 3 additions and 0 deletions
|
@ -2807,6 +2807,9 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True):
|
|||
and not include any other contents of the containing folder, this can be enabled
|
||||
through using the ``--keep-exclude-tags`` option.
|
||||
|
||||
Borg respects the nodump flag. Files flagged nodump will be marked as excluded (x)
|
||||
in ``--list`` output.
|
||||
|
||||
Item flags
|
||||
++++++++++
|
||||
|
||||
|
|
Loading…
Reference in a new issue