Since the implementation of the lockfile option I cannot run duplicity via anacron (https://bugs.launchpad.net/duplicity/+bug/1320641). Is there any way to circumvent this?
Since the implementation of the lockfile option I cannot run duplicity via anacron (https://bugs.launchpad.net/duplicity/+bug/1320641). Is there any way to circumvent this?
doing
seems to fix the problem.
Source https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1318833
The previous version does not have that bug. So why not downgrade?
For example with
sudo apt-get install duplicity=0.6.21-0ubuntu4.1
.This may be due to the interruption of duplicity by a signal during shutdown. Try shutdown the OS during manual backup and run it again manually to check if that error occurs.
this fork on github handles interrupt signals as follows
you may try this.