Re: rsync --owner=myaccount

2007-05-05 Thread Ezequiel Panepucci
On 5/4/07, Wayne Davison <[EMAIL PROTECTED]> wrote: So a more general solution might be to have some mapping options akin to this: --usermap=foo:bar --usermap=873:1001 --usermap='*:0' --groupmap=foo:879 --groupmap='*:baz' This would indeed be much better. Hope it makes it into 3.0.

RE: Using --remove-source-files with backup?

2007-05-05 Thread ScottZ
> Essentially you want to move each source file to another directory > after it is successfully transferred. Exactly. > I'm sure there's a way to accomplish this, but it might not be > simple. I'll tell you if I find one. Thanks for looking at this Matt. -- To unsubscribe or change opt

rsync --delete-existing needed

2007-05-05 Thread Erik Red
Hi, I made the mistake of doing an rsync of a directory into the wrong destination, so that the destination became a mix of two directories of unrelated files. Top unravel the mess, I could need something like a --delete-existing option. The semantics would be to delete at the destination O

Re: rsync --delete-existing needed

2007-05-05 Thread Matthias Schniedermeyer
Erik Red wrote: > Hi, > > I made the mistake of doing an rsync of a directory into the wrong > destination, > so that the destination became a mix of two directories of unrelated files. > > Top unravel the mess, I could need something like a --delete-existing > option. > > The semantics would be