Skip to content

Commit 0c8236d

Browse files
Cleaned up comments around GHE_PRUNING_SCHEDULED
1 parent 614d067 commit 0c8236d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backup.config-example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ GHE_DATA_DIR="data"
1616
# be available for the past N days ...
1717
GHE_NUM_SNAPSHOTS=10
1818

19-
# Pruning snapshots can be scheduled outside of the backup process. If set to 'yes'
20-
# ghe-pruning-snapshots will need to be invoked separately via cron
19+
# Pruning snapshots can be scheduled outside of the backup process.
20+
# If set to 'yes', snapshots will not be pruned by ghe-backup.
21+
# Instead, ghe-pruning-snapshots will need to be invoked separately via cron
2122
#GHE_PRUNING_SCHEDULED=yes
2223

2324
# If GHE_SKIP_CHECKS is set to true (or if --skip-checks is used with ghe-backup) then ghe-host-check

0 commit comments

Comments
 (0)