backups: add more info, keep 1 of each version opt
backup's filename format has changed, and includes the commit too now. a Backup struct for going to/from the filename has been added, and the option "keep 1 backup from each version" has been added, leaving the most recent backup from each version always. All pre-this-commit backups are considered the same "old" version.
This commit is contained in:
@@ -1315,6 +1315,12 @@ sections:
|
||||
value: 20
|
||||
description: Number of most recent backups to keep. Once this is hit, the oldest
|
||||
backup will be deleted before doing a new one.
|
||||
- setting: keep_previous_version_backup
|
||||
name: Keep 1 backup from each previous version
|
||||
requires_restart: true
|
||||
type: bool
|
||||
value: true
|
||||
description: Always keep the most recent backup for each jfa-go version, incase updates mess things up. If enabled, these aren't counted by the "Number of backups to keep" setting.
|
||||
- section: welcome_email
|
||||
meta:
|
||||
name: Welcome Message
|
||||
|
||||
Reference in New Issue
Block a user