duplicity install

安装环境依赖

1
2
3
yum install -y gcc-c++ librsync python-lockfile python-urllib3 python-setuptools python-devel librsync-devel python-pip
pip install oss2

安装

1
2
3
tar zxvf duplicity.tar.gz
cd duplicity
python setup.py install