Last active
January 11, 2025 09:50
-
-
Save douglascrp/5ec4234bbc2320a450d6ef86472137b2 to your computer and use it in GitHub Desktop.
Duplicity install
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
No ubuntu 14.04 | |
https://launchpad.net/~duplicity-team/+archive/ubuntu/ppa | |
sudo add-apt-repository ppa:duplicity-team/ppa | |
sudo apt-get update | |
Most recent version today (2019-09-25): 0.7.19-0ubuntu0ppa1374~ubuntu14.04.1 | |
sudo apt-get install duplicity=0.7.19-0ubuntu0ppa1374~ubuntu14.04.1 | |
apt-get install python-boto | |
No ubuntu 18.04 | |
sudo apt-get update | |
apt-get install python-boto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Outdated. Duplicity uses snap now