Overview
canasta backup¶
Backup and restore Canasta installations
Synopsis¶
Manage backups of a Canasta installation. Subcommands allow you to initialize a backup repository, create and restore backups, list and compare backups, and schedule recurring backups. Requires RESTIC_REPOSITORY (or AWS S3 settings) and RESTIC_PASSWORD to be configured in the installation's .env file.
Options¶
| Flag | Shorthand | Description | Default |
|---|---|---|---|
--help |
-h |
help for backup | |
--id |
-i |
Canasta instance ID |
Options inherited from parent commands¶
| Flag | Shorthand | Description | Default |
|---|---|---|---|
--verbose |
-v |
Verbose output |
SEE ALSO¶
- canasta - A CLI tool for Canasta installations.
- canasta backup check - Check backup repository integrity
- canasta backup create - Create a backup
- canasta backup delete - Delete a backup
- canasta backup diff - Show difference between two backups
- canasta backup files - List files in a backup
- canasta backup init - Initialize a backup repository
- canasta backup list - List backups
- canasta backup restore - Restore a backup
- canasta backup schedule - Manage scheduled backups
- canasta backup unlock - Remove locks other processes created