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 614d067 commit 0c8236dCopy full SHA for 0c8236d
backup.config-example
@@ -16,8 +16,9 @@ GHE_DATA_DIR="data"
16
# be available for the past N days ...
17
GHE_NUM_SNAPSHOTS=10
18
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
+# Pruning snapshots can be scheduled outside of the backup process.
+# 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
22
#GHE_PRUNING_SCHEDULED=yes
23
24
# If GHE_SKIP_CHECKS is set to true (or if --skip-checks is used with ghe-backup) then ghe-host-check
0 commit comments