From a7bc60c99b1db7ed1818fb740f43a48a8661bb15 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 31 Aug 2021 11:23:35 -0700 Subject: [PATCH] Updated Cloud Drive Quick Setup (markdown) --- Cloud-Drive-Quick-Setup.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cloud-Drive-Quick-Setup.md b/Cloud-Drive-Quick-Setup.md index dd152cb..8e89cb0 100644 --- a/Cloud-Drive-Quick-Setup.md +++ b/Cloud-Drive-Quick-Setup.md @@ -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