Re: directories that change into symlinks

2003-01-08 Thread Dave Dykstra
Yes, I knew --force made a difference when not using --delete (that's very much like the example in the message I referred to), and I think it's good that way and --force should not be the default without --delete. I thought you were using --delete. If --force makes a difference in any case that -

Re: directories that change into symlinks

2003-01-08 Thread David Garamond
Dave Dykstra wrote: Could you please post your full command line and say where in the directory structure the directories were replaced by symlinks? I have not yet been able to come up with an example where --force makes a difference when using --delete and -r (or -a). Refer to http://lists.

Re: directories that change into symlinks

2003-01-07 Thread Dave Dykstra
On Mon, Jan 06, 2003 at 08:36:35AM -0700, David Garamond wrote: > John Van Essen wrote: > >Dave, > > > >What you need is the --force option. It's not obvious from the > >all-too-generic name, but that will do the trick. > > > >To the rsync maintainers - this is somewhat of an FAQ. Perhaps > >the

Re: directories that change into symlinks

2003-01-06 Thread David Garamond
John Van Essen wrote: Dave, What you need is the --force option. It's not obvious from the all-too-generic name, but that will do the trick. To the rsync maintainers - this is somewhat of an FAQ. Perhaps the error message could also say '(see the --force option)' to help users discover the sol

Re: directories that change into symlinks

2003-01-06 Thread jw schultz
On Mon, Jan 06, 2003 at 02:05:47AM -0600, John Van Essen wrote: > Dave, > > What you need is the --force option. It's not obvious from the > all-too-generic name, but that will do the trick. > > To the rsync maintainers - this is somewhat of an FAQ. Perhaps > the error message could also say '(

Re: directories that change into symlinks

2003-01-06 Thread John Van Essen
Dave, What you need is the --force option. It's not obvious from the all-too-generic name, but that will do the trick. To the rsync maintainers - this is somewhat of an FAQ. Perhaps the error message could also say '(see the --force option)' to help users discover the solution more easily. --

Re: directories that change into symlinks

2003-01-05 Thread David Garamond
just to correct myself: this has nothing to do with rdiff-backup (which uses *rdiff*, not rsync). local backups with the rdiff-backup tool are fine. the problem is with rsync, when we are trying to mirror the local backups to another machine using rsync. David Garamond wrote: our daily backup i

Re: directories that change into symlinks

2003-01-04 Thread David Garamond
nope, --delete-after didn't seem to resolve the problem. what's needed is apparently for rsync to do an "rm -r oldname1" instead of "rmdir oldname1". Eric Whiting wrote: I have observed this same problem. Are you running --delete-after? I assumed it might be related to that option. eric David

Re: directories that change into symlinks

2003-01-04 Thread Eric Whiting
I have observed this same problem. Are you running --delete-after? I assumed it might be related to that option. eric David Garamond wrote: > > our daily backup is done using the rdiff-backup tool, which in turn > utilizes rsync/librsync to do the actual mirroring work. > > a few days ago

directories that change into symlinks

2003-01-03 Thread David Garamond
our daily backup is done using the rdiff-backup tool, which in turn utilizes rsync/librsync to do the actual mirroring work. a few days ago we did a refactoring and renamed a bunch of directories. for backward compatibility we maintain the old names by symlinking it to the new names. so, for ex