Remove re docs

Fixes https://github.com/borgbackup/borg/issues/2458
This commit is contained in:
rugk 2017-06-10 11:57:06 +02:00
parent 9bc00f01aa
commit 4987c04e5b
No known key found for this signature in database
GPG Key ID: 05D40A636AFAB34D
1 changed files with 0 additions and 5 deletions

View File

@ -16,11 +16,6 @@ Examples
~/src \
--exclude '*.pyc'
# Backup home directories excluding image thumbnails (i.e. only
# /home/*/.thumbnails is excluded, not /home/*/*/.thumbnails)
$ borg create /path/to/repo::my-files /home \
--exclude 're:^/home/[^/]+/\.thumbnails/'
# Do the same using a shell-style pattern
$ borg create /path/to/repo::my-files /home \
--exclude 'sh:/home/*/.thumbnails'