diff options
Diffstat (limited to 'system/duplicity/README')
-rw-r--r-- | system/duplicity/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/system/duplicity/README b/system/duplicity/README index 7f2d79d064..ee7d5ab755 100644 --- a/system/duplicity/README +++ b/system/duplicity/README @@ -1,8 +1,9 @@ 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. +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. |