WIP: Backup volumes from /var/lib/docker/volumes instead of copying individual paths #16

Closed
yksflip wants to merge 4 commits from backup_volumes into main

4 Commits

Author SHA1 Message Date
e360c3d8f8 remove unused traefik labels
All checks were successful
continuous-integration/drone/pr Build is passing
2023-06-13 14:34:53 +02:00
50b317c12d fix shellcheck prevent globbing
All checks were successful
continuous-integration/drone/pr Build is passing
2023-06-13 11:57:42 +02:00
9cb3a469f3 mount volume ro
Some checks failed
continuous-integration/drone/pr Build is failing
2023-06-13 11:48:25 +02:00
24d2c0e85b Backup volumes from host instead of copying paths
Some checks failed
continuous-integration/drone/pr Build is failing
* Backupbot will now copy all volumes from a service with
  backupbot.enabled = 'true' label from the /var/lib/docker/volumes/
  path directly. This reduces the resource overhead of copying
  stuff from one volume to another.
  Recipes need to be adjustet that db-dumps are saved into a volume
  now!
* Remove the Dockerfile and move stuff into a entrypoint. This
  simplifies the whole versioning thing and makes this "just"
  a recipe

Co-authored-by: Moritz < moritz.m@local-it.org>
2023-06-05 11:15:54 +02:00