aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-01-05 01:35:20 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-01-05 01:35:20 +0100
commit8bec29597d873ce025d63c1e4cc8e72f91d878e6 (patch)
treebd3fb71ead075b2dfaa83c6bbd28cbdb9dbae091
parentfb7ea1517da73501a6da96f1e4504a6bed6f55b1 (diff)
downloadminecraft-server-tools-8bec29597d873ce025d63c1e4cc8e72f91d878e6.tar.gz
Update readme
-rw-r--r--Readme.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index 6ab827e..b794932 100644
--- a/Readme.md
+++ b/Readme.md
@@ -37,10 +37,6 @@ The command specified in `$BACKUP_HOOK` is
executed on every successful backup. `$ARCHNAME` contains the relative path to the archive.
This can be used to further process the created backup.
-The following example copies the created archive to a remote server.
-
- BACKUP_HOOK="scp $ARCHNAME user@server:/home/user/backups/"
-
## Start automatically
Create user and group `minecraft` with home in `/var/minecraft`.