LIST BACKUP CONFIGURATIONS
Lists details on existing backup configurations.
Synopsis
LIST BACKUP CONFIGURATIONS ;
Syntax conventions | Description |
---|---|
UPPERCASE |
Literal keyword. |
Lowercase |
Not literal. |
|
Variable value. Replace with a user-defined value. |
|
Optional.
Square brackets ( |
|
Group.
Parentheses ( |
|
Or.
A vertical bar ( |
|
Repeatable.
An ellipsis ( |
|
Single quotation ( |
|
Map collection.
Braces ( |
Set, list, map, or tuple.
Angle brackets ( |
|
|
End CQL statement.
A semicolon ( |
|
Separate the command line options from the command arguments with two hyphens ( |
|
Search CQL only: Single quotation marks ( |
|
Search CQL only: Identify the entity and literal value to overwrite the XML element in the schema and solrConfig files. |
Column name | 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 |
Examples
List backup configurations:
LIST BACKUP CONFIGURATIONS;
name | target_keyspace | stores | frequency | enabled | next_execution_time
----------------+-----------------+---------------------+-----------+----------+---------------------
my_config_name | keyspace_1| ['s3_store'] | * * * * * | False | null