File: control

package info (click to toggle)
duplicity 0.7.18.2-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 7,168 kB
  • sloc: python: 16,455; ansic: 354; sh: 344; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: duplicity
Section: utils
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Build-Depends: debhelper (>= 9.0.0), librsync-dev (>=0.9.6), python-dev (>= 2.6.6-3), dh-python, python-setuptools, rdiff, gnupg | gnupg1, par2, python-lockfile (>> 0.9), python-mock, python-pexpect, python-fasteners
Standards-Version: 4.1.3.0
X-Python-Version: >= 2.5
Homepage: http://duplicity.nongnu.org/


Package: duplicity
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-lockfile (>> 1:0.9), python-fasteners, gnupg | gnupg1
Recommends: rsync, python-paramiko, python-pexpect, python-urllib3, python-oauthlib
Suggests: python-boto, ncftp, python-cloudfiles, lftp, python-gdata, tahoe-lafs, python-swiftclient, python-pip
Description: encrypted bandwidth-efficient backup
 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.