orphan the package with this uploader, but mark myself as an uploader for now
[debian/amanda] / debian / control
1 Source: amanda
2 Section: utils
3 Priority: optional
4 Maintainer: Debian QA Group <packages@qa.debian.org>
5 Uploaders: Bdale Garbee <bdale@gag.com>
6 Vcs-Git: git://git.gag.com/debian/amanda
7 Vcs-Browser: http://git.gag.com/?p=debian/amanda
8 Build-Depends: debhelper (>= 5), dump [linux-any], gnuplot, libncurses5-dev, libreadline-dev, libtool, flex, perl, smbclient, bsd-mailx | mailx, lpr, mtx, xfsdump [linux-any], po-debconf, autotools-dev, libglib2.0-dev, procps, curl, libcurl4-openssl-dev
9 Standards-Version: 3.9.3
10
11 Package: amanda-common
12 Architecture: any
13 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, update-inetd, tar (>=1.12), perl5, bsd-mailx | mailx, debconf | debconf-2.0, adduser, openbsd-inetd | inet-superserver
14 Suggests: amanda-server (= ${binary:Version}) | amanda-client (= ${binary:Version})
15 Conflicts: amanda
16 Replaces: amanda, amanda-client
17 Description: Advanced Maryland Automatic Network Disk Archiver (Libs)
18  This package contains libraries required by the amanda client and
19  server packages.
20
21 Package: amanda-server
22 Architecture: any
23 Depends: ${misc:Depends}, ${shlibs:Depends}, amanda-common (= ${binary:Version}), bsd-mailx | mailx
24 Suggests: perl5, gnuplot, amanda-client (= ${binary:Version}), cpio | mt-st
25 Conflicts: amanda, amanda-common (<< 1:2.5.2p1-3)
26 Replaces: amanda-common (<< 1:2.5.2p1-3)
27 Description: Advanced Maryland Automatic Network Disk Archiver (Server)
28  Amanda is a backup system designed to archive many computers on a
29  network to a single large-capacity tape drive. This package is
30  suitable for large amounts of data to backup. For smaller solutions
31  take a look at afbackup, tob, ... 
32  .
33   Features:
34    * will back up multiple machines in parallel to a holding disk, blasting
35      finished dumps one by one to tape as fast as we can write files to
36      tape.  For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
37      with a large holding disk can be filled by Amanda in under 4 hours.
38    * built on top of standard backup software: Unix dump/restore, and
39      later GNU Tar and others.
40    * does simple tape management: will not overwrite the wrong tape.
41    * supports tape changers via a generic interface.  Easily customizable 
42      to any type of tape carousel, robot, or stacker that can be controlled 
43      via the unix command line.
44    * for a restore, tells you what tapes you need, and finds the proper
45      backup image on the tape for you.
46    * recovers gracefully from errors, including down or hung machines.
47    * reports results, including all errors in detail, in email to operators.
48    * will dynamically adjust backup schedule to keep within constraints: 
49      no more juggling by hand when adding disks and computers to network.
50    * includes a pre-run checker program, that conducts sanity checks on both
51      the tape server host and all the client hosts (in parallel), and will
52      send an e-mail report of any problems that could cause the backups to
53      fail.
54    * can compress dumps before sending or after sending over the net, with
55      either compress or gzip.
56    * can optionally synchronize with external backups, for those large
57      timesharing computers where you want to do full dumps when the system
58      is down in single-user mode (since BSD dump is not reliable on active
59      filesystems): Amanda will still do your daily dumps.
60    * lots of other options; Amanda is very configurable.
61  .
62  For important notes, see /usr/share/doc/amanda-server/README.Debian.
63  .
64  Explanation of suggested programs:
65   - perl is needed for some non essential server utilities
66   - gnuplot is needed for plotting statistics of backups
67   - to backup the tape server, you need to install the client too 
68
69 Package: amanda-client
70 Architecture: any
71 Depends: ${misc:Depends}, ${shlibs:Depends}, amanda-common (= ${binary:Version})
72 Suggests: gnuplot, dump, smbclient
73 Conflicts: amanda, amanda-common (<< 1:2.5.2p1-3)
74 Replaces: amanda-common (<< 1:2.5.2p1-3)
75 Description: Advanced Maryland Automatic Network Disk Archiver (Client)
76  Amanda is a backup system designed to archive many computers on a
77  network to a single large-capacity tape drive. This package is
78  suitable for large amounts of data to backup. For smaller solutions
79  take a look at afbackup, tob, ... 
80  .
81   Features:
82    * will back up multiple machines in parallel to a holding disk, blasting
83      finished dumps one by one to tape as fast as we can write files to
84      tape.  For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
85      with a large holding disk can be filled by Amanda in under 4 hours.
86    * built on top of standard backup software: Unix dump/restore, and
87      later GNU Tar and others.
88    * does simple tape management: will not overwrite the wrong tape.
89    * supports tape changers via a generic interface.  Easily customizable 
90      to any type of tape carousel, robot, or stacker that can be controlled 
91      via the unix command line.
92    * for a restore, tells you what tapes you need, and finds the proper
93      backup image on the tape for you.
94    * recovers gracefully from errors, including down or hung machines.
95    * reports results, including all errors in detail, in email to operators.
96    * will dynamically adjust backup schedule to keep within constraints: 
97      no more juggling by hand when adding disks and computers to network.
98    * includes a pre-run checker program, that conducts sanity checks on both
99      the tape server host and all the client hosts (in parallel), and will
100      send an e-mail report of any problems that could cause the backups to
101      fail.
102    * can compress dumps before sending or after sending over the net, with
103      either compress or gzip.
104    * can optionally synchronize with external backups, for those large
105      timesharing computers where you want to do full dumps when the system
106      is down in single-user mode (since BSD dump is not reliable on active
107      filesystems): Amanda will still do your daily dumps.
108    * lots of other options; Amanda is very configurable.
109  .
110  THIS PACKAGE RELIES ON A RUNNING AMANDA SERVER IN YOUR NETWORK.
111  .
112  For important notes, see /usr/share/doc/amanda-client/README.Debian.
113  .
114  Explanation of suggested programs:
115   - gnuplot is needed for plotting statistics of backups
116