Back up Eco game state to S3 #80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-01T08:35:25Z - https://github.com/coilysiren/infrastructure/issues/80
The Eco server on kai-server holds game state on disk under the EcoServer install root. If the host dies or
Storage/gets nuked during a reset, the world is gone. Push periodic snapshots to S3.What needs backing up
Living under
/home/kai/Steam/steamapps/common/EcoServer/:Storage/- world, player inventories, economy. The actual game state.Configs/- server config, difficulty, NidToolbox/PlayerManager/ServerCleaner settings.Mods/UserCode/andMods/<Name>/- in case re-syncing from source repos lags.Logs/- optional, useful for incident forensics.Skip the EcoServer binary and Steam-managed files; those come back from a reinstall.
Shape of the work
tarof the dirs above into a timestamped archive.Storage/is consistent. Eco writes through during play.eco.md: pull archive, stop service, extract, start.Open questions