从 Ubuntu 服务器 Rsync 到已安装的 NAS - 输入/输出错误 (5)

从 Ubuntu 服务器 Rsync 到已安装的 NAS - 输入/输出错误 (5)

我正在尝试将一些备份文件从 ubuntu 服务器 rsync 到已安装的 NAS 中。

一切运行良好,除了一个 13GB 的大 gz 文件显示此错误:

rsync: close failed on "/mnt/backupnas/chbsl018/.chbslds018-OALit_db.gz.6L8sHs": Input/output error (5)

rsync error: error in file IO (code 11) at receiver.c(856) [receiver=3.1.0]

原始 13 GB 文件名为 chbslds018-OALit_db.gz,是一个 gzip 压缩的 sql 文件。

调用的rsync命令是:

rsync -avz -c -h -H --delete --stats /data/backups/backup_db/ /mnt/backupnas/backup_db/

知道为什么我会收到这个错误吗?

更新:

在系统日志中,我可以找到以下内容:

Nov 17 17:16:11 backup kernel: [4089920.125948] CIFS VFS: Server 172.16.0.16: has not responded in 120 seconds. Reconnecting...
Nov 17 17:17:01 backup CRON[13015]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Nov 17 17:18:35 backup kernel: [4090064.643918] CIFS VFS: Server 172.16.0.16: has not responded in 120 seconds. Reconnecting...
Nov 17 17:23:40 backup kernel: [4090369.179512] CIFS VFS: SMB response too short (0 bytes)
Nov 17 17:28:21 backup kernel: [4090650.480562] CIFS VFS: Server 172.16.0.16: has not responded in 120 seconds. Reconnecting...

相关内容