Update README.md

Fixed intention
This commit is contained in:
Ruben Barkow 2017-04-24 09:43:16 +02:00 committed by GitHub
parent 161d5c0856
commit 9a94d72ded

View File

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