mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
Adjust cron expression and config comments.
This commit is contained in:
parent
ff665c27f5
commit
9386dc7c56
@ -1,10 +1,13 @@
|
|||||||
# Configuration of backup scheduling, expressed by cron expressions.
|
# Configuration of backup scheduling, expressed by cron expressions.
|
||||||
schedule:
|
schedule:
|
||||||
# Cron expression to use for the backup schedule. This is not standard cron, but rather a subset
|
# Cron expression to use for the backup schedule. This is not standard cron, but rather a subset
|
||||||
# that is given to us by the Quartz Scheduler.
|
# that is given to us by the Quartz Scheduler. You may use http://www.cronmaker.com/ as a
|
||||||
|
# reference to build out custom cron expressions that are compatible. It should be noted that
|
||||||
|
# the second field is automatically added to the cron expression, as most typical cron expressions
|
||||||
|
# do not include it.
|
||||||
# Examples:
|
# Examples:
|
||||||
# "0 3 * * ?" -> every day at 3 AM
|
# "0 3 * * ?" -> every day at 3 AM
|
||||||
# "0 3 * * SUN" -> every Sunday at 3 AM
|
# "0 3 ? * SUN" -> every Sunday at 3 AM
|
||||||
cron: ""
|
cron: ""
|
||||||
|
|
||||||
# Configuration of S3 service to upload back-ups to.
|
# Configuration of S3 service to upload back-ups to.
|
||||||
|
Loading…
Reference in New Issue
Block a user