Package: rsync
Version: 3.0.0-2

Hi,

I'm using rsync with the --delete-delay --delay-updates options.  I
think that one of those options is causing it.  The full call is:
rsync -rltvu -H \
     --timeout 3600 \
     --exclude "Archive-Update-in-Progress-${HOSTNAME}" \
     --exclude "project/trace/${HOSTNAME}" \
     --delete-excluded \
     --delete-delay --delay-updates \
     [EMAIL PROTECTED]::$MODULE $TO

(It's used to mirror the Debian archive.)

After an rsync broke down, I see a few things:
- It downloads the same files again it downloaded the last time
- When deleting files, it complains that it can't delete the .~tmp~ files.
- And then it says: rsync error: some files could not be transferred (code 23) 
at main.c(1538) [generator=3.0.0]

I think they're all related.

All logs for this are available on request.



Kurt




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to