From 9ce8c7c1969802237d3b3b82c7025a91bb71a33d Mon Sep 17 00:00:00 2001 From: Christian Foellmann Date: Sun, 30 Aug 2026 12:50:38 +0200 Subject: [PATCH] Add support for multiple S3 targets per backup job Backup jobs could only ever be uploaded to a single S3 endpoint. Mirroring a backup to a second provider meant either a second backup job dumping the same database twice, or a hand written post script that reimplements the upload, the checksum handling and the retention. S3_TARGETS takes a comma separated list of target names and uploads the very same dump and checksum file to each of them, so all endpoints hold identical content. Every S3 option exists per target as S3__