add a note about backups
This commit is contained in:
parent
c7b4c28294
commit
f395ea5f63
|
@ -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
|
- 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
|
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.
|
||||||
|
|
Loading…
Reference in a new issue