docs: correct create exclude comment

This commit is contained in:
Marian Beermann 2017-06-10 12:06:18 +02:00
parent a5ff8669ff
commit 4cd1cc6a28
1 changed files with 2 additions and 1 deletions

View File

@ -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'