/usr/local/bin/rsync -arzH --progress --delete
--password-file=/root/rsync/rsyncd.secrets
/backup user@140.*.*.*::backup
我一直以來都用上述指令進行備份
但是昨天下午 我在server端 修改IP
然後在client端 我只是把以上指令的部分的IP同步進行修改
之後想再備份時 就出現以下錯誤
rsync: failed to connect to 140.*.*.*: Operation timed out (60)
rsync error: error in socket IO (code 10) at clientserver.c(124) [sender=3.0.5]
查詢log檔得到
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(271)
請問板上的強者們 是不是我忽略了什麼東西沒有修改
還是哪裡出問題了呢??
--
--password-file=/root/rsync/rsyncd.secrets
/backup user@140.*.*.*::backup
我一直以來都用上述指令進行備份
但是昨天下午 我在server端 修改IP
然後在client端 我只是把以上指令的部分的IP同步進行修改
之後想再備份時 就出現以下錯誤
rsync: failed to connect to 140.*.*.*: Operation timed out (60)
rsync error: error in socket IO (code 10) at clientserver.c(124) [sender=3.0.5]
查詢log檔得到
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(271)
請問板上的強者們 是不是我忽略了什麼東西沒有修改
還是哪裡出問題了呢??
--
All Comments