~aleteoryx/muditaos

ref: fc076fa4ccf5d1090ed649d35dabdff20e50aa79 muditaos/scripts/lua/share/consts.lua -rw-r--r-- 235 bytes
fc076fa4 — Lefucjusz [MOS-855] Fix restore from legacy backup 2 years ago
                                                                                
1
2
3
4
5
6
7
local consts = {}

consts.version_file = "version.json"
consts.legacy_version_file = "backup.json" -- Pre-UDM backup package had version.json file named as backup.json
consts.indexer_cache_file = ".directory_is_indexed"

return consts