|
|
|
|
|
by bazmattaz
834 days ago
|
|
I’m quite a homelab novice and I’m always tinkering so I have the same problem as you. So I spent time creating a robust backup solution. Every week I backup all the docker volumes for each container to an external NAS drive. Then I also run a script which backs up my entire docker compose file for every single container in one gigantic compose file. The benefit of this is that I can make tweaks to containers and not have to manually record every tweak I made. I know that on Sunday at midnight it all gets backed up |
|