Mysql-zrm-extract-backup

From The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Jump to navigationJump to search

NAME

mysql-zrm-extract-backup - Utility to extract a compressed and/or encrypted backup in ZRM for MySQL.

SYNOPSIS

mysql-zrm-extract-backup
                      [--source-directory directory_name]
                      [--cleanup]
                      [--backup-set name]                       [--options-file conf_file]
                      [--tmpdir temp_directory]
                      [--quiet|--no-quiet]
                      [--verbose]
                      [--help]

DESCRIPTION

This utility can be used to extract the backup data for a given backup set. It will extract the data in the directory pointed to by source-directory. If the --cleanup option is specified, mysql-extract-backup deletes extracted files in the target directory, leaving data in the backup image intact.

FILES

/var/lib/mysql-zrm
Directory under which all backup data is stored.
/etc/mysql-zrm/backup set name/mysql-zrm.conf
The ZRM for MySQL configuration file.

RETURN VALUES

On success, zero is returned. On error, a non-zero value is returned.

SEE ALSO

mysql-zrm(1), mysql-zrm-backup(1), mysql-zrm-manage-backup(1), mysql-zrm-restore(1), mysql-zrm-check(1), mysql-zrm-getconf(1), mysql-zrm-list(1), mysql-zrm-parse-binlogs(1), mysql-zrm-purge(1), mysql-zrm-extract-backup(1), mysql-zrm-verify-backup(1), mysql-zrm-scheduler(1), mysql-zrm-reporter(1), mysql-zrm.conf(5), mysqldump(1), mysqlbinlog(1), mysql(1), lvm(8).

AUTHOR

Zmanda Inc. (http:/www.zmanda.com/)