CHLink - găzduire web, VPS și jocuri

How to back up your private Metin2 server

Take a complete backup of your Metin2 server — game files and database — in a few steps.

← All guidesMetin24 min read

A regular backup protects you from accidental data loss — a failed update, a buggy quest, or a misconfiguration. The process involves archiving the game folder and the MySQL database, directly over SSH.

Identifying the game server location

  • /usr/home/game — standard installs
  • /mt2 — Zeryon2 or Eridanus (Global) serverfiles
  • /usr/game_pvp — MISTIC3 serverfiles

Archiving files and the database over SSH (Putty)

  1. Connect to the server via Putty.
  2. For standard installs: cd /usr/home then tar -zcf backupgame.tar.gz game
  3. For Zeryon2/Eridanus: cd / then tar -zcf backupgame.tar.gz mt2
  4. For MISTIC3: cd /usr/ then tar -zcf backupgame.tar.gz game_pvp
  5. Regardless of serverfiles, also archive the database: cd /var/db then tar -zcf backupmysql.tar.gz mysql
  6. Connect via WinSCP and download both archives (backupgame.tar.gz and backupmysql.tar.gz) to your computer or to external storage.
We recommend a backup before any major update (new quests, configuration changes) and keeping a copy off the server, just in case.

Ran into an issue or need extra help?

Contact the support team

Frequently asked questions