무결성을 확인한 후 대부분의 명령에서 borg 백업이 중단됩니다.

무결성을 확인한 후 대부분의 명령에서 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 info명령 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입니다.)

관련 정보