~rossp/duplicity/signature-volsize

  • Committer: Kenneth Loafman
  • Date: 2009-07-01 15:03:52 UTC
  • Revision ID: kenneth@loafman.com-20090701150352-38riuk00uiy4omrt
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.
Filename Latest Rev Last Changed Committer Comment Size
..
.settings 363 15 years ago loafman bug #25194: Duplicity 5.04 requires python-distuti Diff
dist 1 21 years ago bescoto Initial checkin Diff
duplicity 1 21 years ago bescoto Initial checkin Diff
po 355 15 years ago loafman patch #6700: Make duplicity translatable https://s Diff
testing 1 21 years ago bescoto Initial checkin Diff
.bzrignore 533 14 years ago Kenneth Loafman Add .bzrignore 78 bytes Diff Download File
.cvsignore 430 15 years ago loafman bug #19988: Incompatibility to Samba/SMB share htt 70 bytes Diff Download File
.project 541.2.2 14 years ago kenneth at loafman * Change to use XDG_ convention per http://standar 792 bytes Diff Download File
.pydevproject 544 14 years ago Kenneth Loafman merge of lp:~kenneth-loafman/duplicity/smart-archi 419 bytes Diff Download File
CHANGELOG 525 15 years ago loafman Changes for 0.6.0. 42.9 KB Diff Download File
Changelog.GNU 525 15 years ago loafman Changes for 0.6.0. 99.2 KB Diff Download File
COPYING 476 15 years ago loafman After email voting among known duplicity contribut 17.5 KB Diff Download File
CVS-README 324 15 years ago loafman sr #106496: put install-from-cvs-notes in CVS-READ 919 bytes Diff Download File
File duplicity-bin 546 14 years ago Kenneth Loafman Fixed issues in Checkpoint/Restart: * The --name b 41.4 KB Diff Download File
duplicity.1 525.1.9 14 years ago Peter Schuller * --name affects *expansion*, not default value, o 30.5 KB Diff Download File
LOG-README 318 15 years ago loafman patch #6670: Machine Readable Output https://savan 1.1 KB Diff Download File
File rdiffdir 477 15 years ago loafman Normalized include statements and tried to insure 8.4 KB Diff Download File
rdiffdir.1 362 15 years ago loafman Use reldate expansion to include release date. 1.5 KB Diff Download File
README 411 15 years ago loafman Add NcFTP 3.2.0 exception clause to dependencies. 1.2 KB Diff Download File
tarfile-LICENSE 1 21 years ago bescoto Initial checkin 2.7 KB Diff Download File
TODO 57 20 years ago bescoto Remove large file note now that block size chosen 326 bytes Diff Download File