ports/sysutils/duplicity-devel/pkg-message
Danilo G. Baio 144c7855e2 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
2019-11-15 14:38:15 +00:00

29 lines
787 B
Text

[
{ type: install
message: <<EOM
The following backends are supported by duplicity itself, but will
require manual installation of their respective dependencies because
they are not yet available in the ports tree:
- The Dropbox backend
- The HSI backend
- The mega backend for mega.co.nz
- The swift backend for OpenStack Object Storage
- The tahoe backend for Tahoe-LAFS
Please refer to upstream duplicity documentation for information on
the use of these backends.
For gnupg 2 insert "pinentry-mode loopback" into ~/.gnupg/gpg.conf
and "allow-loopback-pinentry" into ~/.gnupg/gpg-agent.conf
Some fixes related to gnupg handling were made in v0.7.12.
Please visit the following URL for more information:
http://duplicity.nongnu.org/CHANGELOG
EOM
}
]