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