~noizyland/duplicity/fix-progress

« back to all changes in this revision

Viewing changes to duplicity/globals.py

  • Committer: Kenneth Loafman
  • Date: 2015-05-08 12:28:47 UTC
  • Revision ID: kenneth@loafman.com-20150508122847-z6dxdm3qqgumugef
* Added ability to get single file status from collection-status with
  patch from jitao (bug 1044715), like so:
  $ duplicity collection-status --file-changed c1 file://./foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
284
284
 
285
285
# Whether to enable gio backend
286
286
use_gio = False
 
287
 
 
288
# If set, collect only the file status, not the whole root.
 
289
file_changed = None