Backup and Recovery

This chapter describes how to use Tibero Recovery Manager (RMGR) to backup and recover Tibero database files stored in a TAS disk space.

Note

For more information about RMGR, refer to Tibero Administrator's Guide.

Backup

The following is an example of backing up all data of a TAS disk space to the "/backupdir" directory by using the tbrmgr command.

[Example 1] Backing Up TAS Disk Space Data

tbrmgr backup -o /backupdir


Recovery

The following is an example of recovering data of a TAS disk space with the backup copy in the "/backupdir" directory by using the tbrmgr command.

[Example 2] Recovering TAS Disk Space Data

tbrmgr recover -o /backupdir

Last updated