diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-01-05 01:35:20 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-01-05 01:35:20 +0100 |
commit | 8bec29597d873ce025d63c1e4cc8e72f91d878e6 (patch) | |
tree | bd3fb71ead075b2dfaa83c6bbd28cbdb9dbae091 | |
parent | fb7ea1517da73501a6da96f1e4504a6bed6f55b1 (diff) | |
download | minecraft-server-tools-8bec29597d873ce025d63c1e4cc8e72f91d878e6.tar.gz |
Update readme
-rw-r--r-- | Readme.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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`. |