Displaying 1 result from an estimated 1 matches for "how_to_scp_scp_and".
2008 Oct 23
2
asking for root password
We are using rsync to pull backups created on our server.
The command below is run as a cronjob and it works great.
rsync -avu --rsh "ssh -l root" root@servername:/var/lib/mysql/backups/ /backups/mysql/
We have a new server that will replace the old server that rsync pulls backups from.
On the system that is running rsync, I switched the servername in the command above to the new