not syncing problem

2002-10-06 Thread David Garamond
i read the archived post at: http://lists.samba.org/pipermail/rsync/2001-October/004986.html and was wondering whether this is documented/discussed elsewhere. i have had two such occurences myself recently, where rsync completed successfully, but the files don't get sync-ed (the target file

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

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 relat

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

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-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.

reconnect ssh connection?

2003-01-28 Thread David Garamond
has someone come up with a trick to let disconnected ssh connections be recovered without terminating and having to restart rsync (perhaps by wrapping ssh or something)? i have a very large (but pretty stable/unchanging) tree of files that i need to sync daily, at night, between two geographica

reconnect ssh connection?

2003-01-30 Thread David Garamond
has someone come up with a trick to let disconnected ssh connections be recovered without terminating and having to restart rsync (perhaps by wrapping ssh or something)? i have a very large (but pretty stable/unchanging) tree of files that i need to sync daily, at night, between two geographically

Re: reconnect ssh connection?

2003-01-30 Thread David Garamond
Paul Haas wrote: On Tue, 28 Jan 2003, David Garamond wrote [twice!]: i'm really sorry about that. i didn't receive my own post today so i admit i acted in haste. -- dave -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting,