Skip to content

K0s restore

k0s restore#

restore k0s state from given backup archive. Use '-' as filename to read from stdin. Must be run as root (or with sudo)

k0s restore filename [flags]

Options#

      --config-out string      Specify desired name and full path for the restored k0s.yaml file (default: /tmp/tmp.FD36EoZB0e/k0s_<archive timestamp>.yaml
      --debugListenOn string   Http listenOn for Debug pprof handler (default ":6060")
  -h, --help                   help for restore
      --status-socket string   Full file path to the socket file. (default "/var/lib/k0s/run/status.sock")
  -v, --verbose                Verbose logging (default: false)

Options inherited from parent commands#

      --data-dir string   Data Directory for k0s (default: /var/lib/k0s). DO NOT CHANGE for an existing setup, things will break!
      --debug             Debug logging [$DEBUG]

SEE ALSO#

  • k0s - k0s - Zero Friction Kubernetes