VDI
Duplicity 백업에서 VirtualBox 파일을 복원 하려고 합니다 . 파일 VDI
크기는 약 40GB입니다. ~/.cache/duplicity
파일을 복원하려는 드라이브에서 복원을 시작했을 때 189GB(완전히 동기화된 여유 공간 포함)가 있었습니다.
다음 명령을 실행하고 있습니다.
duplicity -t [date] --file-to-restore "[path_to_file_i_like_restore]" "sftp://[path_backup_location]" "[path_to_where_i_like_to_restore_the_file" --tempdir=~/.cache/tmp
반품:
Local and Remote metadata are synchronized, no sync needed.
Error '[Errno 28] No space left on device' patching .
왜 공간이 부족합니까? 공간이 부족해지지 않도록 할 수 있는 방법이 있나요?
가능한 한 많은 여유 공간이 있는지 확인하기 위해 파일을 복원하려고 할 때만 복원 명령을 실행합니다.
우분투 18.04.4를 실행 중입니다.