diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-03 06:57:30 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-03 06:57:30 +0000 |
commit | ad5bdb8126bb509771b46b52045a24725fda9e5d (patch) | |
tree | 72be6df03cec3759b6173d06d74b0f69d4373982 /sysutils/duplicity05/pkg-descr | |
parent | 700261726cfd6e498217d45e46501d01a549af62 (diff) |
add duplicity-0.4.0
WWW: http://www.nongnu.org/duplicity/
PR: 53235
Submitted by: Gerhard Haering <gh@ghaering.de>
Notes
Notes:
svn path=/head/; revision=84112
Diffstat (limited to 'sysutils/duplicity05/pkg-descr')
-rw-r--r-- | sysutils/duplicity05/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/duplicity05/pkg-descr b/sysutils/duplicity05/pkg-descr new file mode 100644 index 000000000000..43bf81e4ce1f --- /dev/null +++ b/sysutils/duplicity05/pkg-descr @@ -0,0 +1,12 @@ +Duplicity backs directories by producing encrypted tar-format volumes an +d +uploading them to a remote or local file server. Because duplicity uses +librsync, the incremental archives are space efficient and only record t +he +parts of files that have changed since the last backup. Because duplicit +y uses +GnuPG to encrypt and/or sign these archives, they will be safe from spyi +ng +and/or modification by the server. + +WWW: http://www.nongnu.org/duplicity/ |