Skip to content

Commit 39b094b

Browse files
authored
Merge pull request #588 from github/enterprise-3.10-backport-587-backup-config-fix
Backport 587 for 3.10: fix backup.config typo
2 parents 161bd78 + ea5f7f8 commit 39b094b

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)