mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 15:38:57 +01:00
docs: tweak rc cache documentation to give an example
This commit is contained in:
parent
5ba5be9b37
commit
ce91289b09
@ -75,8 +75,8 @@ This sets the bandwidth limit to that passed in.
|
||||
|
||||
Eg
|
||||
|
||||
rclone core/bwlimit rate=1M
|
||||
rclone core/bwlimit rate=off
|
||||
rclone rc core/bwlimit rate=1M
|
||||
rclone rc core/bwlimit rate=off
|
||||
|
||||
### cache/expire: Purge a remote from cache
|
||||
|
||||
@ -86,6 +86,11 @@ Params:
|
||||
- remote = path to remote (required)
|
||||
- withData = true/false to delete cached data (chunks) as well (optional)
|
||||
|
||||
Eg
|
||||
|
||||
rclone rc cache/expire remote=path/to/sub/folder/
|
||||
rclone rc cache/expire remote=/ withData=true
|
||||
|
||||
### vfs/forget: Forget files or directories in the directory cache.
|
||||
|
||||
This forgets the paths in the directory cache causing them to be
|
||||
|
Loading…
Reference in New Issue
Block a user