Displaying 1 result from an estimated 1 matches for "rsync_from_sourcebox".
2008 Oct 20
1
rsync recovery of system backup to different Linux computer
...inationbox.com
#
echo
echo "THIS SCRIPT MUST BE RUN AS user=root."
echo;echo "Executing rsync to destinationbox.com. Using key authentication
to connect..";
sync;(rsync --rsync-path "sudo rsync" -vaHxz --numeric-ids --delete / -e ssh
username@destinationbox.com:/backup/rsync_from_sourcebox) >> rsync.log 2>&1;
sync;(rsync --rsync-path "sudo rsync" -vaHxz --numeric-ids --delete /boot -e
ssh username@destinationbox.com:/backup/rsync_from_sourcebox)
I am merely trying to avoid a total system reload. So, any tips would be
appreciated!
Thanks,
Gordon
--
View thi...