mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
add missing examples
This commit is contained in:
parent
184bbdd23d
commit
e19d90fcfc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue