Backup and Restore Service CQL Command Reference
This section describes the Cassandra Query Language (CQL) commands specific to the DSE Backup and Restore Service.
- ALTER BACKUP CONFIGURATION
-
Alter an existing backup configuration.
- ALTER BACKUP STORE
-
Alter the properties of an existing backup store.
- CANCEL BACKUP
-
Cancels a backup in progress.
- CANCEL RESTORE
-
Cancels a restore in progress.
- CLEAN BACKUPS
-
Removes stale backups based on the backup retention policy.
- CREATE BACKUP CONFIGURATION
-
Creates a new backup configuration.
- CREATE BACKUP STORE
-
Creates a new backup store.
- DROP BACKUP CONFIGURATION
-
Drops a backup configuration.
- DROP BACKUP STORE
-
Drops a backup store.
- FORCE RESTORE
-
Forces the restoration of a specific backup even if that backup is incomplete.
- LIST BACKUP CONFIGURATIONS
-
Lists existing backup configurations.
- LIST BACKUPS FROM KEYSPACE
-
Lists existing backups for a particular keyspace.
- LIST BACKUP STORES
-
Lists existing backup stores.
- RESTORE
-
Restores a specific backup.
- RUN BACKUP
-
Run a manual backup.
- VERIFY BACKUP STORE
-
Verifies a backup store.