Re: File merging

2001-09-13 Thread Britton
es are not changed at both ends), and then forget to sync, rsync will note the timestamps and not stomp the new changes, no matter which way you sync, I think. Britton > -- > Andy Goth | [EMAIL PROTECTED] | http://null.cc.uic.edu/~andy/

Re: File merging

2001-09-13 Thread Britton
tem with locking. On the other hand, if only one system changes at a time rsync works fine. Britton > > I have _serious_ doubts, because I think it would take a diff3, but a friend > mentioned it, so I had to ask. > > -- > Andy Goth | [EMAIL PROTECTED] | http://null.cc.uic.edu/~andy/ > >

Re: 2-way rsync with delete

2001-06-25 Thread Britton
leted files have no date stamps associated with them. I think you need full blown distributed file system. Britton Kerin __ GNU GPL: "The Source will be with you... always." On Mon, 25 Jun 2001, Kovalev, Ivan wrote: > I am doing a "poor man cluster" using rsync to synchr

dry run output does not match what is really done

2001-06-25 Thread Britton
h you... always." Britton Kerin

Re: Password for SSH2

2001-02-01 Thread Britton
don't entirely remember, attached is my /etc/ssh/sshd_config which I use for passwordless login to localhost to test MPICH programs. Britton Kerin __ GNU GPL: "The Source will be with you... always." On Thu, 1 Feb 2001, Ed Young wrote: > Hi, > > How do I set up a passwor

Re: rsync, ssh, and automate

2001-01-17 Thread Britton
ssh_config or sshd_config the significance of which I have forgotten, they are attached. Britton __ GNU GPL: "The Source will be with you... always." On Wed, 17 Jan 2001, Ralph Brown wrote: > thanks for the help so far..this is a helpful list! > > what i am trying to do is

Re: newbie's question

2000-12-14 Thread Britton
OPTS /$d/ $BACKUP:/orion1_backup/$d/ > > Is there any other way to bypass the 'typing of the root's passwd on B' > so I could have this script > run as a cron job ever day? Set up ssh to allow passwordless login. Note that this is often a huge security hole. Good luck, Britton

preserving date stamps on newly synced files?

2000-11-02 Thread Britton
oes anyone know of a way to do this? Britton