Difference between revisions of "Talk:Backing Up via Rsync"
Jump to navigation
Jump to search
JackieRipper (talk | contribs) (New page: Why turn on the rsync daemon at all? This could easily be accomplished simply by running '''rsync -HrlptgoDPvvS --force --delete --del --stats -e ssh root@IPADDRESS:/ /media/pre-backup'...) |
JackieRipper (talk | contribs) |
||
Line 1: | Line 1: | ||
Why turn on the rsync daemon at all? This could easily be accomplished simply by running | Why turn on the rsync daemon at all? This could easily be accomplished simply by running | ||
− | '''rsync -HrlptgoDPvvS --force --delete --del --stats -e ssh root@IPADDRESS:/ /media/pre-backup''' | + | '''rsync -HrlptgoDPvvS --force --delete --del --stats -e ssh root@IPADDRESS:/ /media/pre-backup/''' |
Also, since ''-P'' includes ''--progress'', there's no reason to call it a second time. | Also, since ''-P'' includes ''--progress'', there's no reason to call it a second time. | ||
-JackieRipper | -JackieRipper |
Revision as of 17:07, 21 July 2009
Why turn on the rsync daemon at all? This could easily be accomplished simply by running
rsync -HrlptgoDPvvS --force --delete --del --stats -e ssh root@IPADDRESS:/ /media/pre-backup/
Also, since -P includes --progress, there's no reason to call it a second time.
-JackieRipper