Configuring Cron
Backy provides an easy-to-use way to execute commands at a specified time.
Adding cron: 0 0 1 * * * to a cmdLists object will schedule the list at 1 in the morning. See https://crontab.guru/ for reference.
GoCron allows one to configure a server to view the jobs in the scheduler. See GoCron UI GitHub. GoCron can be configured or left alone for defaults.
GoCron configuration:
| key | description | type | required | default |
|---|---|---|---|---|
bindAddress |
Interface’s IP to bind to. Must not contain port. | string |
no | :port |
port |
Port to use. | int |
no | 8888 |
useSeconds |
Whether to parse the second cron field. | bool |
no | false |
|
|