Duplication error "no module named dropbox"

I am trying to restore my backup with amazon using the following command as an example

duplicity restore --sign-key '7F73FA36' --encrypt-key '5FD0100F' scp://rich@backup_server//mnt/backups/edge/main

and the shell returns the following error

"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"

Any advice would help a lot.

+4
source share
2 answers

If you do not want to keep backups in Dropbox, I believe that it can be ignored.

, , : , Duplicity Dropbox. . /usr/lib 64/python2.6/site-packages/duplicity/backends/dpbxbackend.py, Dropbox, ,
Dropbox Python, , Duplicity

+3

python Dropbox,

root@host# pip install dropbox2
+1

Source: https://habr.com/ru/post/1523543/


All Articles