如何通过这种双重停滞连接?


8

我试图通过重复设置备份。

这是用例:

~$ duplicity --encrypt-key CA17A4FA --progress --ssh-options="-l 8192" ~/Documents/ ssh://my.distant.host/save/docs/Documents
Local and Remote metadata are synchronized, no sync needed.
Last full backup left a partial set, restarting.
Last full backup date: Sat Sep 20 12:00:49 2014
RESTART: Volumes 14 to 14 failed to upload before termination.
     Restarting backup at volume 14.
Restarting after volume 13, file je/transfère/un/fichier, block 82
0.0KB 00:00:00 [0.0KB/s] [>                                        ] 0% ETA 0sec
0.0KB 00:00:03 [0.0KB/s] [>                                        ] 0% ETA 3sec
0.0KB 00:00:06 [0.0KB/s] [>                                        ] 0% ETA 6sec
0.0KB 00:00:09 [0.0B/s] [>                                        ] 0% ETA Stalled!
0.0KB 00:00:12 [0.0B/s] [>                                        ] 0% ETA Stalled!
0.0KB 00:00:15 [0.0B/s] [>                                        ] 0% ETA Stalled!
0.0KB 00:00:18 [0.0B/s] [>                                        ] 0% ETA Stalled!

我尝试了MTU技巧(例如,ifconfig eth0 mtu 576在两台主机上)。

我有两台服务器,一台是我的,另一台是OVH的。对于两者都不起作用。

在我要备份的计算机上,有一个debian wheezy盒,并且我安装了wheezy-backports的重复版本。

预先谢谢你。

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.