Cron is a cron expression to schedule auto backups, eg. "* * * * *".
Leave it empty to disable the auto backups functionality.
CronMaxKeep is the max number of cron generated backups to keep before removing older entries.
This field works only when the cron config has valid cron expression.
S3 is an optional S3 storage config specifying where to store the app backups.
Generated using TypeDoc
Validate makes BackupsConfig validatable by implementing [validation.Validatable] interface.