dbs: - path: /var/lib/lichen/lichen.db replicas: - type: file path: /var/lib/lichen/backups sync-interval: 10s retention: 2160h snapshot-interval: 24h - type: s3 bucket: lichen-backups path: db endpoint: https://${LITESTREAM_R2_ACCOUNT_ID}.r2.cloudflarestorage.com access-key-id: ${LITESTREAM_R2_ACCESS_KEY_ID} secret-access-key: ${LITESTREAM_R2_SECRET_ACCESS_KEY} sync-interval: 60s retention: 720h snapshot-interval: 24h # Contributor registry: a complementary seed list for rebuilding from PDSes. - path: /var/lib/lichen/registry.db replicas: - type: file path: /var/lib/lichen/backups-registry sync-interval: 10s retention: 2160h snapshot-interval: 24h - type: s3 bucket: lichen-backups path: registry endpoint: https://${LITESTREAM_R2_ACCOUNT_ID}.r2.cloudflarestorage.com access-key-id: ${LITESTREAM_R2_ACCESS_KEY_ID} secret-access-key: ${LITESTREAM_R2_SECRET_ACCESS_KEY} sync-interval: 60s retention: 720h snapshot-interval: 24h