OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
541 stars 130 forks source link

No saves #300

Closed vinnyNC closed 2 years ago

vinnyNC commented 2 years ago

Where do the saves sit? I could not load any saves so I loaded a backup of the docker container and it also had no saves. Are there no physical files saved? Attached is a log, any help would be appreciated.

factorio-server-console.log

knoxfighter commented 2 years ago

It is saved inside the container in /opt/factorio/saves. The docker-compose files we have in this repo are exporting it via volume: - "./factorio-data/saves:/opt/factorio/saves". If you use these docker-files, saves are located in ./factorio-data/saves