Restores a Server Backup.
Restores a Server Backup. Operation always is async.
stackit server backup restore BACKUP_ID [flags]
Restore a Server Backup with ID "xxx" for server "zzz"
$ stackit server backup restore xxx --server-id=zzz
Restore a Server Backup with ID "xxx" for server "zzz" and start the server afterwards
$ stackit server backup restore xxx --server-id=zzz --start-server-after-restore
-h, --help Help for "stackit server backup restore"
-s, --server-id string Server ID
-u, --start-server-after-restore Should the server start after the backup restoring.
-i, --volume-ids strings Backup volume IDs, as comma separated UUID values. (default [])
-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 server backup - Provides functionality for server backups