Performance of a Parallel Network Backup Manager

Total Page:16

File Type:pdf, Size:1020Kb

Performance of a Parallel Network Backup Manager Performanceof a Parallel Network BackupManager Jamesda Silva, Olafur Guðmundsson,Døniel Mossé - Departmentof ComputerScience, University of Maryland ABSTRACT The adventof inexpensivemulti-gigabyte tape driveshas madepossible the completely automatedbackup of many dozensof networkedworkstations to a single tape. One pioblem that arises with this schemeis that many computerscannot backup theiì disks óver the network at more than a f¡action of the tape'srated speed. Thus, running overnightbackups sequentiallycan takewell into the next day. W9 havedeveloped a parallelbackup manager named Amanda that solvesthis problem by runninga numberof backupsin parallelto a holding disk, then using a multi-bufier copy schemeto transfer the backupsto the tape at the full rated tape speed. Amanda usis accurateestimates of current backup sizes as well as historical information about backup ratesso as to schedulebackups in parallelwithout swampingthe networkor overrunningthä holdingdisk or tape. Locally,we useAmanda to backup 11.5gigabytes of datain over 230 filesystemson more than 100 workstations,using a single 2 gigabyte8mm tape drive, taking two to three hourseach night. This paperdiscusses the architectureand perfórmanceof Amãnda. Bacþround/ very well; evencomputer-literate users just don't do backups Until a few years ago, the backup medium of on a regularbasis. choice for most large UNIX sites was the A common solution that most sites have 'J..14" 9 track reel-to-reel tape, while cartrìdge tapes were adoptedis a datalessworkstation model, in which all (andstill are)popular with smallersystems. Storage user data is stored on file serverswith small local capacitiesfor 9-track and cartridgetapes vary from disks to hold temporary files and frequently used about 40 to 200 Megabytes.These tape systemsare binaries, or even a diskless workstation model, often of smaller capacity than the disk subsystems where the workstationshave no disks at all[1]. they are backing up, requiring an operatorto feed Thesenetwork organizations require fast file servers multiple tapesinto the drive for a full backupof the with large disks,and generateheavy network traffic. disks. Our department,on the other hand,has always This problem has had a big influenceon site useddatafull workstations,where all user data, tem- systemadministration. Sites with only a few large porary files and some binaries, are stored on the timesharingsystems or file serverscan anangeback- workstations. File servers only provide shared ups by operatorsat scheduledtimes, but the coordi- binaries.This allows the use of smaller"filesewers, nation of backupsof a large numberof workstations with smallerdisks. A big advantageof this modelis on a network is more difficult. Requiringusers to political; userstend to want their own disks with do their own backupsto cartridgetapes doesn't work their own dataon their own desks.They don't want to deal with a central authority for spaceor CpU cycles,or be at the whim of somefile serverin the basement. @ parrby contractDASc6o- 87-C-0066from the U. S. Army SttategicDefense Since most file writes are local, performance can be betteras we avoid Çommlndto the Departmentof ComputerScience and by the expensivesynchronous RomeI¡bs andthe DefenseAdvanced Research projecti NFS file writes and network traffic is lower. With Agency under contract F30602-90.C.0010to the the datafull model we are able to have each UMIACS,both at theUniversity of Maryland.The views, fileserversupport over 40 machinesif needed,while opinions,and/or findings contained in thisreport are those in datalessand disklessenvironments only special- of the author(s)and should not be interpretedas ized fileserverscan support more than 20 worksta- representing the offrcial policies,either expressedor tions. The big disadvantageis the difficulty of implied,of the Department of Defense,DARPA RL, or managingand backing up all the datafull worksta- the U.S. Government, unlessso designatedby other uons. officialdocumentation. Computer facilities were provided in partby NSFgranr CCR-8811954 '92 Summer USENIX - June 8-June12,1992 - SanAntonio, TX 217 Performanceof a Parallel Network Backup Manager da Silva. ... The anival of inexpensive gigabyte Digital able to keepthe tapewriting and disk readingsimul- Audio Tape (DAT) and 8mm tape technologyhas taneously. Once put*,tphas decided which files to changedthe situation drastically. Affordable disks back up, it producesdata at a very steadyrate for are now smaller than affordabletape drives, allow- the durationof the backup. We have measuredthe ing the backupof many disks onto a single gigabyte dump rates over the network for various computer tape. It is now possibleto back up all the worksta- æchitectures;some typical valuesfor full dumpsare tion disks at a site over the network onto a single shown in Table 1. These numberswill dependon 8mm tape. disk speedsand compressionrates as well as archi- Now that the spaceproblem is solved,the new tecture,so your mileagewill vary. problem is time. Backing up workstationsone at a To get more data onto backuptapes, it is often time over the network to tape is simply too slow, advantageousto compressthe backupdata. Table 1 Many workstationscannot produce dump data as also showsthe resultingdump rateswhen the dump quickly as tapescan write[2]. For example,typical output is run throughthe UNIX coMpREssprogram dump rates (both full and incremental)on our net- before being sent over the network. The effective work rangebetween about SVo to 70Voof the rated dump rate column is the originøl dump size divided 246l<B per secondof our ExabyteEXB-8200 8mm by the time it took to dumpwith compression. tape drives[3]. We found that we could not add workstationsto Dump CompressedRate our network backups becausethe Architecture nightly backupwould not finish until well after the Rate Actual I Effective startof the nextwork day. SPARCstation2 322 90 150 Amøndn,the "AdvancedMaryland Automated SPARCstationL+ L72 45 101 Network Disk Archiver," was developedto solve DECstation3100 t42 38 101 these problems. To make the project manageable, NeXT Cube L64 18 36 we built Amandaon top of the standardBSD UNIX VAXstation3200 t28 15 40 DUMIprogram. Amanda uses a holdingdisk to run Sun3/50 724 \2 29 multiple backupsin parallel, and copies the dump Sun2/120 a) 4 7 imagesfrom the holding disk to tape,usually as fast Table 1: Full Dump Rates(KB/sec) as the tapecan stream. This paper concentrateson the performance Thesetimes are for level 0 dumpson relatively issues involved with backing up a network of large disks. Incremental dumps will have rnuch datafull workstations, including the performance lower rates, becausethere is a fixed overheadfor characteristicsof DUMp, tape drives, and of the DUMPto scanthe filesystembefore dumping. Incre- sequentialand parallel versions of our backup mentalshave lessdata to amortizethat overhead.as manager. We will also discussthe architectureand shownin Table2. technicaldetails of Amanda. Dump Compressed A¡chitecture Rate Performanceof BSD pu¡rlr Rate Actual I Effective BerkeleyUNIX systemsand their derivatives SPARCstation2 298 60 156 come with a backup programcalled outr,tp,and its SPARCstation1+ 22 10 T9 correspondingrestoration program, aptly named DECstation3100 47 11 40 REsroRE.DUMr can do incrementaland full backups NeXT Cube 39 11 20 on a per-filesystembasis. Incrementalbackups are VAXstation3200 1 J q? a^ done in terms of numbereddump levels, where each Sun3/50 8 L+ A level backsup all the files changedsince the last Sun2/120 l) 4 backup at a lower dump level. Full backupsare Table 2: IncrementalDump Rates (KB/sec) known as level 0 dumps. While backup policies vary from site to site, generallya level 0 dump is With eachfilesystem getting a full backuponly doneon eachfilesystem once every week or month, onceevery two weeks,each night aboutnine out of and incrementalsare doneevery day. We run incre- ten filesystemsare getting an incremental dump, mental backupsevery weekday evening, and each makingthe incrementalbackup rates more represen- filesystemgets a full dump every two weeks. tativeof the overallbackup rates. RESTOREcan restoreentire filesystemsor indi- BeforeDUMe outputs any data,it makesan esti- vidual files and directories,and includesan interac- mateof how largethe outputwill be. This estimate tive mode where operatorscan browse the dump can be usedto make 'We calculationsabout dump sizes directoriesto pick what shouldbe restored. in advance. measuredthe accuracyof this esti- DUMPruns several child processesthat read mate as a predictorof dump output sizesfor dumps particular files from the disk in parallel and take donelater the samenight. The resultsare good:the turnswriting to the outputtape. In this way DUMris dump estimatesare very accurate,usually well 218 Summer'92 USENIX- June8.June 12,1992 - SanAntonio, TX da Silva,... Performanceof a Parallel Network Backup Manager within [Vo. Achieving Rated Tape Speed Like most backup systems,DUMr does have We measuredthe transferrates to tape by someproblems correctlybacking up filesystemsthat repeatedlywriting a memorybuffer on a systemwith are being modified while the backupis occuring[4]. no load,that is, writirig in a tight loop as fast as the Some sites instead use file-orientedprograms, like operating system (OS) and tape would allow. TARor cPIo, but theseprograms have their own set Achieving that same rate when transfening dump of problems[S]. image files from the disk to the tape requiressomè sort of multi-buffer Performanceof GigabyteTape
Recommended publications
  • Instalación Y Configuración Del Servidor De Copias De Seguridad AMANDA Y Sus Clientes
    Instalación y Configuración del Servidor de Copias de Seguridad AMANDA y sus Clientes José Luis Torices Sorribas Universidad de León, España [email protected] Este documento muestra cómo instalar y configurar el servidor de copias de seguridad Amanda y los clientes tanto Linux como Windows (mediante el uso de Samba). Todo el proceso está pensado para la distribución Debian GNU/Linux siendo de fácil adaptación para las otras distribuciones existentes. Pretende ser una guía que muestre el proceso de una forma genérica, teniendo que ser adaptado el proceso para cada situación específica. Introducción El motivo por el que se ha elegido Amanda (http://www.amanda.org/) para este cometido es principalmente su versatilidad, ya que permite cubrir la necesidad de salvaguardar información importante almacenada tanto en el propio servidor como en los clientes (tanto Linux como Windows) en todos los soportes posibles: dispositivos multicinta, unidades grabadoras de CD, discos ópticos, e incluso discos duros. Además esta tarea puede ser realizada cómodamente de modo automático mediante la introducción de Amanda en el cron. Este documento está enfocado hacia la realización de las copias de seguridad utilizando el disco duro como soporte, por lo tanto se omite todo lo referente a la utilización de otro tipo de dispositivos, como pueden ser cintas o cd´s (puede encontrarse información en las referencias de la sección "Más Información" de este mismo documento). Veremos el proceso de instalación y configuración para nuestro sistema particular, pero tratando siempre de darle un enfoque lo más genérico posible. Se explicarán las secciones más importantes de los ficheros de configuración del servidor y clientes y se estudiarán mediante ejemplificaciones los reportes proporcionados por Amanda.
    [Show full text]
  • ZMC User's Manual for Amanda Enterprise Edition 3.4
    ZMC User's Guide (print version) ZMC User's Manual for Amanda Enterprise Edition 3.4 Amanda Community and Amanda Enterprise Editions: Open Source Backup for Everyone The Amanda open source backup server protects more data than any other open source backup solution. It allows backup administration through a single backup server that can back up one or more client systems. Amanda Enterprise combines the benefits of open source backup with enterprise-level support, a graphical user interface for the server, and enhanced backup client software such as the ability to perform hot backups on Windows server applications (separate licensing required). Amanda Community and Amanda Enterprise Editions: Open Source Backup for Everyone 1 ZMC User's Guide (print version) The advantages of Amanda/Amanda Enterprise include: • Backs up clients of all the relevant server and desktop OSs: Linux/Unix, Solaris, Windows, and Mac OSX. • Uses non-proprietary native archive utilities (such as dump, tar, and zip). • Backs up to any device accessible to the Amanda backup server (including Amazon S3). Use of virtual tapes allows backup to disk media. • Parallel operation and intelligent scheduling ensure scalability both in number of systems backed up and in size of backup sets. • Separately-licensed application modules allow intelligent backup of selected application servers such as Oracle and MS Exchange (Enterprise only). Amanda Community Edition Documentation • Amanda documentation is maintained on the Amanda Wiki at http://wiki.zmanda.com/. Amanda Community and Amanda Enterprise Editions: Open Source Backup for Everyone 2 ZMC User's Guide (print version) Supported Platforms Please see the latest platform support information on the Zmanda Network at http://www.zmanda.com/ supported-platforms.html.
    [Show full text]
  • Improved Open Source Backup: Incorporating Inline Deduplication and Sparse Indexing Solutions
    UNIVERSITY OF HERTFORDSHIRE Faculty of Engineering and Information Sciences 7COM0177 Computer Science MSc Project (Online) Final Report January 2014 Improved Open Source Backup: Incorporating inline deduplication and sparse indexing solutions G. P. E. Keeling Abstract This paper investigates whether incorporating inline deduplication techniques can improve open source backup offerings, and whether 'sparse indexing' is an effective solution to the disk deduplication bottleneck. Problems with an existing open source cross-platform network backup solution were identified, along with how it compares to other open source backup solutions, and a literature search and review of relevant algorithms and techniques was performed. A new backup engine was designed and implemented, using Agile methodology and ideas garnered from the research. A test procedure was produced and executed, and the results empirically show that the new software is either superior or comparable to its 'competition' in terms of speed, storage space, storage nodes, and network utilisation. These improvements came at the cost of increased memory utilisation, which was then partially mitigated by implementing 'sparse indexing'. There are some suggestions for further improvement and extra work to be done before an initial release. The paper ends with some conclusions and an evaluation of the project as a whole. Acknowledgements I would like to thank all the users of the original 'burp', all around the world. Contents Page Abstract Acknowledgements 1 Introduction 2 2 Software
    [Show full text]
  • Antivirus Software
    Backup software Backup software is software which is designed to automate the process of backing up, making it easier and ensuring that people back up their files routinely. Several companies produce free backup software with basic functionality, and it is also possible to purchase backup suites which have an array of settings and options which can be used to customize the backup process. For people who have trouble remembering to back up, or people who deal with important material, backup software can be extremely useful. List of backup software AMANDA 1. Areca Backup 2. BackupPC 3. Bacula 4. Create Synchronicity AMANDA(Advanced Maryland Automatic Network Disk Archiver) Maryland Automatic Network Disk Archiver is an open source computer archiving tool that is able to back up data residing on multiple computers on a network. It uses a client–server model and includes: • the backup server and client itself • a tape server • an index server All three servers do not necessarily need to run on the same machine. Amanda was initially developed at the University of Maryland and is released under a BSD-style license. Amanda is available both as a free community edition and fully supported enterprise edition. Amanda runs on almost any Unix or Linux-based systems. Amanda supports Windows systems using Samba or Cygwin. A native Win32 client (with support for open files) is also now available. Amanda supports both tape-based and disk-based backup, and provides some useful functionality not available in other backup products. Amanda supports tape-spanning - i.e. if a backup set does not fit in one tape, it will be split into multiple tapes.
    [Show full text]
  • Zmanda Recovery Manager Quick Start Guide
    ZMANDA RECOVERY MANAGER QUICK START GUIDE Contact: 888-496-2632 (.) | 408-732-3208 (INTL) | Email: [email protected] ZMANDA RECOVERY MANAGER QUICK START GUIDE 2 TABLE OF CONTENTS 1. INTRODUCTION..................................................................................................................................3 2. INSTALLATION....................................................................................................................................7 a) Supported Platforms............................................................................................................................7 b) System Requirements..........................................................................................................................7 c) Downloading and Installing the Software........................................................................................19 d) ZRM for MySQL Component File Locations.....................................................................................25 3. LOGIN PAGE.................................................................................................................................26 4. BACKUP SETS...............................................................................................................................29 5. BACKUP WHAT............................................................................................................................33 6. BACKUP WHERE...........................................................................................................................40
    [Show full text]
  • Setting-Up an Open-Source Backup Software Amanda Community in About 15 Minutes
    Setting-Up an Open-Source Backup Software Amanda Community in About 15 Minutes Abstract Amanda is the most popular open source backup and recovery software in the world because of its openness, robustness, functionality and scalability. Yet it is very easy to set up and maintain in production. This article illustrates how, in about 15 minutes, you can: • Install and configure the Amanda backup server. • Prepare four different machines (SLES 10, Fedora 8, Windows XP. and Windows 2000) for backup. • Set backup parameters. • Verify the configuration. • Verify the backup. Version 1.3 1 The Problem Today's businesses rarely run on just one operating system. Linux users and administrators often have strong preferences for one distribution over another, web designers might lean towards the Mac, and legacy software and hardware may require various UNIX operating systems. Yet, despite the complexity of modern business computing environments, a system administrator is expected to find a reliable backup solution. Even in the case where users are expected to keep important files on networked resources, for true data protection of your digital assets, desktop machines and laptops will also be backed up. With the price of hard disk storage continuously falling, today it is common to have terabytes of storage and corresponding amounts of data that can potentially be lost1. Furthermore, we live in a global and e- commerce economy, where businesses run around the clock and crucial business data is constantly changing. In this environment, it is more critical than ever to have a reliable backup system in place. The Challenge For our 15-minute challenge, we want to backup two Linux systems (each running a different Linux distribution) , one Windows XP system, and one Windows 2000 computer, using only freely-available open source software.
    [Show full text]
  • And Linux Tools for Backup O P S E R
    e s u y n a r o f e l b i s n o p s e r d l e h e b t o n n a c n o i s s i m m o C e h t d n a , r o h t u a e h t f o y l n o s w e i v e h t s t c e HOGSKOLAN ISKOVDE(HIS) Content createdby: see theIMSdeployedinourMoodle platform. the sources in ELP format (ExeLearning) or enjoy this cisoss.eu content. to Visit download Remember: This is not the best format to l f e r n o i t a c i l b u p . ) s / i 0 h . T 4 / . a n s o - i y s s b i / s m e s PILOT VERSION PILOT m n o e c C i l / n a g r e o p . o s r n u o E m e m h t o c m e o v r i t f a t e r r o c p / / p : s u s p t t h t h i ( w ” l d a e n d o . i n t n u i a f e n r r n e e e t h e t n b I d s e 0 a . n i h 4 a ) t e 8 n k i 5 o l 8 c A 5 n e 1 r o 0 i a - t h a 2 S 0 - m 2 r n o o A f i t n K i u - b 1 e i 0 r h t t S t f E A o - s 1 e - n d 5 o a 1 m 0 m 2 m e ( o b t c C y e a e j v o m i r t p h a c e s i i r h h C T w “ e s u y n a r o f e l b i s n o Backup systems p s e r d l Backup systems e h e b t Content created by: o n n a c HOGSKOLAN I SKOVDE (HIS) n o i s s i m 1.
    [Show full text]
  • Amanda Enterprise an Introduction
    Amanda Enterprise An Introduction Abstract This paper provides a technical overview of Amanda Enterprise. It describes design and operations of Amanda Enterprise and how it is unique in its ease of use, flexibility and scalability. Revision 1.3z Please send your comments about this white paper to [email protected] July, '08 Table of Contents Overview .................................................................................................................................................. 3 Introduction to Amanda Enterprise .......................................................................................................... 4 Amanda Enterprise Concepts .................................................................................................................. 6 Backup Server ....................................................................................................................................... 7 Zmanda Clients...................................................................................................................................... 8 Zmanda Windows Client....................................................................................................................... 8 Zmanda Agents...................................................................................................................................... 9 Zmanda Management Console (ZMC)................................................................................................ 11 Backup Sets ........................................................................................................................................
    [Show full text]
  • The Official AMANDA Documentation
    The Official AMANDA Documentation Stefan G. Weichinger and Amanda Core Team February 6, 2007 ABSTRACT Note This is the Docbook/XML-version of the official Amanda doc- umentation. Please refer to <http://www.amanda.org/docs/ AMANDA-docs.html> for the latest versions of these documents. They are available as html, ps and pdf. This is the official documentation for Amanda 2.5.0. The release 2.5.0 brings various new features: • Communication security/authentication • Data security • Enhanced possibilities for Compression • Dump images spanning multiple media volumes • Auto tape labelling • Improved code quality Feel free to contact me with corrections, additions or updates. Thank you. Stefan G. Weichinger, for the AMANDA Core Team, March 2006. [email protected] <mailto:[email protected]> 3 PREFACE Conversion to Docbook/XML by Stefan G. Weichinger, member of the Amanda Core Team. XML-Buildtree by Jelmer R. Vernooij, member of the Samba-Team. Thanks, Jelmer ... ! 5 COPYRIGHT INFORMATION Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of U.M. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. U.M. makes no representations about the suitability of this software for any purpose. It is provided ”as is” without express or implied warranty. U.M. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, IN- CLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL U.M.
    [Show full text]
  • ZMC User's Manual for Amanda Enterprise Edition 3.0
    ZMC User's Guide (print version) ZMC User's Manual for Amanda Enterprise Edition 3.0 1 ZMC User's Guide (print version) Table of contents Welcome. 7 Conventions followed in the Manual . 7 Amanda Community and Amanda Enterprise Editions: Open Source Backup for Everyone . 7 Amanda Community Edition Documentation . 8 Tested Platforms . 8 Amanda Enterprise Requirements . 9 Package Dependencies . 10 Linux . 10 Linux Debian/Ubuntu . 11 Redhat/CentOS/SLES/OpenSuse . 11 Solaris 10 (Both Sparc and Intel Architectures) . 11 Solaris 8 and 9 (Sparc Architecture) . 13 Mac OSX (Client only). 13 Libraries installed in non-standard locations . 13 Windows (2003 Server, XP, and Vista) clients . 13 Requirements for the amandabackup User on Solaris . 14 Post installation changes on Amanda Clients . 14 Zmanda Management Console Browser Requirements . 14 Downloading the Software . 15 Upgrading from Amanda enterprise 2.6.4 . 15 Upgrading Amanda Enterprise 2.6.4 (32-bit) clients to Amanda Enterprise 3.0 (64-bit) . 16 Installing Amanda Enterprise on the Same Server as Zmanda Recovery Manager for MySQL. 16 Acquiring and Installing License Keys. 17 Secure Socket Layer (SSL) Certification. 17 The ZMC Rapid Installer . 17 Rapid Installer Command Line Options. 18 Uninstalling Amanda Enterprise . 19 File Locations . 19 About Backup Sets . 20 What a Backup Set Contains . 21 Create/Open a Backup Set . 21 Backup Set Owners and Permissions. 21 Backup Set Name . 22 Comments. 22 Accessing the ZMC through a browser. 22 Initial Login with the Default User Name and Password . 22 Zmanda Network Authentication . 23 Ensuring ZMC Security . 23 ZMC User's Guide (print version) Backup Overview .
    [Show full text]
  • Open Source Backup Amanda
    Open source backup software Amanda White paper "As the founder of a new software development business, I have been keenly aware that we must diligently protect our intellectual property and effectively manage our costs as we scale our operations. Amanda network backup and recovery software has played an important role in providing us with the peace of mind that our valuable data has been protected. It has proven to be easy to implement and highly reliable. We are especially pleased to see Zmanda emerge as a provider of enterprise level support and services for Amanda." Amit Narayan, PhD Vice President of Engineering and Founder, Berkeley Design Automation “I'm very pleased to see Zmanda's interest in bringing enterprise features, stability and support to Amanda. They have taken a leadership role in open source Amanda development and been very responsive to the Amanda development and user community. Their enterprise-level support offering should make it much easier for companies to take advantage of Amanda's technology for data protection.” James Da Silva, the original developer of Amanda Abstract This white paper provides brief technical overview of Amanda. It will help you to understand how Amanda works, how it is different from other backup software, and how it can help you solve your data protection requirements. 1 Table of Contents Introduction to the most popular open source backup software Amanda 3 Summary of important features. 7 Client server architecture focused on using non-proprietary tools 7 Amanda security 10 Holding disk 11 Backup scheduling 13 Tape Management. 17 Device management. 18 Configuring Amanda.
    [Show full text]
  • ZMC User's Manual for Amanda Enterprise Edition 3.3
    ZMC User's Guide (print version) ZMC User's Manual for Amanda Enterprise Edition 3.3 1 ZMC User's Guide (print version) Table of contents Welcome. 4 Conventions followed in the Manual . 4 Amanda Community and Amanda Enterprise Editions: Open Source Backup for Everyone . 4 Amanda Community Edition Documentation . 5 Supported Platforms. 5 Pre-Installation Requirements . 6 Amanda Enterprise Server Requirements . 6 Package Dependencies . 7 Linux . 7 Linux Debian/Ubuntu . 9 Redhat/CentOS/Oracle Enterprise Linux/SLES/Fedora/OpenSuse . 9 Solaris 10/11 and Open Solaris . 10 Mac OSX (Client only). 11 Windows (2003 Server, XP, and Vista) clients . 11 Post installation changes on Linux/Mac OS X/Solaris Amanda Clients . 12 Zmanda Management Console Browser Requirements . 12 Downloading the Software . 13 Upgrading from earlier version of 3.3.x release . 13 Installing Amanda Enterprise server on the Same Server as Zmanda Recovery Manager for MySQL 3.6 server. 13 Acquiring and Installing License file . 14 Secure Socket Layer (SSL) Certification. 14 The ZMC Rapid Installer . 14 Rapid Installer Command Line Options. 15 Uninstalling Amanda Enterprise . 16 Accessing Zmanda Management Console . 16 Amanda Enterprise File Locations . 16 Accessing Zmanda Management Console . 17 ZMC Login Page . 18 Lost Password. 19 Zmanda Network Authentication . 19 ZMC Work Flow . 20 What a Backup Set Contains . 21 Accessing Zmanda Management Console . 23 ZMC Login Page . 23 Lost Password. 25 ZMC User's Guide (print version) Zmanda Network Authentication . 25 ZMC Backup What page . 26 Selecting What to Back Up . 27 Managing Backup Objects . 29 Exclude Specifications . 30 Linux/Solaris/Mac OS X filesystems - GNU tar (default).
    [Show full text]