bart.coninckx@sita.be
2002-Oct-29  21:03 UTC
important caveat with Rsync on NT and daylight savings time
That's actually a very good suggestion. First I figured that in this way
files changed within the hour after creation would be ignored, but they
probably represent a very small minority anyway.
On the other hand, this does not really rectify the situation, but will
allow us to postpone the real sync again until, let's say a holiday, where
we have plenty of time to sync.
Rgds,
Bart Coninckx
Network Administrator
CNE, ASE
*************************************
Watco ICT Services
Lilsedijk 19
B-2340 Beerse
Belgium
e-mail: bart.coninckx@sita.be
Tel: + 32 (0) 14 60 99 42
Fax: + 32 (0) 14 62 41 47
*************************************
                    jw schultz
                    <jw@pegasys.ws>          To:     rsync@samba.org
                    Sent by:                 cc:
                    rsync-admin@lists        Subject:     Re: important caveat
with Rsync on NT and dayligt savings time
                    .samba.org
                    10/29/2002 21:30
On Tue, Oct 29, 2002 at 09:06:26PM +0100, bart.coninckx@sita.be
wrote:>
> No matter what my understanding's like: the timestamps on the files
changed> after last weekend, resulting in a mismatch between source and
destination> files. I've changed the clock to a timezone one hour ahead to
compensate,
> did a "F5" in a particular folder and miraculously the timestamps
followed> along with one hour. Unfortunately, it was already too late for a lot of
> files ...
In your situation you might want to use --modify-window=3600
and each night either reduce the window or apply it to fewer
files.  That way you can spread the load.
You'll need to do this again in April 8-(
Holloween came early for you.
--
________________________________________________________________
           J.W. Schultz            Pegasystems Technologies
           email address:                      jw@pegasys.ws
                     Remember Cernan and Schmitt
--
To unsubscribe or change options:
http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
jw schultz
2002-Oct-29  21:18 UTC
important caveat with Rsync on NT and daylight savings time
On Tue, Oct 29, 2002 at 10:01:58PM +0100, bart.coninckx@sita.be wrote:> > That's actually a very good suggestion. First I figured that in this way > files changed within the hour after creation would be ignored, but they > probably represent a very small minority anyway.The number of files whose timestamp is less than one hour since the last rsync run and still have the same size will be very small.> On the other hand, this does not really rectify the situation, but will > allow us to postpone the real sync again until, let's say a holiday, where > we have plenty of time to sync.Reducing the window won't work (brain fart on my part). If you run an rsync without the modify-window on part of the trees each night you can get caught up.> > On Tue, Oct 29, 2002 at 09:06:26PM +0100, bart.coninckx@sita.be wrote: > > > > No matter what my understanding's like: the timestamps on the files > changed > > after last weekend, resulting in a mismatch between source and > destination > > files. I've changed the clock to a timezone one hour ahead to compensate, > > did a "F5" in a particular folder and miraculously the timestamps > followed > > along with one hour. Unfortunately, it was already too late for a lot of > > files ... > > In your situation you might want to use --modify-window=3600 > and each night either reduce the window or apply it to fewer > files. That way you can spread the load. > > You'll need to do this again in April 8-( > > Holloween came early for you. >-- ________________________________________________________________ J.W. Schultz Pegasystems Technologies email address: jw@pegasys.ws Remember Cernan and Schmitt
Reasonably Related Threads
- important caveat with Rsync on NT and dayligt savings time
 - Solution For Rsync and Cygwin Daylight Savings Timezone Problems
 - How to prevent batch rsync to write rsync_argvs files in the home directory
 - Securing Rsync
 - ways to ignore modified times of folders in NT?