Re: link-dest to remote server doesn't work in Linux client

2008-10-16 Thread Matt McCutchen
On Fri, 2008-10-17 at 10:02 +0800, Zhiming Zhou wrote: > Thanks very much, I noticed that the owner user and group of my "test" > files in local are changed, so rsync thought files are different from > remote rsync server, and the "--link-dest" option does works in Linux > now after run "chown". >

Re: link-dest to remote server doesn't work in Linux client

2008-10-16 Thread Zhiming Zhou
Matt: Thanks very much, I noticed that the owner user and group of my "test" files in local are changed, so rsync thought files are different from remote rsync server, and the "--link-dest" option does works in Linux now after run "chown". So, is there some option in rsyncd.conf or in rsync comma

Re: link-dest to remote server doesn't work in Linux client

2008-10-16 Thread Matt McCutchen
On Thu, 2008-10-16 at 18:24 +0800, Zhiming Zhou wrote: > Then in cygwin, I use "--link-dest" option to do a incremental backup: > > rsync -a --force --link-dest=../old/ 192.168.0.10::ttt/new/ > > > * "new" directory contains updated files, and unchanged files are hard > linked to "old" directory