Loading...

Installation Guide

Follow these simple steps to install BackupCraft and protect your Minecraft worlds automatically.

How to Install BackupCraft (Linux)

  1. Download the latest version from this link (It's not recommended to use any version above 1.6.3).
  2. Open your terminal, and extract the downloaded archive (verify the version):
    tar -xvzf ~/Downloads/BackupCraft-v1.6.3.tar.gz
  3. Navigate to the folder:
    cd BackupCraft
  4. Allow the permissions:
    chmod +x install.sh
  5. Run the installation script:
    ./install.sh
    or
    sh install.sh
  6. The installer will:
    • Install required dependencies (7zip, jq, etc.)
    • Move core files to your home directory
    • Prepare everything for immediate use
  7. Once installed, run the app in your home folder (~) with:
    ./bchub.sh
    or
    sh bchub.sh

Video Tutorial

Coming soon...