Canasta backup schedule set
canasta backup schedule set¶
Set a recurring backup schedule
Synopsis¶
Schedule recurring backups using a cron expression. This adds or updates a crontab entry that runs 'canasta backup create' on the specified schedule. Backup output is logged to backup.log in the installation directory.
Examples¶
# Schedule daily backups at 2:00 AM
canasta backup schedule set -i myinstance "0 2 * * *"
# Schedule hourly backups
canasta backup schedule set -i myinstance "0 * * * *"
Options¶
| Flag | Shorthand | Description | Default |
|---|---|---|---|
--help |
-h |
help for set |
Options inherited from parent commands¶
| Flag | Shorthand | Description | Default |
|---|---|---|---|
--id |
-i |
Canasta instance ID | |
--verbose |
-v |
Verbose Output |
SEE ALSO¶
- canasta backup schedule - Manage scheduled backups