Replies: 2 comments
-
Either automatically inserting a timestamp or allowing templating in the uploaded file name would probably be a good idea. Plus, there was some functionality I was thinking about for a companion app that would benefit from having timestamped saves going back the history of the game. |
Beta Was this translation helpful? Give feedback.
-
I have written a simple cronjob to upload the contents of /factorio/saves to an webDAV server: https://github.com/digifuchsi/factorio-server-charts/tree/feat/backup The cronjob does not keep a history of saves right now. I will implement this when I have some more time to spend on it. Right now it just suits my basic needs of not loosing my game when something bad happens with my K8s. |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have a built in cron job that can backup the data to another location.
This would allow them to roll back if needed, for example if they did not create a proper backup strategy for the pvc or their retention policy on their storageclass is set to delete
Beta Was this translation helpful? Give feedback.
All reactions