Re: rsync and unattended ssh between 2 machines

2003-12-21 Thread Toni Schmidbauer
On Sat, Dec 20, 2003 at 07:53:08PM -0500, Brent Bailey wrote: > ive been trying to get rsync to work with unattended SSH and syncing of > file systems > > Anyone have any good luck with doing this ? suggestions ?? any all all > help is greatly appreciated you have to create a rsa/dsa keypair wit

rsync and unattended ssh between 2 machines

2003-12-20 Thread Brent Bailey
ive been trying to get rsync to work with unattended SSH and syncing of file systems between 2 machines running FBSD 4.9RC. I have rsync installed and i run a script like #!/bin/sh remote="192.168.25.12" fslist="/var/mail /var/db/mysql /usr/local/www/data /user2" for fs in $fslist ; do