Re: rsync install help

2003-09-05 Thread Andrew Y Ng
I would also look into keychain, this way u won't have to have a passphrase-less ssh key... i rsync a bunch of stuff in cron with ssh and keychain: 25 2 * * * . ~/.ssh-agent-${HOSTNAME} && rsync -av /foo/* bar.foo.com:foo/ /ayn On 0, Matthew Seaman <[EMAIL PROTECTED]> wrote: > On Fri,

Re: rsync install help

2003-09-05 Thread Matthew Seaman
On Fri, Sep 05, 2003 at 02:39:27PM -0400, Brent Bailey wrote: > Im using FBSD 4.8rc1 ..IM getting ready to install rsync to help with > mirroring to another redundant FBSD box. I was wondering if anyone could > point me a a good howto for this ? Oooh... an easy one. # cd /usr/ports/net/rsync