Re: can't manage to get --link-dest working.

2003-10-27 Thread jw schultz
On Mon, Oct 27, 2003 at 09:53:30PM +0100, Lucas Nussbaum wrote: > Hi, > > I can't manage to get rsync's --link-dest option working. > Here is a step by step script which doesn't produce the good results. > > # create test dir > mkdir testrsync > cd testrsync > mkdir orig > echo "abcd" > orig/test

can't manage to get --link-dest working.

2003-10-27 Thread Lucas Nussbaum
Hi, I can't manage to get rsync's --link-dest option working. Here is a step by step script which doesn't produce the good results. # create test dir mkdir testrsync cd testrsync mkdir orig echo "abcd" > orig/testfile # create a mirror rsync -apog orig/ mirror/ # create another mirror using lin