Mysql-zrm.conf: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 16: Line 16:
This  section describes  the  configuration  file  syntax for all mysql-zrm.conf configuration files.
This  section describes  the  configuration  file  syntax for all mysql-zrm.conf configuration files.


White spaces are ignored unless it is within quotes. All lines  beginning with # are comments and are ignored.  All  parameters are specified as
All  parameters are specified as


       <parameter> = <value>
       <parameter>=<value>


Parameter can be backup parameters (comment, backup-level, backup-mode, lvm-snapshot,  destination, replication, all-databases,  databases, tables, database,  retention-policy),  MySQL server parameters  (user, password,  host, port), ZRM parameters (verbose, mailto, ssl-options). All parameters are optional. Description of these parameters and their values  are  available in [[mysql-zrm]](1) and Zmanda  Recovery Manager for MySQL manual at http://mysqlbackup.zmanda.com/
All white spaces are ignored unless it is within quotes. All lines beginning with # are comments and are ignored.
 
Parameter can be backup parameters (comment, backup-level, backup-mode, lvm-snapshot,  destination, replication, all-databases,  databases, tables, database,  retention-policy),  MySQL server parameters  (user, password,  host, port), ZRM parameters (verbose, mailto, ssl-options). All parameters are optional. Description of these parameters and their values  are  available in [[mysql-zrm]](1) and [[Zmanda_Recovery_Manager_for_MySQL|Zmanda Recovery Manager for MySQL manual]].


==FILES==
==FILES==
Line 28: Line 30:


==SEE ALSO==
==SEE ALSO==
[[mysql-zrm-scheduler]](1), [[mysql-zrm-reporter]](1), [[mysql-zrm]](1)
[[mysql-zrm-scheduler]](1), [[mysql-zrm-reporter]](1), [[mysql-zrm]](1), [[Zmanda_Recovery_Manager_for_MySQL|Zmanda Recovery  Manager  for  MySQL]].


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

Revision as of 18:25, 22 September 2006

NAME

mysql-zrm.conf - Configuration file for ZRM for MySQL

SYNOPSIS

/etc/mysql-zrm/mysql-zrm.conf
/etc/mysql-zrm/<backup set name>/mysql-zrm.conf

DESCRIPTION

mysql-zrm.conf is the configuration file is read by MySQL ZRM tools. All global ZRM parameters are stored in /etc/mysql-zrm/mysql-zrm.conf file. Parameters can be made specific to a backup set by specifying the parameter in mysql-zrm.conf under /etc/mysql-zrm/<backup set name>/ directory. If a parameter is not specified in the backup set specific configuration file, the parameter value from the global configuration file is used.

SYNTAX

This section describes the configuration file syntax for all mysql-zrm.conf configuration files.

All parameters are specified as

      <parameter>=<value>

All white spaces are ignored unless it is within quotes. All lines beginning with # are comments and are ignored.

Parameter can be backup parameters (comment, backup-level, backup-mode, lvm-snapshot, destination, replication, all-databases, databases, tables, database, retention-policy), MySQL server parameters (user, password, host, port), ZRM parameters (verbose, mailto, ssl-options). All parameters are optional. Description of these parameters and their values are available in mysql-zrm(1) and Zmanda Recovery Manager for MySQL manual.

FILES

/etc/mysql-zrm/mysql-zrm.conf
Global configuration file
/etc/mysql-zrm/<backup set name>/mysql-zrm.conf
Backup set specific configuration file.

SEE ALSO

mysql-zrm-scheduler(1), mysql-zrm-reporter(1), mysql-zrm(1), Zmanda Recovery Manager for MySQL.

AUTHOR

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