小编Bar*_*mar的帖子

rsync 在一段时间后意外终止

我在 ssh 会话中运行一个rsync命令nohup,但过了一会儿它返回这个错误:

rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(549) [generator=3.0.9]
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(549) [receiver=3.0.9]
Run Code Online (Sandbox Code Playgroud)

我没有自己杀死这个进程,我认为没有任何其他进程可以杀死这个进程。我也用nohup. 我使用nohup是因为 ssh 会话因任何原因终止,rsync进程不会终止。

什么导致终止?

操作系统是 Debian Wheezy。

debian ssh rsync nohup debian-wheezy

7
推荐指数
1
解决办法
3393
查看次数

标签 统计

debian ×1

debian-wheezy ×1

nohup ×1

rsync ×1

ssh ×1