Sfoglia il codice sorgente

Merge pull request #2972 from ThomasWaldmann/issue/2949-1.0

create: document exclusion through nodump
TW 8 anni fa
parent
commit
4a4e2abfcb
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      borg/archiver.py

+ 3 - 0
borg/archiver.py

@@ -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 patterns" command for more help on exclude patterns.
         See the output of the "borg help placeholders" command for more help on placeholders.
         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],
         subparser = subparsers.add_parser('create', parents=[common_parser],