@@ -32,7 +32,7 @@ config.advancedbackups.type=zip
32
32
# A list of files, relative paths within the world directory, to skip backing up.
33
33
# Comma separated, * is a wildcard, and backslashes are replaced with forward slashes.
34
34
# Default : session.lock,*.dat_old
35
- config.advancedbackups.blacklist =session.lock,*.dat_old
35
+ config.advancedbackups.blacklist =session.lock,*_old
36
36
37
37
# The absolute or relative path to the backup location.
38
38
# Options : any file path. Default : ./backups
@@ -42,7 +42,7 @@ config.advancedbackups.path=./backups
42
42
# Set to 0 to disable.
43
43
# 5 minutes = ~ 0.083 hours.
44
44
# Range : 0 - 500 #Default : 0.5
45
- config.advancedbackups.frequency.min =0.5
45
+ config.advancedbackups.frequency.min =0.25
46
46
47
47
# Triggers a backup if none has already happened within this time. Can be combined with an uptime-based schedule.
48
48
# Range : 0.5 - 500 #Default : 24
@@ -70,11 +70,11 @@ config.advancedbackups.frequency.schedule=1:00
70
70
71
71
# Whether to force a backup on server shutdown. Respects min frequency.
72
72
# Options : true, false #Default : false
73
- config.advancedbackups.frequency.shutdown =true
73
+ config.advancedbackups.frequency.shutdown =false
74
74
75
75
# Whether to force a backup on server startup. Respects min frequency.
76
76
# Options : true, false #Default : false
77
- config.advancedbackups.frequency.startup =true
77
+ config.advancedbackups.frequency.startup =false
78
78
79
79
# Delay to use after startup, in seconds. Is always at least 5 seconds.
80
80
# Range : 5-1000 #Default : 30
@@ -161,4 +161,4 @@ config.advancedbackups.chains.smart=true
161
161
162
162
# What % of a full backup is allowed to be contained in a partial before forcing it into a full backup. Useful for reducing partial backup size.
163
163
# Range : 1-100 #Default : 50
164
- config.advancedbackups.chains.maxpercent =50.0
164
+ config.advancedbackups.chains.maxpercent =50.0
0 commit comments