LIST BACKUP STORES
Lists details on existing backup stores.
LIST BACKUP STORES;
The output contains the backup store details:
| Column name | Description | Type |
|---|---|---|
name |
Name of the backup store. |
Text |
class |
The type of backup store:
* FSBlobStore
* |
Text |
settings |
Settings for the backup store. |
Text map |
For example:
name | class | settings
-----------+--------------------------------------------+------------------------
fs_store_1 | <path>.db.backups.destinations.FSBlobStore | {'path': '/opt/backups'}
Starting with DSE 6.8.64, a request to list any S3 backup store existing prior to that release designates service_request_policy : V1 in the result, but the database does not physically store that setting.