Re: using rsync for jar file

2010-08-18 Thread Steve Polyack
I'm pretty sure that "ssh -l u...@host1" isn't going to do anything but get you the usage screen for SSH. You don't need the -l with the u...@host syntax. Also, it can't hurt to add a -v to your rsync arguments to get some more details about what it's doing. -r is also implied with -a and is

RE: using rsync for jar file

2010-08-18 Thread Vanitha
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 _ From: Steve Polyack [mailto:kor...@comcast.net] Sent: Wednesday, August 18, 2010 7:36 PM To: Vanitha Cc: 'Benjamin R. Haskell'; rsync@lists.samba.org Subject: Re

Re: DO NOT REPLY [Bug 7629] New: Blank filter file option to ignore whole directory

2010-08-18 Thread Henri Shustak
> I know that there are external ways to do this, but I thought it would be > fastest and best as an rsync feature. I've been using rsync for a while now in > some fairly advanced backup schemes and I'm extremely impressed by it. I was > thinking it would be quite helpful if there were an option to

DO NOT REPLY [Bug 7629] New: Blank filter file option to ignore whole directory

2010-08-18 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7629 Summary: Blank filter file option to ignore whole directory Product: rsync Version: 3.0.6 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P

Re: using rsync for jar file

2010-08-18 Thread Steve Polyack
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- > From: Benjamin R. Haskell [