On Thu, 2009-10-29 at 13:20 -0200, Carlos Carvalho wrote:
> Got this in the log:
> 
> rsync error: errors with program diagnostics (code 13) at log.c(340) 
> [generator=
> 3.1.0dev]

I got this too on a big local run backing up my system to an external
disk using rsnapshot.

/etc/rsnapshot-rsync -aAXxx --del --numeric-ids --relative \
    --delete-excluded --remote-option=--munge-links --filter=P_/home/ \
    --filter=P_/boot/ --exclude=/home/*/.gvfs \
    --link-dest=/media/crypt-backup/snapshots-mattlaptop2/occasional.0/ml2/ \
    /home /media/crypt-backup/snapshots-mattlaptop2/.sync/ml2/ 
rsync error: errors with program diagnostics (code 13) at log.c(340) 
[sender=3.1.0dev]
rsync error: received SIGUSR1 (code 19) at log.c(340) [generator=3.1.0dev]

(The /etc/rsnapshot-rsync wrapper script is just prepending another
--link-dest option to the command line.)

This probably has to do with Wayne's recent I/O changes.  When I have
some time tonight, I'll see if I can reproduce the problem and capture
some more information that might help Wayne figure it out.

-- 
Matt

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to