amanda 1:3.5.1-1 source package in Ubuntu

Changelog

amanda (1:3.5.1-1) unstable; urgency=medium

  * New upstream version 3.5.1
      * Fix compilation on Solaris
      * Do not check all 'r' bit on suid binary
      * Fix parsing of configuration override (-o)
          - can unset some setting
      * client code will not fail if shared memory is not available
      * amreport
          - lot of improvement
      * allow '*' for a datestamp wildcard
      * amgetconf
          - print an empty string if a parameter is not set instead of 'no
            such parameter'
      * amdump
          - new --no-dump, --no-flush and --no-vault argument
      * amstatus fix
      * lock holding disk to protect multiple parallel access

  * Patches refreshed
  * Patches dropped: fix-lintian-miss-spelling-amanda.conf.5.xml,
    fix-lintian-miss-spelling-amanda-changers.7.xml,
    25-fix-parsing-for-vault-conffile.c,
    27-report-crc-errors-Report-human.pm
  * Amanda now supports multiple amdumps running at the same time.  The
    fix "lock holding disk to protect multiple parallel access" is
    important for this bug, (Closes: #881754).

 -- Jose M Calhariz <email address hidden>  Sun, 07 Jan 2018 19:20:39 +0000

Upload details

Uploaded by:
Jose M Calhariz
Uploaded to:
Sid
Original maintainer:
Jose M Calhariz
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
amanda_3.5.1-1.dsc 2.2 KiB 694748c346a0e5a849878fd865a484b17371a0309a2e5b075840084b427b8751
amanda_3.5.1.orig.tar.gz 5.0 MiB 6cb9a13fb7a09970d288ddb2c380e7165c5fe38b85bc761ca7ffe334bc5c534b
amanda_3.5.1-1.debian.tar.xz 42.3 KiB 98500bab40bfc139a1fca0ff6476910f660908435cd42b61783924721176c2b0

Available diffs

No changes file available.

Binary packages built by this source

amanda-client: 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

amanda-client-dbgsym: debug symbols for amanda-client
amanda-common: Advanced Maryland Automatic Network Disk Archiver (Libs)

 This package contains libraries required by the amanda client and
 server packages and includes the documentation.

amanda-common-dbgsym: debug symbols for amanda-common
amanda-server: 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

amanda-server-dbgsym: debug symbols for amanda-server