The Backup What page specifies what is to be backed up: what clients, and what directories (or applications) on each client. ZMC can back up the whole network or a portion thereof, all from one central server.
To organize the backup in an efficient manner, ZMC divides the Enterprise into backup sets, and sub-divides each backup set into Host/Directory pairs called Disk List Entries (DLEs). The DLEs can also specify directories and files to be excluded from the backup. Encryption and compression options can also be applied at the DLE level.
Warning: You should not change backup set parameters while a backup run for that set is in progress. You can check the status of backup runs for a backup set by going to the Monitor page.
The top portion of the of the page lets you create and edit backup objects, which define the file system, database(s), or applications you intend to back up. After you select a type from one of the dropdown menus (or select an existing object from the list at the bottom of the page), appropriate options for that backup object are displayed:
When you click Add, the specified object is added to the table at the bottom of the screen. You can assign either of two statuses when to an added object: Planned and Live. The Planned status is provided to let you see the aggregate list of objects as you build the backup set without having your changes deployed live immediately. To make all planned objects listed be deployed live, click Apply Plan to Server at the bottom right of the page. When there are more items than can be listed on a single page, navigation links at the bottom of the table allow you to move between pages.
Supported object types include the following. An asterisk (*) indicates that a separate feature license is required. Note that the ZMC indicates how many licenses have been purchased and how many remain available for those object types that require licensing. Application Agents are described in more specific detail here.
Click the New button at the bottom of the page to create a new entry, or select an entry from the table to edit. You can also duplicate an existing entry (see below) and then edit the entry before using the Add button to add it to table of backup objects..
Objects to be backed up (also known as "Disk List Entries" or "DLEs" in Amanda Community Edition) are listed in the table at the bottom of the page.
File System Options
The options for backing up file systems are essentially the same regardless of platform. Options pertaining to other object types are discussed in relevant sections of the Zmanda Application Agents Guide
"./platform" "./system" "./proc" "./tmp" "./dev" directories/file systems.
Excluding files can optimize the performance of the backup set, especially one that would otherwise back up an entire host from the root directory down.
Exclude specifications depends on the object type. The patterns supported are different for Linux/Unix and Windows.
Linux/Unix filesystems - GNU tar (default)
The Linux/Unix filesystems uses the GNU-tar utility (unless extended attribute backup is enabled) which supports exclude patterns. If backup of extended attributes are enabled (schily tar is used), exclude pattern cannot be specified.
The ZMC can accept one or more explicit pathnames or wildcard patterns per backup object/disk list entry, separated by a space. Some simple examples:
You can explicitly exclude any file or directory by pathname. For example, it is recommended that you avoid backing up staging areas for backup sets, so if you are backing up a root directory (/) that includes staging area /var/lib/amanda/staging/, the exclude specification would be
./var/lib/amanda/staging. If the backup object/DLE is set to back up /var, the exclude specification would be ./lib/amanda/staging. The pathname in exclude specification should be relative to the DLE directory.
exclude "*.doc" *.txt
is saved as
exclude "*.doc" "*.txt"
Shadowed excludes are automatically deleted whenever the user saves any edit to the backup object/DLE. Thus a backup object containing an exclude list of:
exclude "*.doc"
exclude "*.txt"
will show only "*.txt" in the Exclude form field, and the first exclude ("*.doc") is removed from the backup object when any edits are saved.
Windows filesystems - Zmanda Windows Client
Windows filesystems support wildcards in the exclude specification. Wildcards "*" (match one or more character) and "?" (match exactly one character) are supported. The pathname in exclude specification can be absolute or relative to the DLE directory. For example: We are backing up C:\Data directory. We would like to exclude files with *.jpg extension. The exclude specification should be "C:\\Data\\*.jpg".
Exclude patterns with more than one directory level do not work and absolute paths with more than one directory level also does not work. For example: "Data\\*.exe" will work and "Data\\Test\\*.exe" will not work. In such cases, you can specify the directory name with the exclude pattern. For example: To exclude *.exe from C:\Data\Test, specify "Test\\*.exe".
The list of patterns in the exclude specification for Windows file systems should be separated by space character.
There are a number of different reasons to exclude files from a backup set.
This section describes the compression and encryption options common to most of the backup object types.
ZMC compresses the data on the Amanda client, resulting in more efficient use of bandwidth when the backup image is sent to the server. ZMC supports compression using gzip, which creates archives that can be extracted almost universally.
Many Tape drives have built-in hardware compression. There are many advantages in allowing such hardware to handle the compression task.
TIP: Devices that use a proprietary compression can fail or otherwise becomes unusable, presenting difficulties in restoring from backups that were written to it. For images and other pre-compressed files, do not consume the backup window by pointlessly re-compressing them.
Backup data should be secured as carefully as you would protect the live version. Encrypting backup data adds a layer of protection against misuse. ZMC encrypts the data on the server using the amcryptsimple(8) program, which uses Gnu Privacy Guard (GPG) to perform symmetric data encryption.
Encryption passphrases are stored in the amandabackup user directory on the server. It is important to keep the encryption passphrases (default passphrase - /var/lib/amanda/.am_passphrase) safely and securely. The data cannot be restored without the passphrase. It is important to backup the passphrases on regular basis by adding /var/lib/amanda directory as an Amanda DLE without enabling encryption for that DLE. Also keep a backup of the passphrase in another secure location (for example: printed hardcopy).
Client-side encryption of Unix/Linux/Solaris/Mac OSX clients can be accomplished by manually editing the dumptype definition in amanda.conf(5) to include encrypt client encryption_program_name. Client-side encryption is not configurable through the Zmanda Management Console.
Note: Encryption is a CPU intensive task. Enable it with care.
Extended Attributes
This is the default for Windows and Mac OS X filesystems.
This is an optional feature for Linux, UNIX, and Solaris filesystems. Enabling this option in these cases selects a different archive program used for backing up the given object type. When this option is enabled, Amanda Enterprise uses (and requires) Schily tar instead of GNU tar as the archive program. Schily tar is required on the Amanda client and is not installed by default on Linux. Schily tar package is available for download from Zmanda Network.
If the backup object is a Solaris ZFS file system, Extended Attributes refer to ZFS Access ControlLists (ACLS); see Appendix A: Backing Up and Restoring Solaris ZFS for details.
Please be aware that exclusions are not supported when selecting Extended Attributes for Linux, UNIX, and Solaris file systems.
Estimate
Selects the method used for estimating the backup window. You can choose from a number of options that balance the requirements of accuracy vs. speed. The "fastest" method can be accurate enough if the backup source remains relatively constant in size; the "Always Accurate" option may be too slow given the backup window, or may not be available from the given backup client. Options not supported for a given backup client are grayed out so that you cannot select them.
Custom Application
This field should be used only when Zmanda Support instructs you to do so. Only one value is supported - rman for Oracle Backup type. For more details, see Amanda Enterprise Oracle application agent manual.