Re: I am having a problem making a key of ssh using rsync

2005-02-27 Thread Shachar Shemesh
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

Re: I am having a problem making a key of ssh using rsync

2005-02-26 Thread Wayne Davison
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 am having a problem making a key of ssh using rsync

2005-02-26 Thread chris allen
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