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 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357
|
Source: bacula
Section: admin
Priority: optional
Maintainer: Debian Bacula Team <pkg-bacula-devel@lists.alioth.debian.org>
Uploaders: Carsten Leonhardt <leo@debian.org>
Build-Depends: autoconf,
bc,
debhelper-compat (= 13),
default-libmysqlclient-dev,
dh-exec,
libacl1-dev,
libcap-dev [linux-any],
libkrb5-dev,
liblzo2-dev,
libpq-dev,
libreadline-dev,
libsqlite3-dev,
libssl-dev,
libwrap0-dev,
libx11-dev,
libxt-dev,
mtx [!hurd-any],
pkgconf,
po-debconf,
postgresql-server-dev-all,
qtbase5-dev,
systemd-dev [linux-any],
zlib1g-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/bacula-team/bacula
Vcs-Git: https://salsa.debian.org/bacula-team/bacula.git
Homepage: https://www.bacula.org/
Package: bacula
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-client, bacula-server, ${misc:Depends}
Description: network backup service - metapackage
Bacula is a set of programs to manage backup, recovery and verification
of computer data across a network of computers of different kinds.
.
It is efficient and relatively easy to use, while offering many advanced
storage management features that make it easy to find and recover lost or
damaged files. Due to its modular design, Bacula is scalable from small
single computer systems to networks of hundreds of machines.
.
This metapackage installs the entire suite of Bacula applications: job
scheduling, storage control, node connector and administrative console.
Package: bacula-common
Architecture: any
Pre-Depends: adduser, debconf, ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: gdb
Description: network backup service - common support files
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
This package provides files that are useful for other Bacula packages.
Package: bacula-common-sqlite3
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common, ${misc:Depends}, ${shlibs:Depends}
Conflicts: bacula-common-mysql, bacula-common-pgsql
Description: network backup service - SQLite v3 common files
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
This package provides files that are useful for other Bacula packages
for the SQLite v3 database.
.
Please be aware that using SQLite 3 databases is no longer supported
by the author.
Package: bacula-common-pgsql
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common, ${misc:Depends}, ${shlibs:Depends}
Conflicts: bacula-common-mysql, bacula-common-sqlite3
Description: network backup service - PostgreSQL common files
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
This package provides files that are useful for other Bacula packages
for the PostgreSQL database.
Package: bacula-common-mysql
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common, ${misc:Depends}, ${shlibs:Depends}
Conflicts: bacula-common-pgsql, bacula-common-sqlite3
Description: network backup service - MySQL common files
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
This package provides files that are useful for other Bacula packages
for the MySQL database.
Package: bacula-director
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common (= ${binary:Version}),
bacula-director-pgsql (= ${source:Version}) | bacula-director-mysql (= ${source:Version}) | bacula-director-sqlite3 (= ${source:Version}),
bsd-mailx | mailx,
sysvinit-utils (>= 3.05-1),
ucf,
${misc:Depends},
${shlibs:Depends}
Recommends: python3
Suggests: bacula-doc, ${perl:Depends}
Replaces: bacula-common (<< 9.6.4-1)
Breaks: bacula-common (<< 9.6.4-1)
Description: network backup service - Director daemon
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The Bacula Director service supervises all the backup, restore, verify and
archive operations. It can run as a daemon or as a foreground service which
administrators can use to schedule backups and recover files.
.
This package provides the Bacula Director daemon.
Package: bacula-director-sqlite3
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common-sqlite3 (<< ${source:Version}.1~),
bacula-common-sqlite3 (>= ${source:Version}),
dbconfig-sqlite3 | dbconfig-no-thanks,
file,
sqlite3,
${misc:Depends}
Conflicts: bacula-director-database
Provides: bacula-director-database
Replaces: bacula-director-database
Suggests: gawk
Description: network backup service - SQLite 3 storage for Director
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The Bacula Director service supervises all the backup, restore, verify and
archive operations. It can run as a daemon or as a foreground service which
administrators can use to schedule backups and recover files.
.
This package stores Bacula's catalog in an SQLite 3 database and thus is
only suitable for small or test installations.
.
Please be aware that using SQLite 3 databases is no longer supported
by the author.
Package: bacula-director-mysql
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common-mysql (<< ${source:Version}.1~),
bacula-common-mysql (>= ${source:Version}),
dbconfig-mysql | dbconfig-no-thanks,
default-mysql-client | virtual-mysql-client,
${misc:Depends}
Conflicts: bacula-director-database
Provides: bacula-director-database
Replaces: bacula-director-database
Recommends: default-mysql-server | virtual-mysql-server
Suggests: gawk
Description: network backup service - MySQL storage for Director
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The Bacula Director service supervises all the backup, restore, verify and
archive operations. It can run as a daemon or as a foreground service which
administrators can use to schedule backups and recover files.
.
This package stores Bacula's catalog in a MySQL database and thus is
suitable for medium-sized installations.
Package: bacula-director-pgsql
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common-pgsql (<< ${source:Version}.1~),
bacula-common-pgsql (>= ${source:Version}),
dbconfig-pgsql | dbconfig-no-thanks,
postgresql-client,
${misc:Depends}
Conflicts: bacula-director-database
Provides: bacula-director-database
Replaces: bacula-director-database
Recommends: postgresql
Suggests: gawk
Description: network backup service - PostgreSQL storage for Director
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The Bacula Director service supervises all the backup, restore, verify and
archive operations. It can run as a daemon or as a foreground service which
administrators can use to schedule backups and recover files.
.
This package stores Bacula's catalog in a PostgreSQL database and thus is
suited for large installations.
Package: bacula-client
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-console (>= ${source:Version}),
bacula-fd (>= ${source:Version}),
${misc:Depends}
Description: network backup service - client metapackage
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The Bacula Director service supervises all the backup, restore, verify and
archive operations. It can run as a daemon or as a foreground service which
administrators can use to schedule backups and recover files.
.
The package is a metapackage for client installations (file daemon and
console only).
Package: bacula-fd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common (= ${binary:Version}),
sysvinit-utils (>= 3.05-1),
ucf,
${misc:Depends},
${shlibs:Depends}
Replaces: bacula-common (<< 9.6.4-1)
Breaks: bacula-common (<< 9.6.4-1)
Description: network backup service - file daemon
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The file daemon has to be installed on the machine to be backed up. It is
responsible for providing the file attributes and data when requested by
the Director and also for the file system-dependent part of restoration.
Package: bacula-server
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-bscan (>= ${source:Version}),
bacula-director (>= ${source:Version}),
bacula-sd (>= ${source:Version}),
${misc:Depends}
Recommends: bacula-fd
Description: network backup service - server metapackage
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
This metapackage provides a standard server install, consisting of the
director and storage daemons.
Package: bacula-sd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common (= ${binary:Version}),
mtx [!hurd-any],
sysvinit-utils (>= 3.05-1),
ucf,
${misc:Depends},
${shlibs:Depends}
Replaces: bacula-common (<< 9.6.4-1),
bacula-sd-mysql (<< 7.4.3+dfsg-3),
bacula-sd-pgsql (<< 7.4.3+dfsg-3),
bacula-sd-sqlite3 (<< 7.4.3+dfsg-3)
Breaks: bacula-common (<< 9.6.4-1),
bacula-sd-mysql (<< 7.4.3+dfsg-3),
bacula-sd-pgsql (<< 7.4.3+dfsg-3),
bacula-sd-sqlite3 (<< 7.4.3+dfsg-3)
Recommends: bacula-bscan, mt-st, python3
Suggests: sg3-utils
Description: network backup service - storage daemon
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The storage daemon performs the storage and recovery of the file
attributes and data to the physical media; in other words, it is
responsible for reading and writing the backups.
.
It runs on the machine which has access to the backup device(s) - usually
a tape drive, but alternatively other storage media, such as files.
Package: bacula-bscan
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common-pgsql (= ${binary:Version}) | bacula-common-mysql (= ${binary:Version}) | bacula-common-sqlite3 (= ${binary:Version}),
bacula-sd (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Replaces: bacula-sd-mysql (<< 7.4.3+dfsg-3),
bacula-sd-pgsql (<< 7.4.3+dfsg-3),
bacula-sd-sqlite3 (<< 7.4.3+dfsg-3)
Breaks: bacula-sd-mysql (<< 7.4.3+dfsg-3),
bacula-sd-pgsql (<< 7.4.3+dfsg-3),
bacula-sd-sqlite3 (<< 7.4.3+dfsg-3)
Description: network backup service - bscan tool
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The storage daemon performs the storage and recovery of the file
attributes and data to the physical media; in other words, it is
responsible for reading and writing the backups.
.
This package contains the bscan utility, which is used for recovery
when Bacula's catalog is unavailable.
Package: bacula-console
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common (= ${binary:Version}),
ucf,
${misc:Depends},
${shlibs:Depends}
Replaces: bacula-common (<< 9.6.4-1)
Breaks: bacula-common (<< 9.6.4-1)
Description: network backup service - text console
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The management console allows the administrator or user to
communicate with the Bacula Director.
.
This package provides the text-interface version of the console.
Package: bacula-console-qt
Section: utils
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common (= ${binary:Version}),
ucf,
${misc:Depends},
${shlibs:Depends}
Description: network backup service - Bacula Administration Tool
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
The management console allows the administrator or user to
communicate with the Bacula Director.
.
This package provides the most advanced GUI to Bacula: the Bacula
Administration Tool (BAT) console.
.
This GUI interface has been designed to ease restore operations as much as
possible as compared to the basic text console.
Package: bacula-tray-monitor
Section: utils
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bacula-common (= ${binary:Version}),
ucf,
${misc:Depends},
${shlibs:Depends}
Description: network backup service - Bacula Tray Monitor
Bacula is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
This package provides a graphical tray monitor for the Bacula backup system.
.
The tray monitor allows the monitoring of the bacula daemons.
|