Talk:Backing Up via Rsync
Revision as of 17:07, 21 July 2009 by JackieRipper (talk | contribs)
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