Discussion:
[Duplicity-talk] duplicity for mac unexpectedly stopped
c***@ccs.covici.com
2016-05-04 22:34:34 UTC
Permalink
Hi. I am trying to backup my home directory on a mac using latest
version of their os. I downloaded duplicity from homebrew and I had to
install python and do a pip install on the azure back end -- this is
what I want to back up to. So, it was moving along and came up with
the following error:
Processed volume 413
AsyncScheduler: running task synchronously (asynchronicity disabled)
Writing duplicity-full.20160504T211416Z.vol414.difftar.gpg
Traceback (most recent call last):
File "/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 1532, in <module>
with_tempdir(main)
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 1526, in with_tempdir
fn()
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 1380, in main
do_backup(action)
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 1501, in do_backup
full_backup(col_stats)
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 567, in full_backup
globals.backend)
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 448, in write_multivol
(tdp, dest_filename, vol_num)))
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/lib/python2.7/site-packages/duplicity/asyncscheduler.py",
line 146, in schedule_task
return
self.__run_synchronously(fn,
params)
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/lib/python2.7/site-packages/duplicity/asyncscheduler.py",
line 172, in
__run_synchronously
ret = fn(*params)
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 447, in <lambda>
async_waiters.append(io_scheduler.schedule_task(lambda
tdp,
dest_filename,
vol_num: put(tdp,
dest_filename,
vol_num),
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 339, in put
validate_block(putsize,
dest_filename)
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 321,
in
validate_block
info =
backend.query_info([dest_filename])[dest_filename]
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/lib/python2.7/site-packages/duplicity/backend.py",
line
635,
in
query_info
info[filename]
=
self._do_query(filename)
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/lib/python2.7/site-packages/duplicity/backend.py",
line
374,
in
inner_retry
code
=
_get_code_from_exception(self.backend,
operation,
e)
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/lib/python2.7/site-packages/duplicity/backend.py",
line
346,
in
_get_code_from_exception
return
backend._error_code(operation,
e)
or
log.ErrorCode.backend_error
File
"/usr/local/Cellar/duplicity/0.7.06_1/libexec/lib/python2.7/site-packages/duplicity/backends/azurebackend.py",
line
102,
in
_error_code
if
isinstance(e,
self.WindowsAzureMissingResourceError):
AttributeError:
'AzureBackend'
object
has
no
attribute
'WindowsAzureMissingResourceError'

Any ideas as to what this means? It did restart, but if I run this
daily it will be hard to work with this, if its going to do this a lot.

Thanks in advance for any suggestions.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici
***@ccs.covici.com
e***@web.de
2016-05-04 22:43:01 UTC
Permalink
Post by c***@ccs.covici.com
Hi. I am trying to backup my home directory on a mac using latest
version of their os. I downloaded duplicity from homebrew and I had to
install python and do a pip install on the azure back end -- this is
what I want to back up to. So, it was moving along and came up with
Processed volume 413
AsyncScheduler: running task synchronously (asynchronicity disabled)
Writing duplicity-full.20160504T211416Z.vol414.difftar.gpg
File "/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 1532, in <module>
with_tempdir(main)
File
SNIP
Post by c***@ccs.covici.com
Any ideas as to what this means? It did restart, but if I run this
daily it will be hard to work with this, if its going to do this a lot.
Thanks in advance for any suggestions.
hey John,

can you run the backup again with max. verbosity '-v9' and send the _whole_ console output as an attachment or pastebin it? obfuscate any string you deem private in it beforehand!

of course you can send it to me privately as well.

..ede/duply.net
c***@ccs.covici.com
2016-05-04 23:24:57 UTC
Permalink
Post by e***@web.de
Post by c***@ccs.covici.com
Hi. I am trying to backup my home directory on a mac using latest
version of their os. I downloaded duplicity from homebrew and I had to
install python and do a pip install on the azure back end -- this is
what I want to back up to. So, it was moving along and came up with
Processed volume 413
AsyncScheduler: running task synchronously (asynchronicity disabled)
Writing duplicity-full.20160504T211416Z.vol414.difftar.gpg
File "/usr/local/Cellar/duplicity/0.7.06_1/libexec/bin/duplicity",
line 1532, in <module>
with_tempdir(main)
File
SNIP
Post by c***@ccs.covici.com
Any ideas as to what this means? It did restart, but if I run this
daily it will be hard to work with this, if its going to do this a lot.
Thanks in advance for any suggestions.
hey John,
can you run the backup again with max. verbosity '-v9' and send the _whole_ console output as an attachment or pastebin it? obfuscate any string you deem private in it beforehand!
of course you can send it to me privately as well.
When I ran it again, it decrypted the tar file it was in the middle of
and is still continuing. Have you evern seen this error before?

Also, it seems pretty slow, I have over 100g to back up, I wonder if I
should increase the size of the volumes or something?
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici
***@ccs.covici.com
Loading...