From d0eb920e06a4e1852597456aa4f45178860e497e Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Wed, 18 Dec 2024 20:00:31 +0100 Subject: [PATCH] add note, bugfix --- Collection-Storage.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Collection-Storage.md b/Collection-Storage.md index c7b650f..297b278 100644 --- a/Collection-Storage.md +++ b/Collection-Storage.md @@ -93,7 +93,7 @@ jq . .Radicale.props 1:1 reflecting items in a pre-compiled format -Since 3.2.2 the item cache can be located outside by option `[storage] use_cache_subfolder_for_item = True` +Since 3.3.2 the item cache can be located outside by option `[storage] use_cache_subfolder_for_item = True` ``` [d] /var @@ -122,4 +122,10 @@ historic pre-compiled items #### Directory: .Radicale.cache/sync-token -file containing synchronization tokens related to each client serve only changes on request \ No newline at end of file +file containing synchronization tokens related to each client serve only changes on request + +## Example for a simple storage layout + +Since 3.3.2 there are even more options to store the whole cache outside the `filesystem_folder` + +This can be used storing item cache local on the system, e.g. `/var/cache/radicale/collections/collection-cache` while the items, sync-token and history are stored in shared filesystem like NFS or GlusterFS. \ No newline at end of file