我尝试使用以下命令作为示例从亚马逊恢复我的备份
duplicity restore --sign-key '7F73FA36' --encrypt-key '5FD0100F' scp://rich@backup_server//mnt/backups/edge/main
shell 返回以下错误
"Import of duplicity.backends.dpbxbackend Failed: No module named dropbox
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1466, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1459, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1312, in main"
任何建议都会有很大帮助。
如果你不想在 Dropbox 中存储备份,我想这个可以忽略。
我和你一样想知道,并且看了看:在我看来,Duplicity 试图加载 Dropbox 后端。查看/usr/lib64/python2.6/site-packages/duplicity/backends/dpbxbackend.py,有一行from dropbox import client, rest, session< br/>由于我没有安装这个 Python Dropbox 库,它找不到它,但不妨碍我将 Duplicity 用于其他后端
我是一名优秀的程序员,十分优秀!