lp:~scode/duplicity/ignore-errors

Created by Peter Schuller and last modified
Get this branch:
bzr branch lp:~scode/duplicity/ignore-errors
Only Peter Schuller can upload to this branch. If you are Peter Schuller please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Peter Schuller
Project:
Duplicity
Status:
Merged

Recent revisions

552. By Peter Schuller

* support an --ignore-errors command which is intended to mean "try to continue in the face of" errors
  that might possibly be okay to ignore
  - intended during restoration to avoid bailing out on errors that are not fatal yet would in fact
    produce an "incorrect" restoration
  - for now, only changes behavior on file meta data restoration where I happened to have a problem
    (I had a +t file which was impossible to restore to +t even though it was possible for it to
    exist and for me to read it)
  - be clear in the man page that this is only supposed to be used in case of problems and even then
    to please contact maintainer if use is needed

551. By Kenneth Loafman

merge of lp:~scode/duplicity/misc

550. By Kenneth Loafman

Update ignore list.

549. By Kenneth Loafman

Fixes: [Bug 379386] Fix 'list-current-files' with missing archive dir

548. By Michael Terry

merge from lp:~mterry/duplicity/po-fixes: reorganize po directory, so that we can start translating in LP

547. By Kenneth Loafman

Changes for 0.6.01.

546. By Kenneth Loafman

Fixed issues in Checkpoint/Restart:
* The --name backupname" option was added to allow the
  user to separate one archive from another. If not
  specified, the default is an MD5 hash of the target
  URL, which should suffice for most uses.

* The archive_dir (cache) is now stored in a standard
  location, defaulting to ~/.cache/duplicity. See
  http://standards.freedesktop.org/basedir-spec/latest/

* The interaction between the --archive-dir option and
  the --name option allows for four possible results
  for the location of the archive dir.
    - neither specified (default)
      ~/.cache/duplicity/hash-of-url
    - --archive-dir=~/arch, no --name
      ~/arch/hash-of-url
    - no --archive-dir, --name=foo
      ~/.cache/duplicity/foo
    - --archive-dir=~/arch, --name=foo
      ~/arch/foo

* duplicity will now copy needed metadata from the
  remote store to the local cache as needed. This
  means that the first use after upgraded from 0.5.x
  will have the metadata copied to the local archive
  dir in order to sync both.

* cleanup will now work correctly with the archive
  dir and separates the local from the remote files.

545. By Kenneth Loafman

Fixes bug 392905. Allow omission of remote file name if the same as the source file name.

543. By Michael Terry

merge lp:~mterry/duplicity/gio-dist-fix to distribute gio backend

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers