summaryrefslogtreecommitdiff
path: root/debian/control
blob: 16f0fbce64ff0557b819b4e7c349afab21869f1e (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: obnam
Maintainer: Lars Wirzenius <liw@liw.fi>
Uploader: Gaudenz Steinlin <gaudenz@debian.org>
Section: python
Priority: optional
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.3.8), 
    python-all-dev (>= 2.6.3~3), 
    python-coverage-test-runner (>= 1.8~), 
    python-larch (>= 1.20121216~),
    python-ttystatus (>= 0.19~),
    python-paramiko, 
    python-tracing (>= 0.6~), 
    fakeroot, 
    python-cliapp (>= 1.20120630~),
    genbackupdata (>= 1.6~),
    summain (>= 0.17),
    cmdtest (>= 0.3~),
    attr
Homepage: http://liw.fi/obnam/
X-Python-Version: >= 2.6

Package: obnam
Provides: python-obnam
Architecture: linux-any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, 
    python-larch (>= 1.20121216~),
    python-ttystatus (>= 0.19~),
    python-paramiko, 
    python-tracing (>= 0.6~), 
    python-cliapp (>= 1.20120630~)
Description: online and disk-based backup application
 Obnam makes backups. Backups can be stored on local hard disks, or online 
 via the SSH SFTP protocol. The backup server, if used, does not require any 
 special software, on top of SSH.
 .
  * Snapshot backups. Every generation looks like a complete snapshot, so you 
    don't need to care about full versus incremental backups, or rotate real 
    or virtual tapes.
  * Data de-duplication, across files, and backup generations. If the backup 
    repository already contains a particular chunk of data, it will be re-used, 
    even if it was in another file in an older backup generation. This way, you 
    don't need to worry about moving around large files, or modifying them.
  * Encrypted backups, using GnuPG.
  * Push or pull operation, depending on what you need. You can run Obnam on 
    the client, and push backups to the server, or on the server, and pull 
    from the client over SFTP.