1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-10 14:15:43 +00:00

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

View file

@ -16,11 +16,6 @@ Examples
~/src \ ~/src \
--exclude '*.pyc' --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 # Do the same using a shell-style pattern
$ borg create /path/to/repo::my-files /home \ $ borg create /path/to/repo::my-files /home \
--exclude 'sh:/home/*/.thumbnails' --exclude 'sh:/home/*/.thumbnails'