Skip to content

Commit e1a92a5

Browse files
authored
fix backup.config typo (#587)
Fixing https://github.com/github/ghes/issues/7329
1 parent 60a8a7d commit e1a92a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.config-example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GHE_NUM_SNAPSHOTS=10
2626
# performed before the next full backup is created.
2727
# For example, if `GHE_INCREMENTAL_BACKUP_MAX` is set to 14, backup-utils will
2828
# run 1 full backup and then 13 incremental backups before performing another full backup on the next cycle.
29-
#GHE_INCREMENTAL_BACKUP_MAX=14
29+
#GHE_INCREMENTAL_MAX_BACKUPS=14
3030

3131
# If GHE_SKIP_CHECKS is set to true (or if --skip-checks is used with ghe-backup) then ghe-host-check
3232
# disk space validation and software version checks on the backup-host will be disabled.

0 commit comments

Comments
 (0)