~scode/duplicity/misc

« back to all changes in this revision

Viewing changes to duplicity/globals.py

  • Committer: Peter Schuller
  • Date: 2009-07-08 16:51:59 UTC
  • mfrom: (548.1.10 duplicity-src)
  • Revision ID: peter.schuller@infidyne.com-20090708165159-v65s0znz09fnq29w
* merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
 
176
176
# used in testing only - raises exception after volume
177
177
fail_on_volume = 0
 
178
 
 
179
# ignore (some) errors during operations; supposed to make it more
 
180
# likely that you are able to restore data under problematic
 
181
# circumstances. the default should absolutely always be True unless
 
182
# you know what you are doing.
 
183
ignore_errors = False