mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 09:59:19 -04:00
Merge pull request #5850 from braewoods/exclude-from
Complements the documentation for pattern files and exclude files (#5520)
This commit is contained in:
commit
27b08ab57c
1 changed files with 1 additions and 1 deletions
|
|
@ -2369,7 +2369,7 @@ class Archiver:
|
|||
fm:aa:something/*
|
||||
re:^home/[^/]\\.tmp/
|
||||
sh:home/*/.thumbnails
|
||||
# Example with spaces, no need to escape as it is processed by borg
|
||||
# Example with spaces, no need to escape as it is processed by borg
|
||||
some file with spaces.txt
|
||||
EOF
|
||||
$ borg create --exclude-from exclude.txt backup /
|
||||
|
|
|
|||
Loading…
Reference in a new issue