Problem related to time-stamp

Wayne Davison wayned at samba.org
Fri Jul 30 17:44:04 GMT 2004


On Fri, Jul 30, 2004 at 02:49:16AM -0700, shubhra dutt wrote:
> when i rsync them to remote m/c the time-stamp of
> the file on remote m/c (which i transfered from my
> m/c) will change.

Use the -t option to preserve the timestamp from the original and allow
rsync to avoid sending files that are already up-to-date.  If you can't
do that, your only other option is to use -c (which will be quite a bit
slower).

..wayne..


More information about the rsync mailing list