File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ GHE_HOSTNAME="github.example.com"
9
9
# elsewhere for backing up to a separate partition / mount point.
10
10
GHE_DATA_DIR="data"
11
11
12
- # The number of backup snapshots to retain. Old snapshots are pruned after each
13
- # successful ghe-backup run . This option should be tuned based on the frequency
12
+ # The number of backup snapshots to retain. Old snapshots are to be pruned separately
13
+ # after successful backups . This option should be tuned based on the frequency
14
14
# of scheduled backup runs. If backups are scheduled hourly, snapshots will be
15
15
# available for the past N hours; if backups are scheduled daily, snapshots will
16
- # be available for the past N days ...
16
+ # be available for the past N days. Pruning enablement defaults to 'yes'
17
17
GHE_NUM_SNAPSHOTS=10
18
+ #GHE_PRUNING_ENABLED=no
18
19
19
20
# The hostname of the GitHub appliance to restore. If you've set up a separate
20
21
# GitHub appliance to act as a standby for recovery, specify its IP or hostname
@@ -97,4 +98,4 @@ GHE_NUM_SNAPSHOTS=10
97
98
#EXTERNAL_DATABASE_RESTORE_SCRIPT="/bin/false"
98
99
99
100
# If set to 'yes', Pages data will be included in backup and restore. Defaults to 'yes'
100
- #GHE_BACKUP_PAGES=no
101
+ #GHE_BACKUP_PAGES=no
You can’t perform that action at this time.
0 commit comments