coreos-home-server/host/base
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
..
service Deprecate generic container volume backup/restore 2024-04-01 13:41:32 +01:00
systemd Deprecate generic container volume backup/restore 2024-04-01 13:41:32 +01:00
logging.bu Flatten directory structures 2022-01-15 11:43:33 +00:00
spec.bu coturn: Enable and startup on health-checks 2023-10-29 15:56:02 +00:00