Subcommands
| Command | Description |
|---|---|
capsule schedule add | Add a new schedule for a connection |
capsule schedule list | List all configured schedules |
capsule schedule remove | Remove a schedule |
capsule schedule add
- Select the connection to schedule
- Enter a cron expression for the backup frequency
- Set the number of backups to retain
Cron expression examples
| Expression | Meaning |
|---|---|
0 2 * * * | Every day at 2:00 AM |
0 2 * * 0 | Every Sunday at 2:00 AM |
0 */6 * * * | Every 6 hours |
0 2 1 * * | First day of every month |
Retention
Retention controls how many backups to keep per connection. When the limit is reached, the oldest backup is deleted automatically. The minimum is 1, and your plan determines the maximum retention period.capsule schedule list
capsule schedule remove
Notes
- Schedules are stored in the local config file and executed by the Capsule daemon
- The daemon must be running (via
capsule service) for scheduled backups to fire - Schedule activity syncs to your dashboard in real time