浏览代码

Document how to test exclusion patterns without performing an actual backup

Michael G. Noll 5 年之前
父节点
当前提交
da08c0e9b8
共有 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
         excluded using regular expressions.
 
+        To test your exclusion patterns without performing an actual backup you can
+        run ``borg create --list --dry-run ...``.
+
         Examples::
 
             # Exclude '/home/user/file.o' but not '/home/user/file.odt':