Menu
 

Starrupture Save Management

Starrupture Save Management Guide

Protect your Starrupture server with regular backups.

💾 Save Locations

  • Windows: C:\Starrupture\Saved\
  • Linux: ~/Starrupture/Saved/

Manual Backup

  1. Stop server
  2. Navigate to save directory
  3. Copy all save files to backup location
  4. Label with date
  5. Restart server

Automated Backup Script (Linux)

#!/bin/bash
DATE=$(date +%Y-%m-%d)
SOURCE="~/Starrupture/Saved"
DEST="~/backups/starrupture_$DATE"
cp -r "$SOURCE" "$DEST"

Frequently Asked Questions

How often should I backup?

At least daily for active servers.

Auto-Backups: Supercraft includes automated backups.

Tired of fighting this issue every patch?

Run a managed Star Rupture server with us — we handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See Star Rupture hosting plans →
Top