On Wed, Apr 11, 2001 at 04:32:25PM +0200, Axel Christiansen wrote:
> Hello,
>
> while using rsync to backup a couple of machines i noticed the target dirs
> growing and growing. i locks like not erverything related to the
> --delete-excluded will be deleted during the rsync.
>
> is there something wrong in my rsync call ?
>
> does someone hat experience with large transfers ?
>
>
>
> /usr/bin/rsync -avvRb -e /usr/bin/ssh --bwlimit=1000 --timeout=2400
> --force --ignore-errors --delete --delete-excluded --exclude=/proc**
> --exclude=/mnt** --backup-dir=/temp/luzifer/20010411053000.backup/
> luzifer.webseek.de:/** /backup/luzifer/current/
>
> thx, axel.
There's nothing that looks obviously wrong to me. If you could construct a
complete simple test case that you could explain to someone so we could
reproduce the problem that would probably help a lot.
- Dave Dykstra