我在 Debian Squeeze 服务器上运行 BackupPc。它成功地备份了我 LAN 上的其他 Debian Squeeze 机器。我已经将它设置为在 Wan 上备份另一台 Debian Squeeze 机器,但备份总是失败并显示错误消息:
Aborting backup up after signal PIPE
Got fatal error during xfer (aborted by signal=PIPE)
Run Code Online (Sandbox Code Playgroud)
备份是通过ssh执行的,这个备份客户端的配置是:
$Conf{RsyncArgs} = [
# Do not edit these!
'--numeric-ids',
'--perms',
'--owner',
'--group',
'--devices',
'--links',
'--times',
'--block-size=2048',
'--recursive',
#
# If you are using a patched client rsync that supports the
# --checksum-seed option (see http://backuppc.sourceforge.net),
# then uncomment this to enabled rsync checksum cachcing
#
'--checksum-seed=32761',
#
# Add additional …Run Code Online (Sandbox Code Playgroud) backuppc ×1