File: control

package info (click to toggle)
amanda 1%3A3.5.1-11%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 30,960 kB
  • sloc: ansic: 265,797; perl: 114,269; xml: 16,058; sh: 8,667; makefile: 2,793; awk: 502; lex: 407; yacc: 347; javascript: 135; tcl: 118; sql: 19; sed: 16; php: 2
file content (162 lines) | stat: -rw-r--r-- 6,935 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
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
Source: amanda
Section: utils
Priority: optional
Maintainer: Jose M Calhariz <calhariz@debian.org>
Build-Depends: autotools-dev,
               bsd-mailx | mailx,
               curl,
               debhelper (>= 10~),
               dh-autoreconf,
               dump [linux-any],
               flex,
               gawk,
               gnuplot,
               libcurl4-openssl-dev,
               libglib2.0-dev,
               libncurses5-dev,
               libreadline-dev,
               libssl-dev,
               libtirpc-dev,
               libtool,
               lpr,
               mtx,
               perl,
               po-debconf,
               pkg-config,
               procps,
               smbclient,
               swig,
               xfsdump [linux-any],
Standards-Version: 4.0.1
Homepage: http://www.amanda.org/
Vcs-Git: https://salsa.debian.org/debian/amanda.git
Vcs-Browser: https://salsa.debian.org/debian/amanda

Package: amanda-common
Architecture: any
Depends: adduser,
         bsd-mailx | mailx,
         debconf | debconf-2.0,
         openbsd-inetd | inet-superserver,
         update-inetd,
         libjson-perl,
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
Suggests: amanda-server (= ${binary:Version}) | amanda-client (= ${binary:Version}),
Conflicts: amanda,
Breaks: amanda-client (<< 1:3.5),
        amanda-server (<< 1:3.5.1-3~)
Replaces: amanda,
          amanda-client (<< 1:3.5),
          amanda-server (<< 1:3.5.1-3~)
Description: Advanced Maryland Automatic Network Disk Archiver (Libs)
 This package contains libraries required by the amanda client and
 server packages and includes the documentation.

Package: amanda-server
Architecture: any
Depends: amanda-common (= ${binary:Version}),
         bsd-mailx | mailx,
         libjson-perl,
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
Suggests: amanda-client (= ${binary:Version}),
          cpio | mt-st,
          gnuplot,
Conflicts: amanda,
Description: Advanced Maryland Automatic Network Disk Archiver (Server)
 Amanda is a backup system designed to archive many computers on a
 network to a single large-capacity tape drive. This package is
 suitable for large amounts of data to backup. For smaller solutions
 take a look at afbackup, tob, ...
 .
  Features:
   * will back up multiple machines in parallel to a holding disk, blasting
     finished dumps one by one to tape as fast as they can be written to
     tape.  For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
     with a large holding disk can be filled by Amanda in under 4 hours.
   * built on top of standard backup software: Unix dump/restore, and
     later GNU Tar and others.
   * does simple tape management: will not overwrite the wrong tape.
   * supports tape changers via a generic interface.  Easily customizable
     to any type of tape carousel, robot, or stacker that can be controlled
     via the unix command line.
   * for a restore, tells you what tapes you need, and finds the proper
     backup image on the tape for you.
   * recovers gracefully from errors, including down or hung machines.
   * reports results, including all errors in detail, in email to operators.
   * will dynamically adjust backup schedule to keep within constraints:
     no more juggling by hand when adding disks and computers to network.
   * includes a pre-run checker program, that conducts sanity checks on both
     the tape server host and all the client hosts (in parallel), and will
     send an e-mail report of any problems that could cause the backups to
     fail.
   * can compress dumps before sending or after sending over the net, with
     either compress or gzip.
   * can optionally synchronize with external backups, for those large
     timesharing computers where you want to do full dumps when the system
     is down in single-user mode (since BSD dump is not reliable on active
     filesystems): Amanda will still do your daily dumps.
   * lots of other options; Amanda is very configurable.
 .
 For important notes, see /usr/share/doc/amanda-server/README.Debian.
 .
 Explanation of suggested programs:
  - perl is needed for some non essential server utilities
  - gnuplot is needed for plotting statistics of backups
  - to backup the tape server, you need to install the client too

Package: amanda-client
Architecture: any
Depends: amanda-common (= ${binary:Version}),
         libxml-simple-perl,
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
Suggests: dump,
          gnuplot,
          smbclient,
Conflicts: amanda,
Description: Advanced Maryland Automatic Network Disk Archiver (Client)
 Amanda is a backup system designed to archive many computers on a
 network to a single large-capacity tape drive. This package is
 suitable for large amounts of data to backup. For smaller solutions
 take a look at afbackup, tob, ...
 .
  Features:
   * will back up multiple machines in parallel to a holding disk, blasting
     finished dumps one by one to tape as fast as they can be can written to
     tape.  For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
     with a large holding disk can be filled by Amanda in under 4 hours.
   * built on top of standard backup software: Unix dump/restore, and
     later GNU Tar and others.
   * does simple tape management: will not overwrite the wrong tape.
   * supports tape changers via a generic interface.  Easily customizable
     to any type of tape carousel, robot, or stacker that can be controlled
     via the unix command line.
   * for a restore, tells you what tapes you need, and finds the proper
     backup image on the tape for you.
   * recovers gracefully from errors, including down or hung machines.
   * reports results, including all errors in detail, in email to operators.
   * will dynamically adjust backup schedule to keep within constraints:
     no more juggling by hand when adding disks and computers to network.
   * includes a pre-run checker program, that conducts sanity checks on both
     the tape server host and all the client hosts (in parallel), and will
     send an e-mail report of any problems that could cause the backups to
     fail.
   * can compress dumps before sending or after sending over the net, with
     either compress or gzip.
   * can optionally synchronize with external backups, for those large
     timesharing computers where you want to do full dumps when the system
     is down in single-user mode (since BSD dump is not reliable on active
     filesystems): Amanda will still do your daily dumps.
   * lots of other options; Amanda is very configurable.
 .
 THIS PACKAGE RELIES ON A RUNNING AMANDA SERVER IN YOUR NETWORK.
 .
 For important notes, see /usr/share/doc/amanda-client/README.Debian.
 .
 Explanation of suggested programs:
  - gnuplot is needed for plotting statistics of backups