We have an regular backup system which backs up every table from the DB into a separate files.
Like a table named
fo
will be dumped and compressed into a
foo.sql.bz2
I googled this kind of compresion and all i could think of to get it but i am out of ideas.
Anyone knows which tool is making backups like this and how can i restore the whole DB from milions of thouse files?
ps. We have over 700 tables, so resoring one by one is... kinda inpractical.