Update manage backup configurations. (#5780)

This commit is contained in:
Nicolo Maio 2023-04-24 15:27:23 +00:00
parent ed2bf419bd
commit cc27befcfa
7 changed files with 251 additions and 18 deletions

View file

@ -115,17 +115,4 @@ end
-- ##############################################
if (action ~= nil) then
if (action == "save") then
backup_config.save_backup()
rest_utils.answer(rest_utils.consts.success.ok)
elseif (action == "export") then
backup_config.export_backup()
elseif (action == "list") then
backup_config.list_backup()
end
end
-- ##############################################
return backup_config