Update 7D2D - Default Backup Exclude (#252)

* 7d2d

* Update 7D2D - Default Backup Exclusion

This adds a default .backupExclusions file for 7d2d.
This commit is contained in:
IceOfWraith 2022-12-16 23:57:37 -06:00 committed by GitHub
parent 7e025bac53
commit 215c301d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,37 @@
_CommonRedist
7DaysToDieServer_Data
BepInEx
Data
doorstop_libs
Licenses
Logos
Mods
MonoBleedingEdge
steamapps
7DaysToDieServer.exe
7DaysToDieServer.x86_64
darknessfalls.ico
DarknessFallsConfig.xml
doorstop_config.ini
libstdc++.so.6
LICENSE
LinuxPlayer_s.debugMicrosoftGame.Config
platform.cfg
README.md
run_bepinex.sh
run_bepinex_server.sh
serverconfig.xml
startdedicated.bat
startserver.sh
steam_appid.txt
steamclient64.dll
tier0_s64.dll
UnityCrashHandler64.exe
UnityPlayer.dll
UnityPlayer.so
UnityPlayer_s.debug
UnityPlayer_Win64_mono_x64.pdb
vstdlib_s64.dll
WindowsPlayer_Master_mono_x64.pdb
WindowsPlayerHeadless.pdb
winhttp.dll

View File

@ -1182,6 +1182,21 @@
"False": "false",
"True": "true"
}
},{
"DisplayName":"Download Backup Exclude File",
"Category":"SteamCMD and Updates",
"Description":"This downloads a default backup exclude file to save space on backups by only saving specific directories. If this is disabled, you will need to manually delete the .backupExclude file it downloads.",
"Keywords":"download,backup,exclude,file",
"FieldName":"backupExclude",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"backupExclude",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Please Read!",
"Category":"7d2d - Undead Legacy Settings",

View File

@ -190,5 +190,16 @@
"UpdateSourceArgs": "-c \"cp -rf ./seven-days-to-die/294420/darkness-falls-a20-main/* ./seven-days-to-die/294420/ && rm -rf ./seven-days-to-die/294420/darkness-falls-a20-main*/\"",
"UpdateSourceConditionSetting": "DarknessFalls",
"UpdateSourceConditionValue": "true"
},
{
"UpdateStageName":"Backup Exclusions Download 1",
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://github.com/CubeCoders/AMPTemplates/raw/main/exclusions/.backupExclusions7d2d1",
"UpdateSourceArgs":".backupExclude",
"UpdateSourceTarget":"{{$FullBaseDir}}",
"UpdateSourceConditionSetting": "backupExclude",
"UpdateSourceConditionValue": "true",
"OverwriteExistingFiles":false
}
]