1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

vfs: add remote control for directory cache flushing

This commit is contained in:
Nick Craig-Wood
2018-03-16 20:45:34 +00:00
parent 5bf639048f
commit 2db0c4dd95
4 changed files with 130 additions and 0 deletions

View File

@@ -18,6 +18,15 @@ like this:
kill -SIGHUP $(pidof rclone)
If you configure rclone with a [remote control](/rc) then you can use
rclone rc to flush the whole directory cache:
rclone rc vfs/forget
Or individual files or directories:
rclone rc vfs/forget file=path/to/file dir=path/to/dir
### File Caching
**NB** File caching is **EXPERIMENTAL** - use with care!