Commit Graph

20 Commits

Author SHA1 Message Date
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
3wc 451c511554 Hopefully fix REMOVE_BACKUP_VOLUME_AFTER_UPLOAD
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build encountered an error Details
2023-09-28 10:18:18 +01:00
knoflook 87d584e4e8 REALLY disable shellcheck
continuous-integration/drone/push Build is passing Details
2023-09-26 16:48:29 +02:00
knoflook a171d9eea0 disable shellcheck
continuous-integration/drone/push Build is failing Details
2023-09-26 16:45:58 +02:00
3wc 83a3d82ea5 More HTTPS fixes
continuous-integration/drone/push Build is failing Details
2023-09-19 15:45:37 +01:00
3wc 6f6a82153a Add HTTPS storage support 2023-09-19 15:39:56 +01:00
Philipp Rothmann 92dfd23b26 feat: backupvolume can be pruned after upload
continuous-integration/drone/push Build is passing Details
2023-03-01 13:29:00 +01:00
Philipp Rothmann d6faffcbbd move rm up, to keep the latest backup in the volume
continuous-integration/drone/pr Build is passing Details
2021-12-13 11:37:52 +01:00
Philipp Rothmann ce42fb06fd fix docker cp paths
continuous-integration/drone/pr Build is passing Details
2021-11-24 11:17:13 +01:00
Philipp Rothmann f2472bd0d3 make backup.path comma separated list
continuous-integration/drone/pr Build is passing Details
2021-11-23 17:38:31 +01:00
Philipp Rothmann c750d6402f fix s3 restic_repo
continuous-integration/drone/push Build is passing Details
2021-11-16 11:44:10 +01:00
3wc f7db376377 Appease shellcheck
continuous-integration/drone/push Build is passing Details
2021-11-11 00:02:44 +02:00
3wc d6e90e04ba SSH_HOST_KEY_DISABLE, add drone pipline
continuous-integration/drone/push Build is failing Details
2021-11-11 00:00:39 +02:00
3wc a990dc27c7 SSH host keys, split out swarm-cronjob 2021-11-10 22:02:13 +02:00
3wc c9de239e93 Bash command line handling showdown 2021-11-09 15:25:43 +02:00
3wc 489ef570dd Fix AWS S3 settings 2021-11-09 14:30:19 +02:00
3wc 23b092776f More progress towards S3/SSH 2021-11-09 14:20:11 +02:00
3wc ed76e6164b Work-in-progress: split S3 & SSH storage 2021-11-09 12:37:56 +02:00
3wc 8317f50a8a Variables, Dockerfile, better syntax, etc. 2021-11-06 19:45:39 +02:00
3wc 13eb58716b Initial version of filthy backup script 2021-10-25 13:35:40 +02:00