Mysql-zrm-verify-backup

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

NAME

mysql-zrm-verify-backup - Utility to verify backup in ZRM for MySQL

SYNOPSIS

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

DESCRIPTION

This utility verifies consistency of the backup image in the specified source-directory.

OPTIONS

--source-directory dir_name
Specify the directory containing the backup.
--backup-set name
Specify the backup-set. The default value is BackupSet1. If such a value is already present, it will be used.; --options-file conf_file : Set the file along with full pathname that contains mysql-zrm-backup configuration options; this file has the same format as mysql-zrm.conf(5).
--tmpdir temp_dir
Full path of the directory to be used for storing temporary files and directories on the backup host. If not specified it defaults to the system specified temporary directory on the backup host, e.g. /tmp.
--quiet|--no-quiet
Choose --quiet to suppress display of log messages on stdout. Choose no-quiet to display the log messages stdout. Default is --no-quiet.
--verbose
Provide verbose output in the log. Default is that verbose is turned off and a terse output is generated.
--help
Displays the help message and exits. This command line only parameter cannot be specified in the configuration file.

FILES

/var/lib/mysql-zrm
Directory under which all backup data is stored.
/etc/mysql-zrm/backup set name/mysql-zrm.conf
Configuration file read by mysql-zrm utility.

RETURN VALUES

On success, zero is returned. On error, 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/)