Fwd: EAsy_EA

2004-01-25 Thread Ron Judy
Note: forwarded message attached. = Ron Judy and Dexter (our puddey cat) __ Post your free ad now! http://personals.yahoo.ca--- Begin Message --- EAsy_EASupport request generated by EAsy. Copyright 2002 Electronic Art

Re: is there a bug with one-file-system?

2004-01-25 Thread jw schultz
On Sun, Jan 25, 2004 at 02:58:54PM -0600, Thomas Stivers wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I am trying to use rsync to backup a filesystem to another computer on a > local network, but when I use > rsync -arx / some.host:backup > rsync still tries to copy everything fr

is there a bug with one-file-system?

2004-01-25 Thread Thomas Stivers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to use rsync to backup a filesystem to another computer on a local network, but when I use rsync -arx / some.host:backup rsync still tries to copy everything from all mounted filesystems. Is there a bug, or is there a better way to do wha

Re: scan for first existing hard-link file

2004-01-25 Thread jw schultz
On Sun, Jan 25, 2004 at 02:05:21AM -0800, Wayne Davison wrote: > Here's a patch that makes rsync try to find an existing file in a group > of hard-linked files so that it doesn't create the first one in the > group from scratch if a later file could be used instead. > > Details: I decided to avoi

Re: scan for first existing hard-link file

2004-01-25 Thread Wayne Davison
On Sun, Jan 25, 2004 at 02:05:21AM -0800, Wayne Davison wrote: > Here's a patch that makes rsync try to find an existing file in a > group of hard-linked files so that it doesn't create the first one > in the group from scratch if a later file could be used instead. Here's a slightly improved vers

scan for first existing hard-link file

2004-01-25 Thread Wayne Davison
Here's a patch that makes rsync try to find an existing file in a group of hard-linked files so that it doesn't create the first one in the group from scratch if a later file could be used instead. Details: I decided to avoid having the code do an extra scan down the list when we encounter the le