Updated Cloud Drive Quick Setup (markdown)

Chris Lu 2021-08-31 11:23:35 -07:00
parent efd12875f0
commit a7bc60c99b

@ -69,7 +69,9 @@ The read may feel a bit slow since it needs to download first.
# Setup write back
If you want local changes go back to the remote storage. For this example, just start one process as this:
This is needed only if you want local changes go back to the remote storage.
For this example, just start one process as this:
```
$ weed filer.remote.sync -dir=/buckets/bucket1
```
@ -92,7 +94,7 @@ These cache or uncache jobs can vary wildly. Here are some examples:
> remote.cache -dir=/buckets/bucket1/a/b/c
# cache all parquet files
> remote.cache -dir=/buckets/bucket1 -include=*.parquet
# cache file size between 1024 and 10240 bytes inclusively
# cache file size between 1024 and 10240 byte
> remote.cache -dir=/buckets/bucket1 -minSize=1024 -maxSize=10240
# uncache file size older than 3600 seconds