Re: --link-dest=server::location/folder

2009-02-14 Thread Matt McCutchen
On Fri, 2009-02-13 at 04:24 -0700, lewis butler wrote: > Hate to bug you again, but I went ahead and installed 3.0.5 and looked > at --help and didn't see anything about incremental recursion. Incremental recursion is not mentioned in the --help output, but there's some information about it in t

Re: --link-dest=server::location/folder

2009-02-11 Thread lewis butler
On 11-Feb-2009, at 14:44, Matt McCutchen wrote: On Wed, 2009-02-11 at 14:12 -0700, lewis butler wrote: rsync -aCHh --stats --link-dest=akane::backup/ranma.daily.1 / myserver::akane/ranma.daily.0 rsync -aCHh --stats --link-dest=../ranma.daily.1 \ / myserver::akane/ranma.daily.0 rsyn

Re: --link-dest=server::location/folder

2009-02-11 Thread Matt McCutchen
On Wed, 2009-02-11 at 14:12 -0700, lewis butler wrote: > I'm wondering if I can use link-dest to compare rsync to a remote > directory. > > rsync -aCHh --stats --link-dest=akane::backup/ranma.daily.1 / > myserver::akane/ranma.daily.0 > > Something like that? Is it going to work like it does

--link-dest=server::location/folder

2009-02-11 Thread lewis butler
I'm wondering if I can use link-dest to compare rsync to a remote directory. rsync -aCHh --stats --link-dest=akane::backup/ranma.daily.1 / myserver::akane/ranma.daily.0 Something like that? Is it going to work like it does when doing a local rsync with a local link-dest directory? Is i