BACKUP
Backs up databases, tables, materialized views, logical views, and UDFs in StarRocks to a remote storage repository.
CANCEL BACKUP
Cancels an ongoing BACKUP task in a specified database.
CANCEL RESTORE
Cancels an ongoing RESTORE task in a specified database.
CREATE REPOSITORY
Creates a repository in a remote storage system that is used to store data snapshots for backing up and restoring data.
DROP REPOSITORY
Deletes a repository.
RECOVER
Recovers a database, table, or partition that was dropped by using the DROP command.
RESTORE
Restores databases, tables, materialized views, logical views, and UDFs in StarRocks from a snapshot created by BACKUP.
SHOW BACKUP
Views the last BACKUP task in a specified database.
SHOW REPOSITORIES
Views the repositories created in StarRocks.
SHOW RESTORE
Views the last RESTORE task in a specified database.
SHOW SNAPSHOT
Views data snapshots in a specified repository.