From 1402cfd86a564eb35ad04051bce626c5277e084c Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Wed, 3 Mar 2021 23:10:18 -0800 Subject: [PATCH] Update comments --- backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index b57a5a3..d854d9b 100755 --- a/backup.sh +++ b/backup.sh @@ -8,7 +8,7 @@ # For most convenience, run automatically with cron. # 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 BACKUP_DIRECTORY="" # Directory to save backups in 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 DEBUG=false # Enable debug messages SUPPRESS_WARNINGS=false # Suppress warnings -WINDOW_MANAGER="screen" # Choices: screen, tmux +WINDOW_MANAGER="screen" # Choices: screen, tmux, RCON # Other Variables (do not modify) DATE_FORMAT="%F_%H-%M-%S"