On 10 Sep 2001, Ragnar Kj?rstad <[EMAIL PROTECTED]> wrote: > [ I'm not on the list - please CC replies to me ] > > Does rsync work properly (is it able to determine wich files are new > correctly) when ran on machines set up with different timezone-settings? Yes. rsync works in unix timestamps, which are in universal time. You should try to have the machines' clocks synchronized, but it is not really necessary. -- Martin