To synchronize my server with the "standby" server, I run the following: rsync -a -e ssh /home/ 192.168.0.22:/home/ As expected, I am asked for a password from the destination computer. Is there a way to avoid that so I can make a crontab to run the rsync nightly? Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
On 12/10/05, Todd Cary <todd at aristesoftware.com> wrote:> To synchronize my server with the "standby" server, I run the following: > > rsync -a -e ssh /home/ 192.168.0.22:/home/ > > As expected, I am asked for a password from the destination computer. > Is there a way to avoid that so I can make a crontab to run the rsync > nightly? > > ToddSet up ssh keys. -- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center