rileydakota / valheim-ecs-fargate-cdk

AWS CDK/Cloudformation to deploy a Valheim Server using ECS Fargate!
78 stars 24 forks source link

auto-backup of world? #14

Open blysik opened 3 years ago

blysik commented 3 years ago

Hi! For an enhancement, consider adding an auto-backup of the world.

I see that there's another project for a valheim fargate cdk, which does this: https://github.com/gotodeploy/cdk-valheim

Maybe you could see how it's done there, for ease of development?

DaveB93 commented 3 years ago

The world is already being backed up every 3600 seconds? https://github.com/rileydakota/valheim-ecs-fargate-cdk/blob/main/lib/valheim-server-aws-cdk-stack.ts#L74

blysik commented 3 years ago

Oh, that's great! I guess this is more a documentation gap then. Clearly stating it. And showing how it can be accessed.

UnKn0wN-Binary commented 3 years ago

Working on a better README for the gaps. Thanks for the suggestion!