Menu
 

Backup & Restore - Necesse Wiki

Necesse: Backups & Restoring Saves

Necesse saves are not just single files; they can be complex directories. Losing your 100-hour colony to corruption is a nightmare. Here is how to manage your data properly.

1. Linux Path

Usually: `~/.config/Necesse/saves/`.
Hidden folder: You may need to enable "Show Hidden Files" in your FTP client.

2. Windows Path

`%appdata%\Necesse\saves\`
or `C:\Users\[User]\AppData\Roaming\Necesse\saves\`

3. Compression

Always **ZIP** the folder before downloading. Transmitting thousands of tiny chunk files via FTP takes forever and risks corruption.

How to Manually Backup

  1. Stop the Server. (Crucial. Copying files while the database is writing leads to corruption).
  2. Navigate to the `saves` directory.
  3. Locate your world folder (e.g., `MyColony`).
  4. Right-Click -> **Archive** (Zip/Tar.gz).
  5. Download the archive to your local PC.

Restoring a Save

If you need to roll back to yesterday's backup:

  1. Stop the Server.
  2. Rename the current (bad) world folder to `MyColony_BROKEN`. Do not delete it yet.
  3. Upload your `.zip` backup file to the `saves` folder.
  4. Extract/Unzip the archive.
  5. Ensure the folder name matches your startup argument (`-world "MyColony"`).
  6. Start the Server.

Automated Backups

Necesse has a built-in backup system, but it stores them locally on the same drive.

  • Look for the `backups` folder inside your Necesse directory.
  • The game auto-zips saves periodically.
  • To restore from auto-backup: Unzip the file into the `saves` folder and ensure the folder name is correct.

Secure your legacy. Host your Necesse server with Supercraft and take advantage of our Off-Site Cloud Backups, keeping your data safe even if the server burns down.

Top