Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed intention
  • Loading branch information
rubo77 committed Apr 24, 2017
1 parent 161d5c0 commit 9a94d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 9a94d72

Please sign in to comment.