mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-13 07:33:47 +00:00
Single quote exclude line that includes an asterisk to prevent shell expansion
This commit is contained in:
parent
fd9f9792cb
commit
dcffa5c6a2
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ certain number of old archives::
|
||||||
$REPOSITORY::`hostname`-`date +%Y-%m-%d` \
|
$REPOSITORY::`hostname`-`date +%Y-%m-%d` \
|
||||||
/home \
|
/home \
|
||||||
/var/www \
|
/var/www \
|
||||||
--exclude /home/*/.cache \
|
--exclude '/home/*/.cache' \
|
||||||
--exclude /home/Ben/Music/Justin\ Bieber \
|
--exclude /home/Ben/Music/Justin\ Bieber \
|
||||||
--exclude '*.pyc'
|
--exclude '*.pyc'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue