I'm using the very latest 'version 3.0.1pre3 protocol version 30', on both ends, and have seen a date/time discrepancy in the log on the receiver. The sending machine (machineA) is in US CDT while the receiver is in US PDT. Both sender and receiver have their time set correctly.

a contiguous snippet from the log on the receiver : (note the first three timestamps are correct:)
2008/04/02 22:18:17 [3707] connect from machineA (YY.YY.YY.YY)
2008/04/02 22:18:17 [3707] rsync allowed access on module backups from machineA (YY.YY.YY.YY) 2008/04/02 22:18:17 [3707] rsync to backups/ssc/e_drive from machineA (YY.YY.YY.YY)
2008/04/03 05:18:18 [3707] receiving file list
2008/04/03 05:18:18 [3707] Accounting Data/
2008/04/03 05:18:18 [3707] Accounting Data/eximware/
2008/04/03 05:18:18 [3707] Accounting Data/eximware/QB Integration/
2008/04/03 05:18:18 [3707] Accounting Data/eximware/QuPump/
2008/04/03 05:18:18 [3707] Accounting Data/eximware/QuPump/Err/
...
command executed on the sender:


rsync -auvhzb -e 'ssh' --delete --exclude *.bkf --partial-dir=.rsync-partial * [EMAIL PROTECTED]::backups/ssc/e_drive

rsyncd.conf on receiver :
uid = 0
gid = 0
log file = /var/log/rsync.log
transfer logging = yes
log format = %o from %h %f[%M] %b bytes
timeout = 600
use chroot = yes

[backups]
        path = /usr/local/backups
        comment = backups
        write only = yes
        read only = no
        lock file = /var/run/rsyncd.lock
        max connections = 5
Any thoughts or suggestions much appreciated....

Tom

--
Tom Cowin
Blackfin Software, LLC

email:     [EMAIL PROTECTED]
office:    (425)296-7744
mobile:    (425)985-3150
fax:       (425)460-7000
google:    [EMAIL PROTECTED]
aim:       blackfinsoftware
msn:       [EMAIL PROTECTED]
snailmail: 2033 Sixth Ave. Suite 740 Seattle, WA. 98121

--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to