lp:~jflaker/duplicity/BugFix1325215
- Get this branch:
- bzr branch lp:~jflaker/duplicity/BugFix1325215
Branch merges
- duplicity-team: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedbin/duplicity.1 (+1/-1)
Related bugs
Bug #1325215: Typo in man - --progress_rate -> --progress-rate | Medium | Fix Released |
|
Related blueprints
Branch information
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".
- 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. - 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) - 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