Hi Everyone

I need some help

I'm currently selfhosting some of my applications on Digital Ocean and i run a container using Portainer CE. I was wondering how you guys keep backups for the applications running on docker.

I'm currently using Digital ocean's snapshots feature but is there a better way i could use, any help on this is highly appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] [B] 1 point 2 years ago

For databases and data I use restic-compose-backup because you can use labels in your docker compose files.

For config files I use a git repository.

  • source