mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-10 06:03:38 +00:00
docs: correct create exclude comment
This commit is contained in:
parent
a5ff8669ff
commit
4cd1cc6a28
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ Examples
|
|||
~/src \
|
||||
--exclude '*.pyc'
|
||||
|
||||
# Do the same using a shell-style pattern
|
||||
# Backup home directories excluding image thumbnails (i.e. only
|
||||
# /home/<one directory>/.thumbnails is excluded, not /home/*/*/.thumbnails etc.)
|
||||
$ borg create /path/to/repo::my-files /home \
|
||||
--exclude 'sh:/home/*/.thumbnails'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue