diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-12-30 02:28:10 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-12-30 02:28:10 +0100 |
commit | b0246c61aebe3c847690f96247c6ff23360172ae (patch) | |
tree | 3a2006fb5f55efcceeabbd7db033e4eb6457a6ee /Readme.md | |
parent | 386ce44940d990b13c6cbcdff987b6ec7bb2a6d5 (diff) | |
download | minecraft-server-tools-b0246c61aebe3c847690f96247c6ff23360172ae.tar.gz |
Readme
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..0512098 --- /dev/null +++ b/Readme.md @@ -0,0 +1,25 @@ +# minecraft-server-tools + +My minecraft server management script with safe online Backup. + +## Usage + +`./server.sh start|stop|attach|status` + +`attach` attaches to the server console using `screen`. to detach, type: `CTRL+A d` + +Configuration is located at at the top of the script. + +The command specified in `$BACKUP_HOOK` is +executed on every backup. `$ARCHNAME` contains the relative path to the backup. + +Example: + + scp $ARCHNAME user@server:/home/backups/ + +## Disclaimer + +The scripts are provided as-is at no warranty. +They are not idiot-proof. + +Improvements are welcome. |