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