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
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
> 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
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
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 [