Commit Graph

16 Commits

Author SHA1 Message Date
Moritz 7865907811 fix push notification precendence race condition
continuous-integration/drone/push Build is failing Details
2024-03-08 15:42:00 +01:00
Moritz dc66c02e23 make run_cron cmd independent from push_success_notifiaction
continuous-integration/drone/push Build is failing Details
2024-02-13 11:53:27 +01:00
Moritz 79eeec428a Push Notifications #24
continuous-integration/drone/push Build is failing Details
2024-01-16 19:40:31 +01:00
Moritz 65686cd891 Fix python package install error
continuous-integration/drone/push Build is failing Details
2023-12-19 01:16:12 +01:00
Moritz 15275b2571 structured json logging with -m flag
continuous-integration/drone/push Build is failing Details
2023-11-23 20:16:15 +01:00
Moritz 4240318d20 remove package versions, to avoid conflicts 2023-10-04 19:08:47 +02:00
Moritz ebc0ea5d84 small fixes 2023-10-04 19:07:57 +02:00
Moritz 488c59f667 Revert "feat: Backup Secrets #28"
This reverts commit 2838a36d43.
2023-10-04 19:07:57 +02:00
Moritz 825565451a feat: Backup Secrets #28 2023-10-04 19:07:57 +02:00
Moritz 6fa9440c76 fix restic version, timeout and cron default timer 2023-10-04 19:07:57 +02:00
Moritz 33ce3c58aa fix entrypoint 2023-10-04 19:07:57 +02:00
Moritz 06ad03c1d5 specify program versions to prevent future breakage 2023-10-04 19:07:57 +02:00
Moritz 75a93c5456 add sftp storage 2023-10-04 19:07:57 +02:00
Moritz 5fa8f821c1 choos specific restore target 2023-10-04 19:07:57 +02:00
Moritz 447a808849 initial rewrite 2023-10-04 19:07:57 +02:00
Philipp Rothmann 6355f3572f Backup volumes from host instead of copying paths
* 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-10-04 19:07:16 +02:00