CentOS7.6にduplicity0.7.18をインストールする

2019年1月6日

1.epelをインストールする
# yum install epel-release

2.必要なパッケージをインストールする
# yum install python librsync gnupg python-fasteners python-boto python-urllib3 python-devel librsync-devel intltool wget

3.Duplicityをインストールする
# wget https://code.launchpad.net/duplicity/0.7-series/0.7.18.2/+download/duplicity-0.7.18.2.tar.gz
# tar xvf duplicity-0.7.18.2.tar.gz
# cd duplicity-0.7.18.2
# python setup.py build
# python setup.py install
# duplicity –version

Linux

Posted by arkgame