~mterry/duplicity/partial-encryption

« back to all changes in this revision

Viewing changes to duplicity/commandline.py

  • Committer: Kenneth Loafman
  • Date: 2011-08-18 20:08:56 UTC
  • mfrom: (772.1.2 trunk)
  • Revision ID: kenneth@loafman.com-20110818200856-71ulz0a7gebjk8x8
- introduce --numeric-owner parameter
  patch courtesy of Lukas Anzinger <l.anzinger AT gmail.com>
- duplicity:restore_check_hash
  'Invalid data - *** hash mismatch' lists the offending filename

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
    # --num-retries <number>
379
379
    parser.add_option("--num-retries", type="int", metavar=_("number"))
380
380
 
 
381
    # File owner uid keeps number from tar file. Like same option in GNU tar.
 
382
    parser.add_option("--numeric-owner", action="store_true")
 
383
 
381
384
    # Whether the old filename format is in effect.
382
385
    parser.add_option("--old-filenames", action="callback",
383
386
                      dest="old_filenames",