Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

virtualmarc/duplicity-opendrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenDrive Duplicity Backend

This is a duplicity backend for the cloud storage service OpenDrive.

Setup

# Linux
cp opendrivebackend.py /usr/lib/python2.7/dist-packages/duplicity/backends/
# or
cp opendrivebackend.py /usr/local/lib/python2.7/dist-packages/duplicity/backends/

# Mac OS X
cp opendrivebackend.py /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/duplicity/backends

Usage

duplicity source_path opendrive://email@addr.tld:password@opendrive.com/directoryid

Troubleshooting

UnsupportedBackendScheme: scheme not supported in url: opendrive://

If you get this error and the backend script has been copied to the correct directory this means that a python module is missing. Try to install python-pip and run the following commands:

pip install requests

About

OpenDrive Backend for Duplicity

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages