Comment 34 for bug 487720

Revision history for this message
Boris Kavod (u-launchpad-kavod-spamgourmet-com) wrote :

Hi!

I met the same problem on NAS Synology DS410 and I fixed it by modifying the source code of duplicity in order to use MD5 hash system instead of SHA1.

For this, I edited the following files:
- src/gpg.py
- src/manifest.py
- duplicity

I'm attaching the edited files on this message.

Actually, I still don't know the source of the problem, put it shows that it could be useful for duplicity adding an option to choose the hash method.