Mysql-zrm-list

From The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

NAME

mysql-zrm-list - Utility to list backups performed by ZRM for MySQL.

SYNOPSIS

mysql-zrm-list
                      [--source-directory dir_name]
                      [--backup-set name]
                      [--index|--noindex]
                      [--till-lastfull | --all-backups]
                      [--options-file conf_file]
                      [--tmpdir temp_directory]
                      [--quiet|--no-quiet]
                      [--verbose]
                      [--help]

DESCRIPTION

This utility can be used to display the backup level, the name of the directory containing the backup and the index of the last backup of the specified backup set.

Use the --all-backups option to list all available backup information, or specify --till-lastfull to only list backup information since the last full backup.

Use the --index option to display the index of that backup. The --noindex option displays only the level of backup and the name of the directory containing the backup.

OPTIONS

--backup-set name
Specify backup-set for the backup run. The default value is BackupSet1.
--source-directory dir_name
Choose the directory containing a backup.
--index|--noindex
Choose whether to include index contents in the list. The default is --index.
--all-backups | --till-lastfull
Choose whether to list information for all available backups, or limit the listing to the .
--options-file conf_file
Set the file along with full pathname that contains ZRM for MySQL command options, in the same format as in mysql-zrm.conf(5).
--tmpdir temp_directory
Full path of the directory for storing temporary files and directories on the backup host. The default is to use 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 to standard output (stdout). The default is --no-quiet.
--verbose
Provide more detailed output in the log. Verbose output is turned off by default.
--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
Default location for the backup-set configuration file used by ZRM for MySQL.

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/)