~marix/duplicity/azure-storage-sas

« back to all changes in this revision

Viewing changes to duplicity/globals.py

  • Committer: Kenneth Loafman
  • Date: 2016-12-08 17:26:38 UTC
  • mfrom: (1158.1.3 duplicity-mybranch)
  • Revision ID: kenneth@loafman.com-20161208172638-bzwe7edlv6n90fu0
* Merged in lp:~horgh/duplicity/copy-symlink-targets-721599
  - Add --copy-links to copy symlink contents, not just the link itself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
# enable data comparison on verify runs
275
275
compare_data = False
276
276
 
 
277
# When symlinks are encountered, the item they point to is copied rather than
 
278
# the symlink.
 
279
copy_links = False
 
280
 
277
281
# When selected, triggers a dry-run before a full or incremental to compute
278
282
# changes, then runs the real operation and keeps track of the real progress
279
283
progress = False