Displaying 1 result from an estimated 1 matches for "backupserver7".
Did you mean:
backupserver
2006 May 09
2
is not working running through Cron
...ion 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 root@xx.xx.xx.xx:/ /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 cl...