@@ -32,7 +32,7 @@ config.advancedbackups.type=zip
3232# A list of files, relative paths within the world directory, to skip backing up.
3333# Comma separated, * is a wildcard, and backslashes are replaced with forward slashes.
3434# Default : session.lock,*.dat_old
35- config.advancedbackups.blacklist =session.lock,*.dat_old
35+ config.advancedbackups.blacklist =session.lock,*_old
3636
3737# The absolute or relative path to the backup location.
3838# Options : any file path. Default : ./backups
@@ -42,7 +42,7 @@ config.advancedbackups.path=./backups
4242# Set to 0 to disable.
4343# 5 minutes = ~ 0.083 hours.
4444# Range : 0 - 500 #Default : 0.5
45- config.advancedbackups.frequency.min =0.5
45+ config.advancedbackups.frequency.min =0.25
4646
4747# Triggers a backup if none has already happened within this time. Can be combined with an uptime-based schedule.
4848# Range : 0.5 - 500 #Default : 24
@@ -70,11 +70,11 @@ config.advancedbackups.frequency.schedule=1:00
7070
7171# Whether to force a backup on server shutdown. Respects min frequency.
7272# Options : true, false #Default : false
73- config.advancedbackups.frequency.shutdown =true
73+ config.advancedbackups.frequency.shutdown =false
7474
7575# Whether to force a backup on server startup. Respects min frequency.
7676# Options : true, false #Default : false
77- config.advancedbackups.frequency.startup =true
77+ config.advancedbackups.frequency.startup =false
7878
7979# Delay to use after startup, in seconds. Is always at least 5 seconds.
8080# Range : 5-1000 #Default : 30
@@ -161,4 +161,4 @@ config.advancedbackups.chains.smart=true
161161
162162# 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.
163163# Range : 1-100 #Default : 50
164- config.advancedbackups.chains.maxpercent =50.0
164+ config.advancedbackups.chains.maxpercent =50.0
0 commit comments