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
AMFLUSH(8)						      System Manager's Manual							AMFLUSH(8)

NAME
amflush - flush Amanda backup files from holding disk to tape SYNOPSIS
amflush [ -f ] [ -D datestamp ]* config [ host [ disk ]* ]* DESCRIPTION
Amflush writes Amanda backups from the holding disks to tape, and updates the Amanda info database and tape list accordingly. Backups may stay in a holding disk when something is wrong with the tape at the time amdump is run. When this happens, the problem must be corrected and amflush run by hand. -D datestamp specify a datestamp expression you want to flush, see the "DATASTAMP EXPRESSION" section of amanda(8) for a description. -D 20001225-7 will flush all dump from 25 december 2000 to 27 december 2000. You can specify many host/disk expressions, only disks that match an expression will be flushed. All disk are flushed if no expression are given. see the "HOST & DISK EXPRESSION" section of amanda(8) for a description. Amflush will look in the holding disks specified by the amanda.conf file in /etc/amanda/config for any non-empty Amanda work directories. It then prompts you to select a directory or to process all of the directories. The work directories in the holding disks are named by the date at the time amdump was run, e.g. 19910215. Amflush normally detaches itself from the tty and runs as a background process. With the -f option, amflush stays in the foreground. This is useful if amflush is run as part of another script that, for example, advances the tape after the flush is completed. See the amanda(8) man page for more details about Amanda. EXAMPLE
Amflush will search for holding areas associated with the PUCC configuration. After you select which holding area to flush, amflush writes the data to tape, updates the databases and sends a mail report similar to amdump(8). % amflush DailySet1 Scanning /amanda-hold... 20001113: found Amanda directory. 20001114: found Amanda directory. Multiple Amanda directories, please pick one by letter: A. 20001113 B. 20001114 Select directories to flush [A..B]: [ALL] all Flushing dumps in 20001113, 20001114, today: 20001117 to tape drive /dev/rmt/0mn. Expecting tape DMP014 or a new tape. (The last dumps were to tape DMP013) Are you sure you want to do this? yes Running in background, you can log off now. You'll get mail when amflush is finished. AUTHOR
James da Silva <jds@cs.umd.edu> University of Maryland, College Park SEE ALSO
amanda(8), amdump(8) AMFLUSH(8)