Duplicity
From Indie IT Wiki
Revision as of 16:02, 22 January 2020 by imported>Plittlefield (Created page with "== Introduction == [http://duplicity.nongnu.org/ Duplicity] is command line software for encrypted bandwidth-efficient backup using the rsync algorithm. It supports full and...")
Introduction
Duplicity is command line software for encrypted bandwidth-efficient backup using the rsync algorithm. It supports full and incremental backups where any file can be restored from a particular point in time when the backup took place.
Installation
sudo add-apt-repository ppa:duplicity-team/ppa sudo apt-get update sudo apt-get install duplicity python-pip sudo -H pip install boto