Sync DESCR with upstream

prodded a while ago by mmcc
This commit is contained in:
danj 2017-05-19 02:33:27 +00:00
parent 27006c926b
commit c514dc93f9
2 changed files with 12 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2017/05/14 18:37:08 danj Exp $
# $OpenBSD: Makefile,v 1.42 2017/05/19 02:33:27 danj Exp $
# optional dependencies
# py-pyrax
@ -7,6 +7,7 @@ COMMENT = encrypted backup using rsync algorithm
MODPY_EGG_VERSION = 0.7.12
DISTNAME = duplicity-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = sysutils

View File

@ -1,13 +1,11 @@
Duplicity incrementally backs up files and directory by encrypting
tar-format volumes with GnuPG and uploading them to a remote (or local)
file server. Currently local, ftp, ssh/scp, rsync, WebDAV, WebDAVs, HSi
and Amazon S3 backends are available. Because duplicity uses librsync,
the incremental archives are space efficient and only record the parts
of files that have changed since the last backup. Currently duplicity
supports deleted files, full unix permissions, directories, symbolic
links, fifos, etc., but not hard links.
Duplicity backs 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.
The duplicity package also includes the rdiffdir utility. Rdiffdir is
an extension of librsync's rdiff to directories - it can be used to
produce signatures and deltas of directories as well as regular files.
These signatures and deltas are in GNU tar format.
The duplicity package also includes the rdiffdir utility. Rdiffdir is an
extension of librsync's rdiff to directories---it can be used to produce
signatures and deltas of directories as well as regular files. These
signatures and deltas are in GNU tar format.