Since i upgraded rsync to the last version all the rsync running through cron are failing, running the same command through SSH is working ok.
Wondering how could i troubleshoot it.
 
The cron line is:
 
0 7 * * * root rsync -azH --stats --delete --partial --timeout=300 --exclude=/proc -e ssh [EMAIL PROTECTED]:/ /home/server7 > /var/log/backupserver7.log 2>&1
 
The error is:
 
rsync error: timeout in data send/receive (code 30) at io.c(171) [sender=2.6.8]
rsync: connection unexpectedly closed (24336606 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)
rsync: connection unexpectedly closed (24336606 bytes received so far) [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)
 
 
Thank you in advance!
 
-- 
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