LIST BACKUP CONFIGURATIONS
Lists details on existing backup configurations:
LIST BACKUP CONFIGURATIONS;
The result includes information about the backup configurations:
| Column | Description | Type |
|---|---|---|
name |
Backup configuration name. |
Text |
target_keyspace |
List of keyspaces targeted for backup. |
Set of text values |
stores |
List of backup stores to which the keyspaces are assigned. |
List of text values |
frequency |
Standard cron expression determining when the backup is performed. |
Text |
enabled |
If true, the backup will run automatically as specified by frequency. If false, the backup can only be run manually. |
Boolean |
next_execution time |
The time at which the next backup will take place. |
Timestamp or |
For example:
name | target_keyspace | stores | frequency | enabled | next_execution_time
----------------+-----------------+---------------------+-----------+----------+---------------------
my_config_name | keyspace_1| ['s3_store'] | * * * * * | False | null