Преглед изворни кода

Merge pull request #4888 from miguno/1.1-maint

Document how to test exclusion patterns without performing an actual backup
TW пре 5 година
родитељ
комит
9166ad18d9
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/borg/archiver.py

+ 3 - 0
src/borg/archiver.py

@@ -2265,6 +2265,9 @@ class Archiver:
         whitespace removal paths with whitespace at the beginning or end can only be
         whitespace removal paths with whitespace at the beginning or end can only be
         excluded using regular expressions.
         excluded using regular expressions.
 
 
+        To test your exclusion patterns without performing an actual backup you can
+        run ``borg create --list --dry-run ...``.
+
         Examples::
         Examples::
 
 
             # Exclude '/home/user/file.o' but not '/home/user/file.odt':
             # Exclude '/home/user/file.o' but not '/home/user/file.odt':