Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.42 KB

stackit_server_backup_restore.md

File metadata and controls

46 lines (32 loc) · 1.42 KB

stackit server backup restore

Restores a Server Backup.

Synopsis

Restores a Server Backup. Operation always is async.

stackit server backup restore BACKUP_ID [flags]

Examples

  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

Options

  -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 [])

Options inherited from parent commands

  -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")

SEE ALSO