CentOS7にduplicity0.6.26をインストールする
1.epelのインストール
# yum install https://mirrors.kernel.org/fedora-epel/7/x86_64/e/epel-release-7-5.noarch.rpm
2.依存パッケージのインストール
# yum install python-devel librsync-devel librsync python-setuptools python-lockfile python-boto wget
3.duplicityのインストール
# wget https://code.launchpad.net/duplicity/0.6-series/0.6.26/+download/duplicity-0.6.26.tar.gz
# tar xvf duplicity-0.6.26.tar.gz
# cd duplicity-0.6.26
# python setup.py build
# python setup.py install
# duplicity –version