Hi, I use the following log format on windows and Unix platforms: from windows batch script: --log-format="%%t [%%p] <recv<%USER_IP%<%USER%<%%f<%%l<%%b" from unix bash script: --log-format="%t [%p] <recv<${USER_IP}<${USER}<%f<%l<%b"
Here are examples of the log lines (on one line):
windows client:
2004/01/28 [2308] <recv<192.168.0.53<web1<cygdrive/d/www/sproutkicksass.com/photoalbum/pics/2002-08/20020830_06_Poppy_and_Nana.jpg<42764<423
21
unix client:
2004/01/29 04:15:29 [38706] <recv<192.168.1.254<intertb<usr/home/scheduling/itbschedule.mdb<24272896<335398
The windows is with rsync 2.6.0. The unix clients are 2.5.6.
Why does the windows setup give only the date and not the time?
Brian
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html