You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default all expired and incomplete snapshots are deleted at the end of the main
38
+
backup process `ghe-backup`. If pruning these snapshots takes a long time you can
39
+
choose to disable the pruning process from the backup run and schedule it separately.
40
+
This can be achieved by enabling the `GHE_PRUNING_SCHEDULED` option in `backup.config`.
41
+
Please note that this option is only avilable for `backup-utils` >= v3.10.0, if this option is enabled you will need to schedule the pruning script `ghe-prune-snapshots` using `cron` or a similar command scheduling service on the backup host.
0 commit comments