lp:~scode/duplicity/misc

Created by Peter Schuller and last modified
Get this branch:
bzr branch lp:~scode/duplicity/misc
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

* s/pair/tuple/ (method doc fix)

551. By Peter Schuller

  * when doing the "sleep to make sure we have different current time than last backup":
    - sleep for 2 seconds instead of 1, since it is an expected case that time may be moving
      slightly slower as a result of adjtime() and such
    - assert afterwards that current time really does differ from previous time

550. By Peter Schuller

* merge latest trunk

549. By Peter Schuller

* print archive directory in a more readable fashion #394627

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