LIST BACKUP STORES
Lists details on existing backup stores.
Synopsis
LIST BACKUP STORES ;
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 |
Name of the backup store. |
Text |
class |
The type of backup store: * FSBlobStore * GoogleCloudBlobStore * S3BlobStore |
Text |
settings |
Settings for the backup store. |
Text map |
Examples
List the existing backup for a particular keyspace:
LIST BACKUP STORES;
name | class | settings
------------+------------------------------------------------------+--------------------------
fs_store_1 | com.datastax.bdp.db.backups.destinations.FSBlobStore | {'path': '/opt/backups'}