Update comments
This commit is contained in:
parent
57fe77cb59
commit
1402cfd86a
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
# For most convenience, run automatically with cron.
|
# For most convenience, run automatically with cron.
|
||||||
|
|
||||||
# Default Configuration
|
# Default Configuration
|
||||||
SCREEN_NAME="" # Name of the GNU Screen or tmux pane your Minecraft server is running in
|
SCREEN_NAME="" # Name of the GNU Screen, tmux session, or hostname:port:password for RCON
|
||||||
SERVER_WORLD="" # Server world directory
|
SERVER_WORLD="" # Server world directory
|
||||||
BACKUP_DIRECTORY="" # Directory to save backups in
|
BACKUP_DIRECTORY="" # Directory to save backups in
|
||||||
MAX_BACKUPS=128 # -1 indicates unlimited
|
MAX_BACKUPS=128 # -1 indicates unlimited
|
||||||
|
@ -20,7 +20,7 @@ ENABLE_CHAT_MESSAGES=false # Tell players in Minecraft chat about backup status
|
||||||
PREFIX="Backup" # Shows in the chat message
|
PREFIX="Backup" # Shows in the chat message
|
||||||
DEBUG=false # Enable debug messages
|
DEBUG=false # Enable debug messages
|
||||||
SUPPRESS_WARNINGS=false # Suppress warnings
|
SUPPRESS_WARNINGS=false # Suppress warnings
|
||||||
WINDOW_MANAGER="screen" # Choices: screen, tmux
|
WINDOW_MANAGER="screen" # Choices: screen, tmux, RCON
|
||||||
|
|
||||||
# Other Variables (do not modify)
|
# Other Variables (do not modify)
|
||||||
DATE_FORMAT="%F_%H-%M-%S"
|
DATE_FORMAT="%F_%H-%M-%S"
|
||||||
|
|
Loading…
Add table
Reference in a new issue