Creates a backup from a specific source
Creates a backup from a specific source (volume or snapshot).
stackit volume backup create [flags]
Create a backup from a volume
$ stackit volume backup create --source-id xxx --source-type volume
Create a backup from a snapshot with a name
$ stackit volume backup create --source-id xxx --source-type snapshot --name my-backup
Create a backup with labels
$ stackit volume backup create --source-id xxx --source-type volume --labels key1=value1,key2=value2
-h, --help Help for "stackit volume backup create"
--labels stringToString Key-value string pairs as labels (default [])
--name string Name of the backup
--source-id string ID of the source from which a backup should be created
--source-type string Source type of the backup, one of ["volume" "snapshot"]
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit volume backup - Provides functionality for volume backups