Jump to content

blueshiftxd

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by blueshiftxd


  1. Hey guys,

    I was preparing to put my server on public, so I wrote this little database backup tool.

    Its based off of ShadowDuke's Script, but it is far better as it makes four backups.

    It backs up every 30 minutes, but it saves backups up to 2 hours.


    README.txt

    How to Install:

    Copy to any directory, open along-side
    with your server start batch file.

    What It Does:

    Creates the following directories if they don't exist:

    "C:\ProgramData\MySQL\MySQL Server 5.5\db_backup"
    "C:\ProgramData\MySQL\MySQL Server 5.5\db_backup\db_backup"
    "C:\ProgramData\MySQL\MySQL Server 5.5\db_backup\db_backupHourOld"
    "C:\ProgramData\MySQL\MySQL Server 5.5\db_backup\db_backup1Hour30MinsOld"
    "C:\ProgramData\MySQL\MySQL Server 5.5\db_backup\db_backup2HoursOld"

    Once, they're made, the first backup is made.
    After 2 hours all 4 folders should contain different databases.

    Tested?:

    This program was tested on Windows 7 Ultimate 64-bit ONLY.
    You can make it compatible with your system by simply downloading the
    batch file and customizing the paths.

    Credits:

    Made by BlueShiftXD.
    Based on ShadowDuke's Script.

    I am offering a .bat file and an executable .exe file for those who prefer that.

    Download the program here: https://github.com/BlueShiftXD/DayZ-Database-Backup-Tool

×