diff options
author | Richard Ellis <rellis@dp100.com> | 2010-10-24 22:28:53 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-25 07:55:11 -0500 |
commit | 7195e67f85b8eb69f3c705efaa7eff82e892f672 (patch) | |
tree | c85899146fd8c85c4f95f8fe0089da1258908389 /system/duplicity/README | |
parent | adcfe4d45100dc798829dedcafb9e763966c1402 (diff) | |
download | slackbuilds-7195e67f85b8eb69f3c705efaa7eff82e892f672.tar.gz |
system/duplicity: Added (Encrypted backup using rsync algorithm)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/duplicity/README')
-rw-r--r-- | system/duplicity/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/duplicity/README b/system/duplicity/README new file mode 100644 index 0000000000..07eb40cdd9 --- /dev/null +++ b/system/duplicity/README @@ -0,0 +1,10 @@ +duplicity - Encrypted bandwidth-efficient backup using rsync algorithm + +Duplicity backs up directories by producing encrypted tar-format volumes and +uploading them to a remote or local file server. Because duplicity uses +librsync, the incremental archives are space efficient and only record the +parts of files that have changed since the last backup. Because duplicity +uses GnuPG to encrypt and/or sign these archives, they will be safe from +spying and/or modification by the server. + +This requires librsync |