The DST (what an idiotic idea) is probably your problem.0555 CDT is an hour earlier than 0555 CST, so you can sync from CST to CDT, change it on the CDT system, and it looks older than it was before the change, if your timezones aren't correctly implemented (keep time in GMT, display it in local). Check the output of 'date -u' on both machine. If you don't have a unix date command, use 'perl -e print time' on both ends. That will give you epoch time - seconds since midnight, January 1, 1970. If you're 5 minutes of, the difference between those two systems should be 600. If the difference is closer to 3600, you've got an hour offset.
Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me.... Tim?" -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html