diff --git a/docs/content/cache.md b/docs/content/cache.md index feb12a343..02d5a9291 100644 --- a/docs/content/cache.md +++ b/docs/content/cache.md @@ -259,6 +259,14 @@ Params: Here are the command line options specific to this cloud storage system. +#### --cache-db-path=PATH #### + +Path to where the file structure metadata (DB) is stored locally. The remote +name is used as the DB file name. + +**Default**: /cache-backend/ +**Example**: /.cache/cache-backend/test-cache + #### --cache-chunk-path=PATH #### Path to where partial file data (chunks) is stored locally. The remote @@ -271,14 +279,6 @@ then `--cache-chunk-path` will use the same path as `--cache-db-path`. **Default**: /cache-backend/ **Example**: /.cache/cache-backend/test-cache -#### --cache-db-path=PATH #### - -Path to where the file structure metadata (DB) is stored locally. The remote -name is used as the DB file name. - -**Default**: /cache-backend/ -**Example**: /.cache/cache-backend/test-cache - #### --cache-db-purge #### Flag to clear all the cached data for this remote before.