~adrien-delhorme/duplicity/hubic

« back to all changes in this revision

Viewing changes to duplicity/globals.py

* Merged in lp:~antmak/duplicity/0.7-par2-fix
  - Useful fix for verbatim par2cmdline options (like "-t" in par2-tbb version)

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
# Level of Redundancy in % for Par2 files
286
286
par2_redundancy = 10
287
287
 
 
288
# Verbatim par2 other options
 
289
par2_options = ""
 
290
 
288
291
# Whether to enable gio backend
289
292
use_gio = False