summarylogtreecommitdiffstats
path: root/forged.conf
diff options
context:
space:
mode:
authorGordian Edenhofer2020-01-15 17:10:03 +0200
committerNitroretro2020-01-15 17:10:03 +0200
commitb2aa7c6cfe6ab7c6a6daf3a66b18087510bd52ca (patch)
treedcba2147be58187d6eb191ecd87bb911a3135013 /forged.conf
parent990b271496268d67036a2882a4c4a7c0ee9e12a9 (diff)
downloadaur-b2aa7c6cfe6ab7c6a6daf3a66b18087510bd52ca.tar.gz
Upgrade: 1.6.4_9.11.1.1345-6
Nitroretro: Sync with minecraft-server 1edad4acae56cb81b102d77251542a78a344b4bb > Author: Gordian Edenhofer <gordian.edenhofer@gmail.com> > Date: Tue Jan 14 20:34:55 2020 +0100 > > upgpkg: minecraft-server 1.15.1-2 > > Introduce a new config flag called `BACKUP_FLAGS` for specifying > additional flags which to pass to tar for compression. > > Additionally, replace `Type=forking` with `Type=oneshot` in the backup > services as to not let the backup timeout. > > Furthermore, change some upper case variables to lower case ones. > > upgpkg: spigot 1.15.1+b107-1 > upgpkg: cuberite 1.12b1065-1 > upgpkg: papermc 1.15.1+b48-1
Diffstat (limited to 'forged.conf')
-rw-r--r--forged.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/forged.conf b/forged.conf
index 0594f2bf9f37..28a6c59573f2 100644
--- a/forged.conf
+++ b/forged.conf
@@ -5,6 +5,7 @@
SERVER_ROOT="/srv/forge-1.6.4"
BACKUP_DEST="/srv/forge-1.6.4/backup"
BACKUP_PATHS="world" # World paths separated by spaces relative to SERVER_ROOT
+BACKUP_FLAGS="-z"
KEEP_BACKUPS="10"
GAME_USER="forge-1-6-4"
MAIN_EXECUTABLE="forge.jar"