duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #00255
[Bug 502609] Re: Unknown error while uploading duplicity-full-signatures
Hi Moritz,
I got the same duplicity error message (I'm using duplicity directly not
via deja-dup):
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1251, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1244, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1226, in main
incremental_backup(sig_chain)
File "/usr/bin/duplicity", line 474, in incremental_backup
assert dup_time.curtime != dup_time.prevtime, "time not moving forward at
appropriate pace - system clock issues?"
AssertionError: time not moving forward at appropriate pace - system clock
issues?
Local and Remote metadata are synchronized, no sync needed.
It turned out that the problem was caused by two .part files in
duplicities local archive:
duplicity-inc.20100501T230102Z.to.20100502T230102Z.manifest.part
duplicity-new-signatures.20100501T230102Z.to.20100502T230102Z.sigtar.part
deleting these files solved the problem for me
--
Unknown error while uploading duplicity-full-signatures
https://bugs.launchpad.net/bugs/502609
You received this bug notification because you are a member of
duplicity-team, which is a direct subscriber.
Status in Duplicity - Bandwidth Efficient Encrypted Backup: New
Status in Debian GNU/Linux: New
Bug description:
Hi,
I'am using Déjà dup since few days. I found it really convenient BTW :)
So, i was uploading my files since days and it finally reach 100% this morning. It was now uploading a duplicity-full-signatures file and i had to stop at 1,3G to continue later on.
Now when i restart Déjà-Dup i have an 'unknown error'. I suppose it's a BUG.. I attached the log and config file
Here my version :
deja-dup 11.1-0ubuntu0karmic1
duplicity 0.6.06-0ubuntu0karmic1
Description: Ubuntu 9.10
thanks indeed !