cache: clarify docs
This commit is contained in:
parent
deda093637
commit
5eba392a04
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
---
|
-----
|
||||||
title: "Cache"
|
title: "Cache"
|
||||||
description: "Rclone docs for cache remote"
|
description: "Rclone docs for cache remote"
|
||||||
date: "2017-09-03"
|
date: "2017-09-03"
|
||||||
|
@ -133,7 +133,8 @@ to the cloud provider without interrupting the reading (small blip can happen th
|
||||||
|
|
||||||
Files are uploaded in sequence and only one file is uploaded at a time.
|
Files are uploaded in sequence and only one file is uploaded at a time.
|
||||||
Uploads will be stored in a queue and be processed based on the order they were added.
|
Uploads will be stored in a queue and be processed based on the order they were added.
|
||||||
The queue and the temporary storage is persistent across restarts and even purges of the cache.
|
The queue and the temporary storage is persistent across restarts but
|
||||||
|
can be cleared on startup with the `--cache-db-purge` flag.
|
||||||
|
|
||||||
### Write Support ###
|
### Write Support ###
|
||||||
|
|
||||||
|
@ -281,7 +282,7 @@ then `--cache-chunk-path` will use the same path as `--cache-db-path`.
|
||||||
|
|
||||||
#### --cache-db-purge ####
|
#### --cache-db-purge ####
|
||||||
|
|
||||||
Flag to clear all the cached data for this remote before.
|
Flag to clear all the cached data for this remote on start.
|
||||||
|
|
||||||
**Default**: not set
|
**Default**: not set
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue