我有一个 borg 备份系统已经有一段时间了。目标是云存储,通过 ssh 访问。
这是来自调试的 SSH 命令行:
SSH command line: ['ssh', '-i', '/root/.ssh/id_rsa', '-p', '23', '<censored>@<censored>.your-storagebox.de', 'borg', 'serve', '--umask=077', '--debug']
云存储已满,导致borg prune
命令停止响应。
与此同时,我已经终止了该命令的进程,删除了 borg 缓存,并打破了锁定。
如果我尝试运行borg info
or borg check
,该命令将在之后停止
Remote: Verified integrity of /home/backup/hints.8441
这是调试的输出:
borg check --debug <repo>
using builtin fallback logging configuration
35 self tests completed in 0.36 seconds
SSH command line: ['ssh', '-i', '/root/.ssh/id_rsa', '-p', '23', '<censored>@<censored>.your-storagebox.de', 'borg', 'serve', '--umask=077', '--debug']
Remote: using builtin fallback logging configuration
Remote: 33 self tests completed in 0.08 seconds
Remote: using builtin fallback logging configuration
Remote: Initialized logging system for JSON-based protocol
Remote: Resolving repository path b'/./backup'
Remote: Resolved repository path to '/home/backup'
Remote: Starting repository check
Remote: Verified integrity of /home/backup/index.8441
Remote: Verified integrity of /home/backup/hints.8441
之后,borg挂起(我已经等了几个小时了)
答案1
解决了。
事实再次证明,服务器管理需要耐心。几个小时后,检查完毕,没有发现任何问题。
现在一切都运行得更快了。borg info
只需几秒钟。我想所有需要的数据现在都在缓存中。 (缓存为2.15GB)。