duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] Error when running as a daily job


From: Tom Finnigan
Subject: [Duplicity-talk] Error when running as a daily job
Date: Wed, 7 Jun 2006 13:59:32 -0600

I have a duplicity backup set up to run nightly.
I'm using OSX 10.4, Python 2.3.5, and duplicity built from source 0.4.2.

My problem is that when I su to root and run the script from a
terminal, everything works fine.
However, it doesn't run at night.  Checking my logs, here is the stack trace:

 File "/sw/bin/duplicity", line 373, in ?
   if __name__ == "__main__": main()
 File "/sw/bin/duplicity", line 362, in main
   check_last_manifest(col_stats)
 File "/sw/bin/duplicity", line 342, in check_last_manifest
   last_backup_set.check_manifests()
 File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/duplicity/collections.py",
line 128, in check_manifests
   if local_manifest: remote_manifest = local_manifest
UnboundLocalError: local variable 'local_manifest' referenced before assignment

Any help would be very much appreciated.

Thanks,
Tom Finnigan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]