Background
Duplicity is an application which uses other applications/tools to create and synchronize backups. To be clear, Duplicity can perform backups local (on the same computer) or remote (local network or any location you have network access to).
A simple explanation of duplicity is to think of it as rsync with encryption (GPG). The encryption is applied locally, prior to going over the wire, so it is TNO (Trust-No-One). Duplicity itself is a command line tool; however, there are GUI tools out there if you need.
Details
The following example uses encryption and saves the backup to a local file, if you prefer to ssh the file somewhere simply use the scp protocol/path/info (e.g. scp://uid@other.host/some_dir
) rather than file:///mnt/backup/duplicity_backup
.
|
|