Time problem

Franck Y franck110 at gmail.com
Mon Aug 28 07:00:01 GMT 2006


On 8/25/06, Paul Slootman <paul at debian.org> wrote:
> On Thu 24 Aug 2006, Franck Y  wrote:
> >
> > I have a little problem regarding time.
> > I want to preserve all time when i transfert for my backup.
> > So i used the following option "-t", but when i transfert it i have
> > nothing about times just the day when it was transfered.
> > Here is a snapshot of what i try to explain
> >
> > I transfert my data though this command
> > rsync -trvu 192.169.10.69::original /mnt/disque3
> >
> > Client side
> > ls -la give me this ouptut
> > drwxr-xr-x 3 root root  4096 aoû 24  2006 .
> > drwxr-xr-x 5 root root  4096 aoû 24 11:24 ..
> > -rw-r--r-- 1 root root     7 aoû 24  2006 01 // don t have time here
> > -rw-r--r-- 1 root root    14 aoû 24  2006 index  // don t have time here
> > drwxr-xr-x 2 root root  4096 aoû 24 12:07 tee
>
> This is what ls does when the time of the file is "in the future".
> Apparently you don't have the system times of both systems in sync.
>
> If you have the 'stat' command you can use that to show the timestamp of
> the files.
>
>
> Paul Slootman
>

You were right !
Both computer were not in the same zone even if there was at -5.00.
First one was on Montreal, the other one was on NYC.
Thanks for the help !
-- 
Franck


More information about the rsync mailing list