coreos-home-server/host/base/service
Alex Palaistras fe30677a46 Deprecate generic container volume backup/restore
Previously, all container volumes initialized via the `container-volume`
service would have local rotating backups performed by pushing `tar`
archives to the `/var/lib/backups/coreos-home-server` directory.

This proved to be a simple and effective mechanism for storing historic
volume state locally; however, the use-case for historic backup is
usually data loss, either partial (e.g. by deleting files inadvertently)
or complete (e.g. by loss of disk), which is likely better mitigated by
more concrete mechanisms of retention.

In addition, this need to store historic volume state locally, in its
totality, proved to be a barrier for performing partial backups, which
is an issue especially for larger volumes.

This commit deprecates this simple, generic volume backup/restore
mechanism, and instead has us rely directly on Rclone reading from the
volume in question.
2024-04-01 13:41:32 +01:00
..
containers.conf Flatten directory structures 2022-01-15 11:43:33 +00:00
coreos-home-server-update Remove concrete unit files for generated ones 2023-08-12 13:21:31 +01:00