In this article we will setup automated backup using Duplicity and Amazon S3.
Run following commands to install latest duplicity and python-boto library (duplicity needs it for Amazon S3).
apt-add-repository ppa:duplicity-team/ppa
apt-get update
apt-get install duplicity
apt-get install python-pip
pip install boto