using rsync for jar file

Benjamin R. Haskell rsync at benizi.com
Tue Aug 17 22:44:58 MDT 2010


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


More information about the rsync mailing list