For the complete documentation index, see llms.txt. This page is also available as Markdown.

All commands (syntax examples)

Examples of all backup and restore related commands.

backup

vscli > backup -h
Usage:  backup

  Configure, schedule, and run backups

Options:
  -h, --help  Show this message and exit.

Commands:
  clear             Reset backup / restore configuration
  external-targets
  from-brain        Manage whether other brains can back up to this one
  run               Make a backup of the current machine state.
  schedule          Manage whether backups are run on a weekly schedule

backup clear

vscli > backup clear -h
Usage: backup clear

  Reset backup / restore configuration

Options:
  -h, --help  Show this message and exit.

backup external-targets

backup external-targets configure

backup external-targets configure s3

backup external-targets configure scp

backup external-targets configure sftp

backup external-targets configure to-brain

backup external-targets remove

backup external-targets rename

backup external-targets test

backup from-brain

backup from-brain allow-list

backup from-brain refresh-token

backup run

backup schedule

backup schedule disable

backup schedule enable

restore

restore delete-version

restore list

restore run

restore run from-external-target

restore run from-local

restore run from-url

show backup

show backup download-link

show backup events

show backup external-targets

show backup from-brain

show backup from-brain allow-list

show backup from-brain token

show backup public-key

show backup schedule

show backup summary

Last updated

Was this helpful?