Files
OFModpack/config/simplebackups-common-experimental.toml
T
lucasdpt 0129d81bd4 fix eol
2026-06-14 02:07:47 +02:00

13 lines
488 B
TOML

#Only enable if you want to test the experimental backup system.
enabled = false
#Defines the backup type.
#- FULL_BACKUPS - every backup is a full backup.
#- INCREMENTAL - backup only files changed since the last backup
#- DIFFERENTIAL - backup only files changed since the last full backup
#Allowed Values: FULL_BACKUPS, INCREMENTAL, DIFFERENTIAL
backupType = "INCREMENTAL"
#The max amount of backup chains to keep.
# Default: 10
# Range: 1 ~ 32767
backupChainsToKeep = 10