Displaying 1 result from an estimated 1 matches for "server_scripts".
Did you mean:
  sender_scripts
  
2005 Feb 17
4
Incremental Backups
...ems that I should remove the delete as I would like to at any point 
be able to go back in time and look at a snapshot of the server.  Is 
this a correct assessment?  And if so, would the more appropriate rsync 
command go as follows?
sudo rsync -azRv -e ssh 
--exclude-from=/Users/someuser/scripts/Server_Scripts/etc/rsync_exclude 
--link-dest=../Server_Backup.1 administrative_user@someserver.com:/ 
Server_Backup.current
Thanks much for any help!
-George