blob: 4f191389c8970ecfe757debbc73767e666193abf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
*************************************************************************
* 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 *
* *
*************************************************************************
|