Talk:Backing Up via Rsync

From WebOS Internals
Revision as of 18:07, 21 July 2009 by 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'...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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