6 lines
219 B
Bash
6 lines
219 B
Bash
# 1. Please put the value in double quotes to avoid problems.
|
|
# 2. To use the file, you need to map the file to `/.env` in the container.
|
|
CRON="0 1 * * *"
|
|
BACKUP_FILE_SUFFIX="%Y%m%d"
|
|
BACKUP_KEEP_DAYS="14"
|
|
TIMEZONE="UTC" |