We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a8a7d commit e1a92a5Copy full SHA for e1a92a5
backup.config-example
@@ -26,7 +26,7 @@ GHE_NUM_SNAPSHOTS=10
26
# performed before the next full backup is created.
27
# For example, if `GHE_INCREMENTAL_BACKUP_MAX` is set to 14, backup-utils will
28
# run 1 full backup and then 13 incremental backups before performing another full backup on the next cycle.
29
-#GHE_INCREMENTAL_BACKUP_MAX=14
+#GHE_INCREMENTAL_MAX_BACKUPS=14
30
31
# If GHE_SKIP_CHECKS is set to true (or if --skip-checks is used with ghe-backup) then ghe-host-check
32
# disk space validation and software version checks on the backup-host will be disabled.
0 commit comments