Update Empyrion - Backup Exclude Toggle (#251)
This adds a checkbox slider to allow disabling the download of the default backup exclude file.
This commit is contained in:
parent
09d6d804bf
commit
7e025bac53
@ -407,5 +407,21 @@
|
|||||||
"DefaultValue": "public",
|
"DefaultValue": "public",
|
||||||
"Placeholder": "public",
|
"Placeholder": "public",
|
||||||
"EnumValues": {}
|
"EnumValues": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -21,6 +21,8 @@
|
|||||||
"UpdateSourceData":"https://github.com/CubeCoders/AMPTemplates/raw/main/exclusions/.backupExclusionsEmpyrion1",
|
"UpdateSourceData":"https://github.com/CubeCoders/AMPTemplates/raw/main/exclusions/.backupExclusionsEmpyrion1",
|
||||||
"UpdateSourceArgs":".backupExclude",
|
"UpdateSourceArgs":".backupExclude",
|
||||||
"UpdateSourceTarget":"{{$FullBaseDir}}",
|
"UpdateSourceTarget":"{{$FullBaseDir}}",
|
||||||
|
"UpdateSourceConditionSetting": "backupExclude",
|
||||||
|
"UpdateSourceConditionValue": "true",
|
||||||
"OverwriteExistingFiles":false
|
"OverwriteExistingFiles":false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user