duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #04093
[Question #445667]: Duplicity and Mega backend
New question #445667 on Duplicity:
https://answers.launchpad.net/duplicity/+question/445667
Hi, there's any eta about the full working backend with mega?
Is been a while that mega don't works anymore.
Now when I try to use mega I got this error:
File "/opt/bin/duplicity", line 1546, in <module>
with_tempdir(main)
File "/opt/bin/duplicity", line 1540, in with_tempdir
fn()
File "/opt/bin/duplicity", line 1375, in main
action = commandline.ProcessCommandLine(sys.argv[1:])
File "/opt/lib/python2.7/site-packages/duplicity/commandline.py", line 1126, in ProcessCommandLine
backup, local_pathname = set_backend(args[0], args[1])
File "/opt/lib/python2.7/site-packages/duplicity/commandline.py", line 1015, in set_backend
globals.backend = backend.get_backend(bend)
File "/opt/lib/python2.7/site-packages/duplicity/backend.py", line 223, in get_backend
obj = get_backend_object(url_string)
File "/opt/lib/python2.7/site-packages/duplicity/backend.py", line 209, in get_backend_object
return factory(pu)
File "/opt/lib/python2.7/site-packages/duplicity/backends/megabackend.py", line 36, in __init__
from mega import Mega
File "/opt/lib/python2.7/site-packages/mega/__init__.py", line 1, in <module>
from .mega import Mega
File "/opt/lib/python2.7/site-packages/mega/mega.py", line 18
self.schema = 'https'
Any idea?
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.