On Wed, 18 Aug 2010, Vanitha wrote:
> Precisely I did the same thing & I noticed that the size of the file
> and the timestamp didn’t change. How do I troubleshoot this? Any help
> is appreciated
First step would be to tell us how you're using rsync. *Not* the broad
overview (synchronize a JAR file between servers). Specifics. What
options are you passing to rsync?
e.g. (on the updated server):
rsync /path/to/some.jar otherserver:/path/to/some.jar
Or (on the server being updated):
rsync otherserver:some.jar /path/to/some.jar
As Tony pointed out, we're not psychic. We can't know what you tried
unless you tell us.
--
Best,
Ben
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html