lp:~jflaker/duplicity/BugFix1325215

Created by Jeffrey Flaker and last modified
Get this branch:
bzr branch lp:~jflaker/duplicity/BugFix1325215
Only Jeffrey Flaker can upload to this branch. If you are Jeffrey Flaker please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jeffrey Flaker
Project:
Duplicity
Status:
Development

Recent revisions

1000. By Jeffrey Flaker

Fixing Bug #1325215. man page -- The reference to "--progress_rate" as a parameter is incorrect. Should be "--progress-rate".

999. By Kenneth Loafman

* Fixed bug 1375304 with patch supplied by Aleksandar Ivanovic

998. By Kenneth Loafman

* Merged in lp:~jeffreydavidrogers/duplicity/duplicity
  - This change fixes two small typos in the duplicity man page.

997. By Kenneth Loafman

* Merged in lp:~ed.so/duplicity/manpage.verify
  - clarify verify's functionality as wished for by a user surprised with a big
    bandwidth bill from rackspace.

996. By Kenneth Loafman

* Added sxbacked.py, Skylable backend. Waiting on man page updates.

995. By Kenneth Loafman

* Fixed bug 1327550: OverflowError: signed integer is greater than maximum
  - Major and minor device numbers are supposed to be one byte each. Someone
    has crafted a special system image using OpenVZ where the major and minor
    device numbers are much larger (ploop devices). We treat them as (0,0).

994. By Kenneth Loafman

* Merged in lp:~antmak/duplicity/0.7-par2-fix
  - Useful fix for verbatim par2cmdline options (like "-t" in par2-tbb version)

993. By Kenneth Loafman

Restore accidental deletion.

992. By Kenneth Loafman

* Merged in lp:~mterry/duplicity/webdav-fixes
  - This branch fixes two issues I saw when testing the webdav backend:
  - 1) Errors like the following: "Attempt 1 failed. BackendException: File
    /tmp/duplicity-LQ1a0i-tempdir/mktemp-u2aiyX-2 not found locally after get
    from backend". These were caused by the _get() method not calling setdata()
    on the local path object, so the rest of the code thought it didn't exist.
  - 2) Some odd issues from stale responses/data. We have a couple places in
    webdavbackend.py where we close the connection before making a request
    because of this problem. But I've changed it to do it every time, more
    reliably, by putting a _close() call inside the request() method.
  - With this, the webdav backend seems fine to me.

991. By Kenneth Loafman

* Merged in lp:~ed.so/duplicity/webdav200fix-0.7
  - webdav backend fix "BackendException: Bad status code 200 reason OK. " when
    restarting an interrupted backup and overwriting partially uploaded volumes.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~duplicity-team/duplicity/0.7-series
This branch contains Public information 
Everyone can see this information.

Subscribers