Pre-defined Reports

From The Open Source Backup Wiki (Amanda, MySQL Backup)

The mysql-zrm-reporter utility generates predefined backup reports with --show option. The reports are listed below.


Backup report nameDescriptionInformation available
backup-status-infoStatus of backup runsbackup-set, backup-date, backup-level, backup-status, backup-comment
backup-method-infoBackup methods usedbackup-set, raw-databases, raw-databases, logical-databases
backup-retention-infoHow long are the backups retained?backup-set, backup-date, backup-level, backup-size, retention-policy
backup-performance-infoBackup performance backup-set, backup-date, backup-level, backup-size, backup-size-compressed, backup-time,compress-encrypt-time
backup-app-performance-infoImpact of backups on applicationbackup-set, backup-date, backup-level, backup-size, backup-time, read-locks-time, flush-logs-time
restore-infoInformation for doing full/incremental recovery of databasesbackup-set, backup-date, backup-level, backup-directory, backup-status, backup-comment
selective-restore-infoInformation for doing selective recovery of databasesbackup-set, backup-date, incremental
replication-infoReplication files backed upbackup-set, backup-date, replication, slave-load-files


Specific backup runs can be selected from the predefined backup reports using --where option.


Example: A backup status report

# mysql-zrm-reporter --where backup-set=backupSet1 --show backup-status-info
backup_set       backup_date      backup_level  backup_status    comment
-------------------------------------------------------------------------------------------
backupSet1       20060909100021   0             Backup           Before application upgrade
                                               succeeded
backupSet1       20060909100123   0             Backup           After application upgrade
                                               succeeded
backupSet1       20060909100300   0             Backup           Nightly
                                               succeeded
Personal tools