-
Well, see it as part of a bigger idea: I'm using BTRFS as storage backend for containers. BTRFS in this way is only of benefit for the images and the dynamic data in the container, built of that image. But I want more: I want to make snapshots, or clones of all the volumes, so that I can make the following process work:
To this end I'm planning to try out the 'buttervolume' Docker volume plugin. See here The big benefit of this is the absolute minimal downtime for a backup, even when there are big volumes of data being ingested, which obviously require more backup time. A secondary benefit can be that the snapshots can be used for instant recovery, in stead of the borgbackups. I think this would increase restore times. Though I'd still recommend that the borgbackups remain, so one can also recover from a disk, or filesystem failure, using the borgbackups. What do you all think of it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
Hi, this is already possible via https://github.com/nextcloud/all-in-one/tree/main/manual-install. See https://github.com/nextcloud/all-in-one/blob/main/manual-install/latest.yml