Fix default to be gzip
This commit is contained in:
parent
2ec8f7f4dc
commit
8cf268f40b
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ SERVER_WORLD="" # Server world directory
|
|||
BACKUP_DIRECTORY="" # Directory to save backups in
|
||||
MAX_BACKUPS=128 # -1 indicates unlimited
|
||||
DELETE_METHOD="thin" # Choices: thin, sequential, none; sequential: delete oldest; thin: keep last 24 hourly, last 30 daily, and monthly (use with 1 hr cron interval)
|
||||
COMPRESSION_ALGORITHM="zstd" # Leave empty for no compression
|
||||
COMPRESSION_ALGORITHM="gzip" # Leave empty for no compression
|
||||
EXIT_IF_NO_SCREEN=false # Skip backup if there is no minecraft screen running
|
||||
COMPRESSION_FILE_EXTENSION=".zst" # Leave empty for no compression; Precede with a . (for example: ".gz")
|
||||
COMPRESSION_FILE_EXTENSION=".gz" # Leave empty for no compression; Precede with a . (for example: ".gz")
|
||||
COMPRESSION_LEVEL=3 # Passed to the compression algorithm
|
||||
ENABLE_CHAT_MESSAGES=false # Tell players in Minecraft chat about backup status
|
||||
PREFIX="Backup" # Shows in the chat message
|
||||
|
|
Loading…
Add table
Reference in a new issue