canasta backup schedule list
From Canasta Wiki
canasta > backup > backup schedule > list
canasta backup schedule list
Show the backup schedule
Synopsis
Show the current backup schedule for this instance, if one exists.
On Compose, queries the host crontab and parses the
canasta backup create -i <id> entry. On Kubernetes, queries
the canasta-backup-<id> CronJob in the instance namespace.
Reports the schedule expression and whether a `--purge-older-
than` is wired in. "No backup schedule found" means no entry
exists for this instance on the orchestrator's native
scheduling surface.
canasta backup schedule list [flags]
Examples
canasta backup schedule list
Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--id |
-i |
Canasta instance ID | * | Both |
* Defaults to the Canasta instance matching the current directory, if any.
Global Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--help |
-h |
Show help message and exit | Both | ||
--verbose |
-v |
Enable verbose output | Both |