lp:~3v1n0/duplicity/copy.com-backend

Created by Marco Trevisan (Treviño) and last modified
Get this branch:
bzr branch lp:~3v1n0/duplicity/copy.com-backend
Only Marco Trevisan (Treviño) can upload to this branch. If you are Marco Trevisan (Treviño) please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Marco Trevisan (Treviño)
Project:
Duplicity
Status:
Merged

Recent revisions

997. By Marco Trevisan (Treviño)

README: add copy.com requirements

996. By Marco Trevisan (Treviño)

Add copy.com to man file

995. By Marco Trevisan (Treviño)

CopyComBackend: import non-main modules only when needed

994. By Marco Trevisan (Treviño)

CopyComBackend: remove unneded upload checks

993. By Marco Trevisan (Treviño)

CopyComBackend: implement _query method

Now the backend should be pretty complete

992. By Marco Trevisan (Treviño)

CopyComBackend: disable the _delete_list support, it won't work if a file doesn't exist

If a file in list does not exist, the Copy server will stop deleting the subsequent stuff,
raising an error and making test_delete_list to fail.

991. By Marco Trevisan (Treviño)

CopyComBackend: add ability to delete list of files

990. By Marco Trevisan (Treviño)

Backends: Add Copy.com support, implement basic operations

989. By Kenneth Loafman

* Update shebang line to python2 instead of python to avoid confusion.

988. By Kenneth Loafman

* Merged in lp:~mterry/duplicity/py2.6.0
  - Support python 2.6.0.
  - Without this branch, we only support python >= 2.6.5 because that's when
    python's urlparse.py module became its more modern incarnation. (I won't
    get into the wisdom of them making such a change in the middle of the
    2.6 lifecycle.)
  - Also, the version of lockfile that I have (0.8) doesn't work with python
    2.6.0 or 2.6.1 due to their implementation of
    threading.current_thread().ident returning None unexpectedly. So this
    branch tells lockfile not to worry about adding the current thread's
    identifier to the lock filename (we don't need a separate lock per thread,
    since our locking is per process).
  - I've tested with 2.6.0 and 2.7.6 (both extremes of our current support).

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.