From f395ea5f63c7786912a65a191241e3039d13bc38 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sat, 2 Sep 2023 10:52:38 -0400 Subject: [PATCH] add a note about backups --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3a82e7f..1c40e50 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,10 @@ The application requires nothing special, just a `docker compose up`. - Rather complete example docker-compose file with Traefik+WOPI/CODE+search https://github.com/owncloud/ocis/blob/master/deployments/examples/ocis_traefik/docker-compose.yml +## Backups + +The service is running on retastokado, a 6TB ZFS mirrored pair at Scott's home. +It has limited upload speed. Sanoid is configured, via NixOS config, to keep 48 +hourly, 14 daily, 3 monthly, and 1 yearly snapshot of the config (`/etc/ocis`) +and data (`/var/lib/ocis`) volumes. Adding another zpool at another location and +configuring Syncoid would provide a sound backup strategy.