LIST BACKUP STORES
Lists details on existing backup stores:
LIST BACKUP STORES;
The result includes information about the backup stores:
| Column name | Description | Type |
|---|---|---|
name |
Name of the backup store |
Text |
class |
The type of backup store class ( |
Text |
settings |
Settings for the backup store |
Text map |
For example:
LIST BACKUP STORES;
Results:
name | class | settings
------------+------------------------------------------------------+--------------------------
fs_store_1 | com.datastax.bdp.db.backups.destinations.FSBlobStore | {'path': '/opt/backups'}
|
Prior to DSE 6.9.23, a request to list any S3 backup store existing prior to that release designates
|