Merge pull request #4882 from miguno/master

Document how to test exclusion patterns without performing an actual backup
This commit is contained in:
TW 2019-12-17 23:00:53 +01:00 committed by GitHub
commit d56e321413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2126,6 +2126,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':