From e19d90fcfc8f90fda724bc1940193f92dd39e0e1 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 20 Nov 2021 18:50:55 +0100 Subject: [PATCH] add missing examples --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b2f5db8b..04b63923 100644 --- a/README.md +++ b/README.md @@ -677,6 +677,12 @@ things to note, * the files will be indexed after compression, so dupe-detection and file-search will not work as expected some examples, +* `-v inc:inc:w:c,pk=xz,0` + folder named inc, shared at inc, write-only for everyone, forces xz compression at level 0 +* `-v inc:inc:w:c,pk` + same write-only inc, but forces gz compression (default) instead of xz +* `-v inc:inc:w:c,gz` + allows (but does not force) gz compression if client uploads to `/inc?pk` or `/inc?gz` or `/inc?gz=4` ## database location