|
|
Amanda Network Backup
Open Source. Open Formats. Open APIs.
What is Amanda?
AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is
a backup solution that allows the IT administrator to set up a
single master backup server to back up multiple hosts over network
to tape drives/changers or disks or optical media.
Amanda uses native utilities and formats (e.g. dump and/or GNU
tar) and can back up a large number of servers and workstations
running multiple versions of Linux or Unix. Amanda uses
a native Windows client to back up Microsoft Windows desktops and servers.
The most recent stable release is version 3.1.2, released on
August 12, 2010. It is a bug fix release.
Download here! (README)
Release Notes for the 3.1.x release series:
- config
- The 'rawtapedev' keyword was removed, and the 'label_new_tapes' keyword was deprecated.
- New warnings for dangerous splitting configurations
- changer
- We have many changers implementing the new changer API. The new changers are faster, more reliable, and have many new features. One new features is that the changer keeps track of which label is in which slot, allowing it to locate a tape faster. But with some changers (new chg-multi or chg-robot without a barcode), it doesn't get automaticaly notified if you change the volume in a slot. In this case, you must notify the changer of it with the 'amtape update' command:
- amtape DailySet1 update 3-8
- amtape DailySet1 update 3-8=
- amtape DailySet1 update 3=DailySet003
- See amanda-changers(7) for more information.
- ndmp, dvdrw
- New Amanda devices - see amanda-devices(7) for more information.
- amsamba
- The default amandapass file for the amsamba application is $CONFIG_DIR/amandapass, but it is /etc/amandapass for program GNUTAR. Don't forget to move the file if you switch to the amsamba application.
- ampgsql, amsuntar, amraw
- New applications to back up PostgreSQL databases, Solaris systems, and raw device files, respectively.
- amtape
- Amtape's behavior has changed; see NEWS
- amrmtape
- Rewritten with new command-line interface; see NEWS
- amdevcheck
- New --label and --properties options give more information about device
- amreport
- New, more natural command-line interface (try 'amreport $config')
Release Notes for 2.6.1p2:
- amtapetype: new -p option
- Bug Fixes
- S3 device driver
- amcheckdump
- file not removed from holding disk
- sendbackup compatibility with a 2.4.2 server
- handle EROFS error from tape device
- zfs snapshot name us the diskname
- fix fd allocation in amandad
- crash in amflush
Release Notes for 2.6.1p1:
- amplot: better output.
- Don't include genversion.h in distribution tarballs.
- Bug Fixes
- S3 device driver
- rait device driver
- amstatus
- configure
- application-api
- compilation on some platform
- others small bug
Release Notes for 2.6.1:
- Application API: Allow to easily write wrappers around any backup program, See the 'amanda-applications' man page.
- amgtar: Use GNU tar, it is a lot more configurable than the GNUTAR program. See 'amgtar' man page.
- amstar: Use star to do a backup, it work only on a partition. See 'amstar' man page.
- amsamba: Use smbclient to backup a cifs share, see amsamba man page.
- amzfs-sendrecv: Do a backup of a ZFS filesystem with 'zfs send'.
- Script API: Allow to run script before and after amanda process, see the
'amanda-scripts' man page.
- amzfs-snapshot: Do a snapshot of a ZFS filesystem, then 'amgtar' application will backup the snapshot. See 'amzfs-snapshot' man page.
- script-email: Simple script to send email. see 'script-email' man page.
- Changer API v2.0: perl-based changer interface supporting concurrent
use of multiple devices and changers.
- currently operating in "compatibility mode," calling old changer shell scripts.
- under active development.
- Xfer API: generic library to move and filter data with maximal efficiency.
- can read from and write to arbitrary devices, files, etc.
- only used in some applications.
- Amanda archive format: A simple archive format that an application can use to create backup image.
- 'amarchiver' program to manipulate file in amanda archive format.
- Many improvements to report better error message to user.
- amtape subcommands 'slot prev' and 'slot last' are removed.
- Dozens more perl libraries, with more stable interfaces.
- Bug fixes and improvements.
- amgetconf '--client' option to retrieve config from amanda-client.conf on a client.
- Amanda configuration file changes
- new application-tool section
- new script-tool section
- new device section
- new changer section
Amanda Web Pages
Last updated: $Date: 2010/08/13 02:01:29 $
|