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