Skip to content

Instantly share code, notes, and snippets.

@olegbuevich
Last active December 13, 2017 12:56
Show Gist options
  • Save olegbuevich/f39af63c368e15962ecb9a08cb75fed7 to your computer and use it in GitHub Desktop.
Save olegbuevich/f39af63c368e15962ecb9a08cb75fed7 to your computer and use it in GitHub Desktop.
duplicity 0.7 centos 6
# install needed packages
yum install librsync-devel python-devel
# remove old version
yum remove duplicity.x86_64
wget http://savannah-nongnu-org.ip-connect.vn.ua/duplicity/duplicity-0.7.11.tar.gz
tar -zxvf duplicity-0.7.11.tar.gz
cd duplicity-0.7.11/
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment