ks backup

ks backup

Creates a backup of your local secrets and files.

Synopsis

Creates a backup of your local secrets and files.

Since we do not keep a copy of your secrets or files on our servers, it can be useful to regularly back them up to a secure location to prevent losing them all if anything were to happen to your device.

ks backup [flags]

Options

  -h, --help              help for backup
  -n, --name string       name of the backup file
  -p, --password string   password to encrypt backup with
      --short             short output, for use in scrpits

Options inherited from parent commands

  -c, --config string   config file (default is $HOME/.config/keystone/keystone.yaml)
      --debug           debug output
      --env string      environment to use instead of the current one
  -q, --quiet           make the output machine readable
  -s, --skip            skip prompts and use default

SEE ALSO

  • ks - A safe system for developers to store, share and use secrets.
Auto generated by spf13/cobra on 12-Jan-2023

Edit this page on GitHub