Re: The --relative option on remote machine to source machine ???

2009-05-02 Thread Jignesh Shah
Sorry guys, I was using rsync 2.6.7 in "rsync -avR remote:/foo/./bar/. /tmp/" command. In rsync v3.0.5 it works as expected. Thanks, Jignesh On Sun, May 3, 2009 at 12:07 AM, Jignesh Shah wrote: > Hi, > I read below lines in rsync v3.0.5 for --relative option. > > if you used this command: > rsyn

The --relative option on remote machine to source machine ???

2009-05-02 Thread Jignesh Shah
Hi, I read below lines in rsync v3.0.5 for --relative option. if you used this command: rsync -av /foo/bar/baz.c remote:/tmp/ ... this would create a file named baz.c in /tmp/ on the remote machine. If instead you used rsync -avR /foo/bar/baz.c remote:/tmp/ then a file named /tmp/foo/bar/baz.c wou