Created
March 24, 2016 09:34
-
-
Save georg90/8d66b096cc09749d3a3a to your computer and use it in GitHub Desktop.
Install duplicity with custom backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Btw. I compiled the 0.7.06 version (manually), downloaded https://raw.githubusercontent.com/havardgulldahl/jottalib/master/src/duplicity-backend.py into ````duplicity/backends```` renamed it to ````jottabackend.py```` and installed duplicity using ````sudo python setup.py install```` Now I use a duply profile with a pre and post script to set the Environment (````export JOTTACLOUD_USERNAME="username" + JOTTACLOUD_PASSWORD="password"````) | |
| You then have to use ````sudo -E duply ...```` to keep the environment variables. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Btw. I compiled the 0.7.06 version (manually), downloaded https://raw.githubusercontent.com/havardgulldahl/jottalib/master/src/duplicity-backend.py into
duplicity/backendsrenamed it tojottabackend.pyand installed duplicity usingsudo python setup.py installNow I use a duply profile with a pre and post script to set the Environment (export JOTTACLOUD_USERNAME="username" + JOTTACLOUD_PASSWORD="password")You then have to use
sudo -E duply ...to keep the environment variables.