Delete a Database Backup (dbBackupDelete)

The dbBackupDelete command deletes the specified database backup.

ttGridAdmin dbBackupDelete -repository reponame 
                           -name backupname

Options

The dbBackupDelete command has the options.

Option Description

-repository reponame

Name of the repository where the backup is located.

-name backupname

Name of the backup to delete.

Examples

This example deletes the backup created in the example in Back Up a Database (dbBackup).

% ttGridAdmin dbBackupDelete -repository repo1 -name B20170222145544
Backup B20170222145544 deleted

Note:

This command is typically used to delete old or failed backups.