Hello, 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 and in the server drwxr-xr-x 3 root root 4096 aoû 24 12:33 . drwxr-xr-x 4 root root 4096 aoû 24 11:46 .. -rw-r--r-- 1 root root 7 aoû 24 12:33 01 -rw-r--r-- 1 root root 14 aoû 24 12:33 index drwxr-xr-x 2 root root 4096 aoû 24 12:07 tee For info i m running the Fedora FC5 and here is my /etc/rsyncd.conf (i m just testing for now so the security is poor) uid = root gid = root [original] path= /mnt/disque3 list = yes read only = yes Thanks for your help, Franck Server side -- Franck -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html