Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.54 KB

File metadata and controls

48 lines (37 loc) · 1.54 KB

HLL_CRCON_backup

Standalone script to backup a Hell Let Loose (HLL) CRCON install.

That will generate a compressed file containing the whole hll_rcon_tool/ folder.
You then can choose to upload the file to another machine and/or keep it in hll_rcon_tool/ parent folder.

What it does :

  • stop CRCON
  • create a compressed backup
  • restart CRCON
  • (optional) upload the compressed backup file to anoter machine
  • (optional) delete the local compressed backup file

Install

Important

  • The shell commands given below assume your CRCON is installed in /root/hll_rcon_tool
    You may have installed your CRCON in a different folder.
    If so, you'll have to adapt the commands below accordingly.

  • Always copy/paste/execute commands ⚠️ one line at a time ⚠️

1/2 - Log into your CRCON host machine using SSH

2/2 - Download file

  • Log into your CRCON host machine using SSH and enter these commands (one line at at time) :
cd /root/hll_rcon_tool
wget https://raw.githubusercontent.com/ElGuillermo/HLL_CRCON_backup/refs/heads/main/backup.sh
chmod +x backup.sh

Config

  • Edit /root/hll_rcon_tool/backup.sh and set the parameters to fit your needs.

Use

  • Get into CRCON's folder and launch the script using these commands :
./backup.sh