chris allen wrote:
I have a main server that I want to backup to my backup server. I
don't know on witch side that I need to make a key on
the code is bellow is what I am using
rsync -e "ssh -i /root/.ssh/rsync-key" -avHRrz --numeric-ids
--progress --stats --delete --exclude=/proc/* --excl
On Sat, Feb 26, 2005 at 04:34:32AM -0600, chris allen wrote:
> rsync works fine except it keeps asking for a password.
Just to be clear: rsync isn't asking for the password, ssh is. I'd
recommend testing a simpler ssh command until you get it working without
a password, and then use that setup t
I have a main server that I want to backup to my backup server. I don't
know on witch side that I need to make a key on
the code is bellow is what I am using
rsync -e "ssh -i /root/.ssh/rsync-key" -avHRrz --numeric-ids
--progress --stats --delete --exclude=/proc/* --exclude=/tmp/*
--exclu