aboutsummaryrefslogtreecommitdiff
path: root/sysutils/duplicity
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-11-15 14:38:15 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-11-15 14:38:15 +0000
commit144c7855e252ca08a61b61670c967fcf5e5567a7 (patch)
treefc456c322330a3cc057a9504d43bef0e59c2b00d /sysutils/duplicity
parentd16aa6e2f8afd32645161390e0274f4e62aa9031 (diff)
downloadports-144c7855e252ca08a61b61670c967fcf5e5567a7.tar.gz
ports-144c7855e252ca08a61b61670c967fcf5e5567a7.zip
Add sysutils/duplicity-devel: Backup tool that uses librsync and GnuPG
This is the current development release. 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. WWW: http://duplicity.nongnu.org
Notes
Notes: svn path=/head/; revision=517676
Diffstat (limited to 'sysutils/duplicity')
-rw-r--r--sysutils/duplicity/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index 196f999f6f24..3d242df7a7f7 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -21,6 +21,8 @@ USES= python:2.7 shebangfix
USE_PYTHON= autoplist distutils
USE_LDCONFIG= yes
+CONFLICTS_INSTALL= duplicity-devel
+
SHEBANG_FILES= bin/duplicity bin/rdiffdir
PORTDOCS= CHANGELOG COPYING README README-REPO README-LOG