Semi-Automatic Backup Tools for a SWGEmu Server

Semi-Automatic Backup Tools for a SWGEmu Server 1.1

No permission to download

- SERVER BACKUP TOOLS -


  • BACKUPPER tool: Creates a custom backup by collecting the Database directory from the server and exports its database tables.

  • 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.

    -2024-

Latest updates

  1. BACKUPPER updated to 1.1 (Overwrite fix) + INJECTOR updated 1.1 (with Parameter)

    BACKUPPER update: - It fixes a lock issue caused by not being able to overwrite an already...
Top Bottom