Re: This is a bug, right? (--link-dest)

2010-04-05 Thread Matt McCutchen
On Mon, 2010-04-05 at 21:19 -0500, Randall Cotton wrote: > - Original Message - > From: "Matt McCutchen" > To: "Randall Cotton" > Cc: > Sent: Monday, April 05, 2010 4:47 PM > Subject: Re: This is a bug, right? (--link-dest) > > > : On Mon, 2010-04-05 at 16:38 -0500, Randall Cotton wro

Re: This is a bug, right? (--link-dest)

2010-04-05 Thread Randall Cotton
- Original Message - From: "Matt McCutchen" To: "Randall Cotton" Cc: Sent: Monday, April 05, 2010 4:47 PM Subject: Re: This is a bug, right? (--link-dest) : On Mon, 2010-04-05 at 16:38 -0500, Randall Cotton wrote: : > - Original Message - : > From: "Matt McCutchen" : > To: "

Re: osx 10.6 strange rsync errors

2010-04-05 Thread Robert DuToit
Hi Matt, I set up a simple test with a nest of directories ( aa > bb > cc > dd &ee) with 1 file in each. running rsync from OS 10.6 to another Mac with OS10.5 there seems to be no problem. When doing the reverse I am seeing the odd behavior. Below is the log from running the options -aHAXN --f

Re: osx 10.6 strange rsync errors

2010-04-05 Thread Robert DuToit
On Apr 5, 2010, at 1:28 PM, Matt McCutchen wrote: > On Sat, 2010-04-03 at 18:12 -0400, Robert DuToit wrote: >> I have been getting reports from users of backuplist+, my wrapper >> application for rsync (currently with build of 3.0.6), about odd >> behavior after updating to OS 10.6 Snow Leopard.

Re: This is a bug, right? (--link-dest)

2010-04-05 Thread Matt McCutchen
On Mon, 2010-04-05 at 16:38 -0500, Randall Cotton wrote: > - Original Message - > From: "Matt McCutchen" > To: "Randall Cotton" > Cc: > Sent: Monday, April 05, 2010 4:16 PM > Subject: Re: This is a bug, right? (--link-dest) > > > : On Mon, 2010-04-05 at 13:57 -0500, Randall Cotton wro

Re: This is a bug, right? (--link-dest)

2010-04-05 Thread Randall Cotton
- Original Message - From: "Matt McCutchen" To: "Randall Cotton" Cc: Sent: Monday, April 05, 2010 4:16 PM Subject: Re: This is a bug, right? (--link-dest) : On Mon, 2010-04-05 at 13:57 -0500, Randall Cotton wrote: : > This works as expected (a hard link is made) : : > rsync -a --link-

Re: This is a bug, right? (--link-dest)

2010-04-05 Thread Matt McCutchen
On Mon, 2010-04-05 at 13:57 -0500, Randall Cotton wrote: > This works as expected (a hard link is made) > rsync -a --link-dest=../a.1 a/ b/a > This does not (a copy is made instead of a hard link) > rsync -a --link-dest=a.1 a b Not a bug. The --link-dest argument needs to be given relative to

Re: This is a bug, right? (--link-dest)

2010-04-05 Thread Randall Cotton
To clarify: When I said: : rsync a/ b/a : is supposed to do exactly the same thing as : rsync a b What I meant was: This: rm -rf a b mkdir a b echo foo > a/tmp rsync -a a/ b/a ls -lR b which yields, for instance: b: total 4 drwxr-xr-x 2 randall randall 4096 Apr 5 14:06 a b/a: to

This is a bug, right? (--link-dest)

2010-04-05 Thread Randall Cotton
I had a heckuva time getting hard link snapshot backups to work. I traced my troubles down to what appears to be an rsync bug: This works as expected (a hard link is made) rm -rf a b mkdir a b echo foo > a/tmp rsync -a a/ b/a.1 rsync -a --link-dest=../a.1 a/ b/a ls -i b/*/tmp the abo

Re: osx 10.6 strange rsync errors

2010-04-05 Thread Matt McCutchen
On Sat, 2010-04-03 at 18:12 -0400, Robert DuToit wrote: > I have been getting reports from users of backuplist+, my wrapper > application for rsync (currently with build of 3.0.6), about odd > behavior after updating to OS 10.6 Snow Leopard. > > Basically: the problem occurs backing up a directory