Skip to content

Commit 4391661

Browse files
committed
fix: Rename CRON variable to BACKUP_CRON for clarity in backup schedule configuration
1 parent 168be61 commit 4391661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

immich/backup.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RESTIC_PASSWORD=
3737
# 0 30 3 * * * = 3:30 AM daily
3838
# 0 0 4 * * 0 = 4:00 AM every Sunday
3939
# 0 0 */12 * * * = Every 12 hours
40-
CRON=0 30 3 * * *
40+
BACKUP_CRON=0 30 3 * * *
4141

4242
# Timezone for cron scheduling
4343
# Used to interpret the CRON schedule

0 commit comments

Comments
 (0)