Skip to content

Commit

Permalink
Update AdvancedBackups.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 30, 2025
1 parent 776376f commit 107a06c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/AdvancedBackups.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ config.advancedbackups.enabled=true
#Options : true, false #Default : true
config.advancedbackups.save=true

#Whether to disable autosave before making a backup, and whether to re-enable saving afterwards.
#Don't edit this unless you know what you're doing. Saving mid-backup can cause issues!
#Options : true, false #Default: true
config.advancedbackups.togglesave=true

#Buffer size, in bytes, to use when reading / writing files. Higher will improve speeds, but increase memory usage.
#Too high can cause an OOM. I'd advise against editing this unless you experience issues.
#Range : 1-2147483647 #Default : 1048576
Expand Down Expand Up @@ -58,6 +63,7 @@ config.advancedbackups.frequency.uptime=true
#A strict schedule, using hours:minutes to follow real-world time. Examples:
#4:00 - Makes a backup at 4am each day.
#4:00,8:00,12:00,16:00,17:00,18:00,19:00,20:00,21:00,24:00 - Makes a backup at specific times of day.
#Note : use 24:00 instead of 0:00 to represent midnight.

#Default : 1:00
config.advancedbackups.frequency.schedule=1:00
Expand Down

0 comments on commit 107a06c

Please sign in to comment.