我正在尝试VDI
从 Duplicity 备份中恢复 VirtualBox 的文件。该VDI
文件约为 40 GB。~/.cache/duplicity
当我在尝试将文件还原到的驱动器中开始还原时,我有 189 GB(包括完全同步的可用空间)。
我正在运行以下命令:
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 .
为什么空间不足?我能做些什么来避免空间不足吗?
我仅在尝试恢复文件时运行恢复命令,以确保有尽可能多的可用空间。
我运行的是 Ubuntu 18.04.4