RE: how to promote files instead of mirroring files

2001-03-23 Thread Magdalena Hewryk
> -Original Message- > From: Dave Dykstra [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 23, 2001 11:51 AM > To: Magdalena Hewryk > Cc: [EMAIL PROTECTED] > Subject: Re: how to promote files instead of mirroring files > > Take a look at -u or --update which

Re: how to promote files instead of mirroring files

2001-03-23 Thread Dave Dykstra
On Fri, Mar 23, 2001 at 10:03:21AM -0500, Magdalena Hewryk wrote: > Hi, > > I use rsync to mirror host1 to host2 but unfortunately it is not what it has > to be done. > > I need to copy over from host1 to host2 ONLY those files which where changed > on host1 from the last rsync run. Rsync shoul

Re: how to promote files instead of mirroring files

2001-03-23 Thread tim . conway
Sure you can. Every time you promote, touch a marker file, as a date reference. Then, next promote, run a "find -newer -print" into your include list, exclude *, and run your rsync with --include-from= --exclude='/*'. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorad