- SERVER BACKUP TOOLS -
(Multithreading version) Ubuntu / Debian version
- BACKUPPER tool: Creates a custom backup to a ZIP file collecting the Database directory and its database tables from the server.
- INJECTOR tool: Imports the content from a backup previously created with Backupper.
Warning! It's only compatible with files created using Backupper. Misusing a different format can cause errors in the database or prevent the injection from being executed.
Note: These 2 files must be inside your MMOCoreORB/ directory to work properly.
HOW TO USE:
- Execute them in root mode.
- Give permissions to the files:
chmod 755 backupper.sh
chmod 755 injector.sh
"./backupper.sh" to initialize the backup menu.
"./injector.sh" to initialize the import session menu.
"./injector.sh server" will only initiate the system for changing the server's Name and its IP.
You're free to modify or customize them.
-2025-