rsync.log - two differ timestamps

Steve Magee smagee at arb.ca.gov
Thu Jul 14 00:01:55 GMT 2005


Just upgraded from rsync 2.6.2  protocol version 28 to 2.6.3 protocol 
version 28.
Linux kernel upgraded from 2.6.5-1 to 2.6.9-11.

 From the client side, I issued...
rsync -av web::app_web /app  > /dev/null

 From the server side, the config shows...
[app_web]
  comment = Moving webs Inside & Outside
  path = /app
  auth users = root
  secrets file = /etc/rsyncd.secrets
  read only = true
  uid = root

In /var/log/rsync.log, I get two records recorded for the single issue 
or rsync from the
client side.  The problem is the timestamp are using localtime and 
Greenwich time.  While
running on the older version of the kernel, both timestamps were using 
localtime.

Jul 13 16:44:59 web rsyncd[26323]: rsync on app_web from 
root at webA.arb.ca.gov (xxx.xxx.xxx.xxx) 
Jul 13 23:45:11 web rsyncd[26323]: wrote 4335227 bytes  read 295 bytes  
total  size 31683130932 

Is there a way to get both timestamps, stamping "localtime"?

Thanks



More information about the rsync mailing list