Remove DB backup.

Haters gonna hate.
This commit is contained in:
Diego Martinez
2014-05-20 00:09:23 -03:00
parent 7409fd1be8
commit 2b51822b3e
2 changed files with 0 additions and 47 deletions

View File

@ -4,7 +4,6 @@ xban = { }
local MP = minetest.get_modpath(minetest.get_current_modname())
dofile(MP.."/serialize.lua")
dofile(MP.."/shutil.lua")
local db = { }
local tempbans = { }
@ -261,10 +260,6 @@ local function load_db()
end
end
-- Backup database
shutil.copy_file(DB_FILENAME,
DB_FILENAME.."."..os.date("%Y%m%d%H%M%S"))
minetest.register_on_shutdown(save_db)
minetest.after(SAVE_INTERVAL, save_db)
load_db()