MEB/TSM

Prerequisites

  • TSM client and Oracle TDP need to be installed on server
  • TSM client and Oracle TDP need to be in the same version
  • Backup can be made only as backup-to-image type. It creates single-file backup holding the backup data.

Backup

Backup command

/mysql/backup/bin/mysqlbackup --with-timestamp --user=backup --password=<password> --socket=/mysql/data/mysql.sock --backup-image=sbt:<unique_backup_name> --sbt-lib-path=/usr/lib64/libobk.so --sbt-environment="TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt" --backup-dir=/mysql/backup/FULL backup-to-image

Restore

Restore command

/mysql/backup/bin/mysqlbackup --backup-image=sbt:<unique_backup_name> --sbt-lib-path=/usr/lib64/libobk.so --sbt-environment="TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt" --backup-dir=/mysql/backup/FULL image-to-backup-dir