lp:~scode/duplicity/archive-sync-removelocal

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

555. By Peter Schuller

* optimistically try to resolve final issue by passing ParseResult:s sense of what's what to
  get_suffix() rather than hard-coding based on manifest. not sure if this has other bad side-effects
  though - will discuss on ML.

554. By Peter Schuller

* nuke accidentally added characters in comments - left control is breaking on my keyboard...

553. By Peter Schuller

* initial stab (broken): synch both ways; i.e., remove spurious local files in addition to downloading missing ones
* problem remaining with determining the correct local name

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.

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