Amanda 2.6.1 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Amanda 2.6.1 (Stable branch)
# 1  
Old 01-27-2009
Amanda 2.6.1 (Stable branch)

Amanda is a popular network backup and archiving software that protects multiple machines running various versions of Linux, Unix, and Microsoft Windows operating systems. It supports tapes, disks, optical media, and changers. License: BSD License (original) Changes:
An application API allows you to easily write wrappers around any backup program (see the 'amanda-applications' man page0. amgtar now uses GNU tar, which is a lot more configurable than the GNUTAR program. amzfs-sendrecv performs backups of a ZFS filesystem with 'zfs send'. The script API now allows you to run scripts before and after the amanda process. amzfs-snapshot takes a snapshot of a ZFS filesystem, which can then be backed up with amgtar. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Red Hat

Amanda Configuration for Asymmetric encryption

Hi All I configured Amanda in our LAN and it is working perfectly When i changed configuration for Encryption it is not working ....and giving an error like this /etc/amanda/template.d/dumptypes", line 394: dumptype parameter expected "/etc/amanda/template.d/dumptypes", line 401: dumptype... (6 Replies)
Discussion started by: pran
6 Replies

2. Solaris

amanda's amcheck fail in solaris 10

i got this error message when trying to run amcheck on solaris 10 (sparc). bash-3.00$ amcheck DailySet1 Amanda Tape Server Host Check ----------------------------- slot 10:read label `DailySet1-10', date `X'. NOTE: skipping tape-writable test Tape DailySet1-10 label ok NOTE: conf info... (2 Replies)
Discussion started by: conandor
2 Replies
Login or Register to Ask a Question
AMRMTAPE(8)						  System Administration Commands					       AMRMTAPE(8)

NAME
amrmtape - remove a tape from the Amanda database SYNOPSIS
amrmtape [--changer changer-name] [--cleanup] [--dryrun] [-n] [--erase] [--keep-label] [--quiet] [-q] [--verbose] [-v] config label DESCRIPTION
Amrmtape invalidates the contents of an existing backup tape in the configuration database. This is meant as a recovery mechanism when a good backup is damaged either by faulty hardware or user error, e.g. the tape is eaten by the drive or is overwritten. See the amanda(8) man page for more details about Amanda. OPTIONS
--changer changer-name Specify which changer to use when erasing label --cleanup Remove logs and indexes associated with label. Otherwise, they'll remain until the next run of amdump. --dryrun, -n Generate new tapelist(5) and database files with label removed, but leave them in /tmp and do not update the original copies. --erase Attempt to erase the data contained on the volume with the given label. This requires that Amanda be able to find that volume using the tape changer. Erasure is not supported by all Amanda devices, and the erasure is not "secure" in the sense that the data can most likely be recovered by someone with the right tools. --keep-label Do not remove label from the tapelist. --verbose, -v List backups of hosts and disks that are being discarded. Enabled by default. --quiet, -q Opposite of -v. EXAMPLE
Remove tape labeled DAILY034 from the DailySet1 configuration. # amrmtape DailySet1 DAILY034 SEE ALSO
amanda(8), amadmin(8) The Amanda Wiki: : http://wiki.zmanda.com/ AUTHORS
Adrian T. Filipi-Martin <atf3r@cs.virginia.edu> Stefan G. Weichinger <sgw@amanda.org> Amanda 3.3.1 02/21/2012 AMRMTAPE(8)