• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Superbasic Windows Backup Tool

lillecarl

Respected Member
Hello guys! Just wanted to share a simple backup tool that i put together.

Prerequirements:
MSysGit (Comes with gitextentions)
OR

I put this in my Google Drive(Kinda like dropbox thing) folder in a folder named "Backups" so that my backups that i make gets auto uploaded to another safe location.

Here it is:
When you run it there will just be a black box, doing 2 things, first it pulls the database, then it gzip it with the best gzip compression to make it small and handy (my world database goes from 13 MB to 1.5 MB)

Hope someone might find some use for this, even tho it's not automatic or anything. But it could be run by the scheduler, idk. Do whatever you want and good luck!
 

lillecarl

Respected Member
Just to note: This will work on Linux and Mac as long as mysql-client (mysqldump) and gzip is installed and in PATH. But i pre packed it for windows to make anyone able to use it.
 
Top