add a note about backups

This commit is contained in:
D. Scott Boggs 2023-09-02 10:52:38 -04:00
parent c7b4c28294
commit f395ea5f63

View file

@ -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.