Difference between revisions of "Talk:Backing Up via Rsync"

From WebOS Internals
Jump to navigation Jump to search
(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'...)
(No difference)

Revision as of 18: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