我的 Ubuntu 崩溃了,我不得不重新安装。
我已将所有内容完整备份到外部硬盘上。Deja-dup 始终会验证备份,而我从未测试过恢复,因为我相信它会起作用,我信任该软件。
当我运行恢复时,我收到一条错误消息,内容为;
"Command line error: One of the arguments must be an URL. Examples of URL strings are "scp://[email protected]:1234/path" and "file:///user/local". See the man page for more information. Enter 'duplicity --help' for help screen."
我运行了建议的命令,但不明白。我还将文件复制到桌面并尝试提取,但收到错误消息,提示不支持文件类型“difftar”。
关于如何成功恢复我的文件有什么建议吗?
答案1
如果 Deja Dup 出现错误,打开终端并尝试
duplicity --gio file:///media/backup /tmp/restore
- 请务必
file:///
在本地媒体上使用,因为 Duplicity 需要 URL。