ZRM for MySQL does not impose any choice or restriction upon you, except that right now it backs up only MySQL databases. It gives you full flexibility to backup.
One of the all-databases or databases or tables/database parameters should be specified.
If none of them is specified, all-databases is assumed.
Default is backup set that contains all databases on the MySQL server.
The database names have to be separated by space character. If all databases are part of backup set, use all-databases parameter.
The tables specified in tables backup parameter should belong to the database specified in this field.
These tables should belong to the database specified in database backup parameter. The table names should be separated by space character. database backup parameter must be specified if this parameter is to be valid. ZRM for MySQL does not verify database referential integrity of the backups. Backup will fail if ZRM for MySQL does not find the specified tables in the given database.
ZRM for MySQL creates an index file for each backup run. The index file should not be read or modified by the user. This file is used for backup reports. All the fields can be obtained from backup reports.
The following fields in the index file specify the details of what was backed up.
If the raw-tables field is present, all the tables listed in raw-tables belong to the database in this parameter.
All the tables listed in this parameter belong to the database in the raw-databases field. This parameter will have valid values only if --tables parameter was specified for the backup run in the mysql-zrm.conf configuration file.