duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #03391
[Question #284867]: Run parallel duplicity processes for the same target
New question #284867 on Duplicity:
https://answers.launchpad.net/duplicity/+question/284867
Hi,
I am trying to run multiple duplicity jobs on different sources but hitting the same target (file:///).
It's not working and it keeps giving me the following error :
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/local/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 49, in acquire
self.path)
AlreadyLocked: /root/.cache/duplicity/94df170b542b4e193a777e69fbc74c50/lockfile is already locked
Details about my environment :
duplicity 0.7.06
Linux localhost 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64
/usr/bin/python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2]
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.