I synchronized two backup servers within a local network which worked 
fluently, using rsync with the following parameters:

rsync    --archive \
    --hard-links \
    --delete \
    --rsh="ssh -i $key_file" \
    --copy-dest=/var/lib/backuppc \
    --compress-level=9 \
    --stats \
    --human-readable \
    --partial-dir=.rsync-partial \
    --bwlimit=$bwlimit \
    /var/lib/backuppc \
    $dest_host:$dir_name

 Althoug when I try to synchronize using the same command over the internet 
(port mapping is enabled for SSH) the synchronization process starts, but 
terminates after about one or half an hour and returns the following error 
message:

"rsync error: unexplained error (code 129) at rsync.c(541) [sender=3.0.3]"

 Could anyone explain this error or suggest a solution?

Thanks in advance,
Joris

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/--
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