mirror of
https://github.com/FliegendeWurst/borg-homedir-excludes.git
synced 2024-11-12 16:53:04 +00:00
Update README.md
Fixed intention
This commit is contained in:
parent
161d5c0856
commit
9a94d72ded
@ -17,10 +17,10 @@
|
||||
# first append the “-n” parameter rsync will simulate the operation. you should use this before you start:
|
||||
rsync -naP --exclude-from=/var/tmp/ignorelist /home/$USER/ $BACKUPDIR
|
||||
|
||||
#check for permission denied errors in your homedir:
|
||||
rsync -naP --exclude-from=/var/tmp/ignorelist /home/$USER/ $BACKUPDIR|grep denied
|
||||
#check for permission denied errors in your homedir:
|
||||
rsync -naP --exclude-from=/var/tmp/ignorelist /home/$USER/ $BACKUPDIR|grep denied
|
||||
|
||||
# if it is all fine, start your backup with
|
||||
# if it is all fine, start your backup with
|
||||
rsync -aP --exclude-from=/var/tmp/ignorelist /home/$USER/ $BACKUPDIR
|
||||
|
||||
You can edit the ignorelist file before execution as it serves you well:
|
||||
|
Loading…
Reference in New Issue
Block a user