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'...)
 
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 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