RUN BACKUP
The DSE Backup and Restore Service is currently in beta and is intended to be used by users provisioning DSE via the DataStax Cass Operator in a Kubernetes cluster. |
Runs a manual backup process using the provided backup configuration. Returns a backup process ID.
Synopsis
RUN BACKUP <configuration_name> ;
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. |
- configuration_name
-
The backup configuration name. Configuration names can use alphanumeric characters and underscores only. They are case insensitive.
Examples
Run a backup
Run a manual backup:
RUN BACKUP backup_configuration_1;
92d2603a-7e22-11e9-8f9e-2a86e4085a59