shc backup
shc backup
Section titled “shc backup”create and manage backups
Synopsis
Section titled “Synopsis”Create, list, restore, and manage backups.
Backups are written via restic by default; —file exports a single-stack backup to a local .bak file instead.
shc backup [flags]Options
Section titled “Options” -h, --help help for backupOptions inherited from parent commands
Section titled “Options inherited from parent commands” --config stringArray extra YAML config file to layer on top of auto-discovered config; repeatable, later files win -d, --debug enable debug mode (default: $SHC_DEBUG) -e, --environment string environment name (default: $SHC_ENVIRONMENT) --exclude string comma-separated dotted paths to drop --fields string comma-separated columns/keys to show (and their order) --filter string comma-separated dotted paths to keep (drops everything else) -o, --output string output format: tty|text|json|yaml (default: $SHC_OUTPUT) -s, --stack string stack name (default: $SHC_STACK) -t, --tenant string tenant name (default: $SHC_TENANT) -v, --verbose verbose output (default: $SHC_VERBOSE)SEE ALSO
Section titled “SEE ALSO”- shc - Selfhosted Cloud CLI
- shc backup create - create a backup
- shc backup export - export a backup (or consistency group) to a local archive
- shc backup group - bundle multiple .bak into one .bkg archive
- shc backup import - import a backup archive
- shc backup inspect - inspect a backup archive or group manifest
- shc backup ls - list backups
- shc backup mount - mount a backup as a read-only FUSE tree (on the daemon host)
- shc backup prune - prune unreferenced restic data
- shc backup restore - restore from a backup
- shc backup rm - delete a backup
- shc backup schedule - manage scheduled backups
- shc backup sync - sync the local backup index from the restic repository
- shc backup umount - unmount a backup FUSE mount
- shc backup ungroup - split a .bkg back into .bak files
- shc backup verify - confirm a backup’s snapshot still exists in its repository
shc@docs:~$