Displaying 1 result from an estimated 1 matches for "destinationbox".
2008 Oct 20
1
rsync recovery of system backup to different Linux computer
...n both my backup and recovery rsync scripts, however, I
am uncertain if the new system would work once the rsync backup was
recovered since its a different piece of computer hardware. FYI, the script
that I am using on my source box is:
#!/bin/sh
#
# rsync backup of entire sourcebox.com server to destinationbox.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...