|
@@ -59,12 +59,12 @@ echo "eula=true" > eula.txt
|
|
Place/create either the (in this repository) provided tar [backup script](https://git.comsolve.nl/Comsolve/ProxMox-GuestSetups/raw/master/Minecraft/backup.sh) or the zst with better compression [backup script](https://git.comsolve.nl/Comsolve/ProxMox-GuestSetups/raw/master/Minecraft/backup.sh) and make it executable.
|
|
Place/create either the (in this repository) provided tar [backup script](https://git.comsolve.nl/Comsolve/ProxMox-GuestSetups/raw/master/Minecraft/backup.sh) or the zst with better compression [backup script](https://git.comsolve.nl/Comsolve/ProxMox-GuestSetups/raw/master/Minecraft/backup.sh) and make it executable.
|
|
|
|
|
|
```
|
|
```
|
|
-wget https://git.comsolve.nl/Comsolve/ProxMox-GuestSetups/raw/master/backup.sh
|
|
|
|
|
|
+wget https://git.comsolve.nl/Comsolve/ProxMox-GuestSetups/raw/master/Minecraft/backup.sh
|
|
chmod +x backup.sh
|
|
chmod +x backup.sh
|
|
```
|
|
```
|
|
OR
|
|
OR
|
|
```
|
|
```
|
|
-wget https://raw.githubusercontent.com/Glowsome/Minecraft/main/backup-zst.sh
|
|
|
|
|
|
+wget https://git.comsolve.nl/Comsolve/ProxMox-GuestSetups/raw/master/Minecraft/backup-zst.sh
|
|
chmod +x backup-zst.sh
|
|
chmod +x backup-zst.sh
|
|
```
|
|
```
|
|
|
|
|
|
@@ -163,7 +163,7 @@ ln -s minecraft_server.1.19.jar server.jar
|
|
|
|
|
|
Exit minecraft user (assuming you logged in originally as root).
|
|
Exit minecraft user (assuming you logged in originally as root).
|
|
```
|
|
```
|
|
-exit
|
|
|
|
|
|
+exit (or Ctrl+D)
|
|
```
|
|
```
|
|
|
|
|
|
Start minecraft Server.
|
|
Start minecraft Server.
|