Re: using rsync for jar file

2010-08-19 Thread Brian K. White
On 8/18/2010 9:18 PM, Vanitha wrote: The exact syntax is as below Rsync -r -a -e “ssh -l u...@host1” -h /home/xx/dir-name u...@host2:/home/xx/dir-name I doubt it. -- bkw -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options:

Re: using rsync for jar file

2010-08-19 Thread Wayne Davison
On Wed, Aug 18, 2010 at 6:18 PM, Vanitha vani...@stee.stengg.com wrote: Rsync -r -a -e “ssh -l u...@host1” -h /home/xx/dir-name u...@host2 :/home/xx/dir-name It looks like you've duplicated the dir name, so you're looking for deletions in /home/xx/dir-name and they're happening in

Re: using rsync for jar file

2010-08-18 Thread Steve Polyack
[mailto:rs...@benizi.com] Sent: Wednesday, August 18, 2010 12:45 PM To: Vanitha Cc: Tony Abernethy; rsync@lists.samba.org Subject: RE: using rsync for jar file On Wed, 18 Aug 2010, Vanitha wrote: Precisely I did the same thing I noticed that the size of the file and the timestamp

RE: using rsync for jar file

2010-08-18 Thread Vanitha
: using rsync for jar file On 8/18/2010 1:45 AM, Vanitha wrote: We are using Rsync -r -a -e 'ssh -l u...@host1 -h /home/xx/dir-name u...@host2:/home/xx/dir-name Where's the terminating ' for the rsh command? The jar file is present inside the directory. -Original Message

Re: using rsync for jar file

2010-08-18 Thread Steve Polyack
] *Sent:* Wednesday, August 18, 2010 7:36 PM *To:* Vanitha *Cc:* 'Benjamin R. Haskell'; rsync@lists.samba.org *Subject:* Re: using rsync for jar file On 8/18/2010 1:45 AM, Vanitha wrote: We are using Rsync -r -a -e 'ssh -l u...@host1 -h /home/xx/dir-name u...@host2:/home/xx/dir-name Where's

using rsync for jar file

2010-08-17 Thread Vanitha
Hi, It appears that rsync doesn't detect the changes when we try to synchronize files of type JAR (Java Archive). Appreciate your inputs. Thanks, Vanitha [This e-mail is confidential and may be privileged. If you are not the intended recipient, please kindly notify us immediately and

RE: using rsync for jar file

2010-08-17 Thread Vanitha
../contents are not changed.. This test is performed on Linux (Ubuntu 9.0) _ From: Tony Abernethy [mailto:t...@briar-cliff.com] Sent: Wednesday, August 18, 2010 10:43 AM To: 'Vanitha' Subject: RE: using rsync for jar file Details are missing. Odds are that when you write down

RE: using rsync for jar file

2010-08-17 Thread Vanitha
is performed on Linux (Ubuntu 9.0) _ From: Tony Abernethy [mailto:t...@briar-cliff.com] Sent: Wednesday, August 18, 2010 10:43 AM To: 'Vanitha' Subject: RE: using rsync for jar file Details are missing. Odds are that when you write down and look at the details, the answer

RE: using rsync for jar file

2010-08-17 Thread Benjamin R. Haskell
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

RE: using rsync for jar file

2010-08-17 Thread Vanitha
Cc: Tony Abernethy; rsync@lists.samba.org Subject: RE: using rsync for jar file 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