But there would only be one client .. the machine behind my firewall...connecting to the two servers, which are publically available.
-Matt On Mon, 2003-12-29 at 17:19, Dave McCammon wrote: > --- Charles Swiger <[EMAIL PROTECTED]> wrote: > > On Dec 29, 2003, at 3:21 PM, Matthew Juszczak wrote: > > > With rsync, it appears that my machine would need > > to run the server > > > software, and the two servers would run clients. > > That just wouldn't > > > work. > > > > While one can run rsync as a daemon (which might not > > be suitable for > > your purposes given what you've said), it's also > > possible to invoke > > rsync via SSH from either the "client" or the > > "server"... > > > > -- > > -Chuck > > > > > > install rsync from the ports on all machines > and on the "clients" do a > > /usr/local/bin/rsync -azRv --delete /etc > backup_server:/backup/ > > (modify command to your needs..see man rsync) > in a cron job or from command line. This command will > use rsync-over-ssh from the "client" to the > "backup_server". It will ask for a password unless you > set up keys for auto-login with ssh. > > __________________________________ > Do you Yahoo!? > New Yahoo! Photos - easier uploading and sharing. > http://photos.yahoo.com/ > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"