-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NotImplementedError using duplicity backend #123
Comments
Hey @georg90, are you able to show us some logs of the error? Is there a backtrace? |
If you can tell me where the log files go? There is no output in syslog.. |
We need to see what error message duplicity spits out. Take a screen shot of your terminal with the duplicity message, for instance. |
And run |
|
I copied my But this isn't a fix.. |
OK. That explains it pretty well. Please upload your old files that work, Pastebin and gist are good options for where to put the files Edit: I see you've already told us your duplicity version. I guess duplicty plugins changed their format some time, and we need to write a plugin that works across all duplicity versions. |
Can you please try with the amended Thanks! |
Hi!
I used the file you provided above, doesn't change. Still using the same versions of duplicity & duply + ubuntu 16.04 |
Error rising when using the backend:
|
Found the issue: Duplicity is looking in the A simple
fixes this. How can this be avoided? |
I recently moved my server to a new machine. While the backup on my old system is running just fine (jottalib 0.4.2.1, duplicity 7.06, ubuntu14.04) on the new server with jottalib 0.5.1 and duplicity 7.06 (ubuntu 16.04) I'm getting
NotImplementedErrors
when starting a backup.I compiled duplicity by myself using the backend.py from here https://raw.githubusercontent.com/havardgulldahl/jottalib/master/src/duplicity-backen5d.py
Any ideas why it's not working? Any good log files I can check?
As I was reading here this problem occurs using the 0.5.1 version, but why? Isn't this a jottalib issue if it's working fine with the older version?
How can install an older jottalib version - I keep gettig this error:
The text was updated successfully, but these errors were encountered: