Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

minecraft-server-backup

  • Clone with SSH
  • Clone with HTTPS
  • Minecraft Java Server Backup to Cloud

    This is a simple script to automate the backup of a Minecraft Java Server to a cloud storage provider. It is designed to be run as a cron job.

    Requirements

    • A cloud storage provider that supports the rclone command line tool.
    • A Minecraft Java Server running on a Linux server.
    • rclone installed on the Linux server.
    • RCON enabled on the Minecraft server.
    • XXD

    Installation

    1. Clone this repository to your Linux server.
    2. copy the .env-example file to .env and edit the variables.
    3. Run the script manually to test it.
    4. Add the script to your crontab.