How to Create a Backup of Your Colony Survival Server ​
Regular backups of your Colony Survival server protect you from data loss — whether due to a failed update, an incompatible mod or a corrupted world database.
When should you create a backup? ​
- Before updating the server version
- Before adding, updating or removing mods
- Before uploading a different save
- Before major changes to the configuration
- At regular intervals so you always have a safe state to return to
Create a backup ​
You can find the exact process for creating, managing and restoring a backup in the general guide: Create Backup.
Caution
Stop your server before creating or restoring a backup. Colony Survival stores the world in a SQLite database that is constantly written to while the server is running — a backup taken during operation can be incomplete.
Tip
Lock important backups (e.g. before major changes) so they cannot be overwritten by automatic backups. Also download especially important backups to your PC in case your backup limit is reached.
Create a backup while the server is running ​
Colony Survival ships its own backup command that you can run in the in-game chat. It works well as a quick intermediate save, but it does not replace a full backup.
Open the chat
PressTin the game to open the chat.Create the backup
Run the following command:/backupNote
/backupsaves the world to disk first and then packs it into a ZIP archive. A separate/saveis not needed for this.Save the world in between
If you only want to persist the current state without creating an archive, this is enough:/saveDownload the backup
The server stores the ZIP archive in the savegame directory of your server:/gamedata/savegames/Download it to your PC via SFTP.
Note
You need admin rights on the server to use /save and /backup. To learn how to grant them, see Add Admin.
Note
If you only want to save the world itself, you can also download the world folder directly: Download savegame.
Info
Automatic backups as well as restarts can be requested free of charge via a support ticket. The "Scheduled Tasks" feature is currently in development and will be released this year.