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..
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to