mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
docs: restore lost VFS poll interval docs
These came from 3d475dc0ee
which unfortunately got added the
docs to the auto generated files.
This commit is contained in:
parent
7a54e13110
commit
102a38bb95
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2020-02-10T14:50:44Z
|
date: 2020-02-10T14:59:49Z
|
||||||
title: "rclone mount"
|
title: "rclone mount"
|
||||||
slug: rclone_mount
|
slug: rclone_mount
|
||||||
url: /commands/rclone_mount/
|
url: /commands/rclone_mount/
|
||||||
|
@ -188,7 +188,9 @@ Using the `--dir-cache-time` flag, you can set how long a
|
||||||
directory should be considered up to date and not refreshed from the
|
directory should be considered up to date and not refreshed from the
|
||||||
backend. Changes made locally in the mount may appear immediately or
|
backend. Changes made locally in the mount may appear immediately or
|
||||||
invalidate the cache. However, changes done on the remote will only
|
invalidate the cache. However, changes done on the remote will only
|
||||||
be picked up once the cache expires.
|
be picked up once the cache expires if the backend configured does not
|
||||||
|
support polling for changes. If the backend supports polling, changes
|
||||||
|
will be picked up on within the polling interval.
|
||||||
|
|
||||||
Alternatively, you can send a `SIGHUP` signal to rclone for
|
Alternatively, you can send a `SIGHUP` signal to rclone for
|
||||||
it to flush all directory caches, regardless of how old they are.
|
it to flush all directory caches, regardless of how old they are.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2020-02-10T14:50:44Z
|
date: 2020-02-10T14:59:49Z
|
||||||
title: "rclone serve dlna"
|
title: "rclone serve dlna"
|
||||||
slug: rclone_serve_dlna
|
slug: rclone_serve_dlna
|
||||||
url: /commands/rclone_serve_dlna/
|
url: /commands/rclone_serve_dlna/
|
||||||
|
@ -39,7 +39,9 @@ Using the `--dir-cache-time` flag, you can set how long a
|
||||||
directory should be considered up to date and not refreshed from the
|
directory should be considered up to date and not refreshed from the
|
||||||
backend. Changes made locally in the mount may appear immediately or
|
backend. Changes made locally in the mount may appear immediately or
|
||||||
invalidate the cache. However, changes done on the remote will only
|
invalidate the cache. However, changes done on the remote will only
|
||||||
be picked up once the cache expires.
|
be picked up once the cache expires if the backend configured does not
|
||||||
|
support polling for changes. If the backend supports polling, changes
|
||||||
|
will be picked up on within the polling interval.
|
||||||
|
|
||||||
Alternatively, you can send a `SIGHUP` signal to rclone for
|
Alternatively, you can send a `SIGHUP` signal to rclone for
|
||||||
it to flush all directory caches, regardless of how old they are.
|
it to flush all directory caches, regardless of how old they are.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2020-02-10T14:50:44Z
|
date: 2020-02-10T14:59:49Z
|
||||||
title: "rclone serve ftp"
|
title: "rclone serve ftp"
|
||||||
slug: rclone_serve_ftp
|
slug: rclone_serve_ftp
|
||||||
url: /commands/rclone_serve_ftp/
|
url: /commands/rclone_serve_ftp/
|
||||||
|
@ -38,7 +38,9 @@ Using the `--dir-cache-time` flag, you can set how long a
|
||||||
directory should be considered up to date and not refreshed from the
|
directory should be considered up to date and not refreshed from the
|
||||||
backend. Changes made locally in the mount may appear immediately or
|
backend. Changes made locally in the mount may appear immediately or
|
||||||
invalidate the cache. However, changes done on the remote will only
|
invalidate the cache. However, changes done on the remote will only
|
||||||
be picked up once the cache expires.
|
be picked up once the cache expires if the backend configured does not
|
||||||
|
support polling for changes. If the backend supports polling, changes
|
||||||
|
will be picked up on within the polling interval.
|
||||||
|
|
||||||
Alternatively, you can send a `SIGHUP` signal to rclone for
|
Alternatively, you can send a `SIGHUP` signal to rclone for
|
||||||
it to flush all directory caches, regardless of how old they are.
|
it to flush all directory caches, regardless of how old they are.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2020-02-10T14:50:44Z
|
date: 2020-02-10T14:59:49Z
|
||||||
title: "rclone serve http"
|
title: "rclone serve http"
|
||||||
slug: rclone_serve_http
|
slug: rclone_serve_http
|
||||||
url: /commands/rclone_serve_http/
|
url: /commands/rclone_serve_http/
|
||||||
|
@ -87,7 +87,9 @@ Using the `--dir-cache-time` flag, you can set how long a
|
||||||
directory should be considered up to date and not refreshed from the
|
directory should be considered up to date and not refreshed from the
|
||||||
backend. Changes made locally in the mount may appear immediately or
|
backend. Changes made locally in the mount may appear immediately or
|
||||||
invalidate the cache. However, changes done on the remote will only
|
invalidate the cache. However, changes done on the remote will only
|
||||||
be picked up once the cache expires.
|
be picked up once the cache expires if the backend configured does not
|
||||||
|
support polling for changes. If the backend supports polling, changes
|
||||||
|
will be picked up on within the polling interval.
|
||||||
|
|
||||||
Alternatively, you can send a `SIGHUP` signal to rclone for
|
Alternatively, you can send a `SIGHUP` signal to rclone for
|
||||||
it to flush all directory caches, regardless of how old they are.
|
it to flush all directory caches, regardless of how old they are.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2020-02-10T14:50:44Z
|
date: 2020-02-10T14:59:49Z
|
||||||
title: "rclone serve sftp"
|
title: "rclone serve sftp"
|
||||||
slug: rclone_serve_sftp
|
slug: rclone_serve_sftp
|
||||||
url: /commands/rclone_serve_sftp/
|
url: /commands/rclone_serve_sftp/
|
||||||
|
@ -49,7 +49,9 @@ Using the `--dir-cache-time` flag, you can set how long a
|
||||||
directory should be considered up to date and not refreshed from the
|
directory should be considered up to date and not refreshed from the
|
||||||
backend. Changes made locally in the mount may appear immediately or
|
backend. Changes made locally in the mount may appear immediately or
|
||||||
invalidate the cache. However, changes done on the remote will only
|
invalidate the cache. However, changes done on the remote will only
|
||||||
be picked up once the cache expires.
|
be picked up once the cache expires if the backend configured does not
|
||||||
|
support polling for changes. If the backend supports polling, changes
|
||||||
|
will be picked up on within the polling interval.
|
||||||
|
|
||||||
Alternatively, you can send a `SIGHUP` signal to rclone for
|
Alternatively, you can send a `SIGHUP` signal to rclone for
|
||||||
it to flush all directory caches, regardless of how old they are.
|
it to flush all directory caches, regardless of how old they are.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
date: 2020-02-10T14:50:44Z
|
date: 2020-02-10T14:59:49Z
|
||||||
title: "rclone serve webdav"
|
title: "rclone serve webdav"
|
||||||
slug: rclone_serve_webdav
|
slug: rclone_serve_webdav
|
||||||
url: /commands/rclone_serve_webdav/
|
url: /commands/rclone_serve_webdav/
|
||||||
|
@ -95,7 +95,9 @@ Using the `--dir-cache-time` flag, you can set how long a
|
||||||
directory should be considered up to date and not refreshed from the
|
directory should be considered up to date and not refreshed from the
|
||||||
backend. Changes made locally in the mount may appear immediately or
|
backend. Changes made locally in the mount may appear immediately or
|
||||||
invalidate the cache. However, changes done on the remote will only
|
invalidate the cache. However, changes done on the remote will only
|
||||||
be picked up once the cache expires.
|
be picked up once the cache expires if the backend configured does not
|
||||||
|
support polling for changes. If the backend supports polling, changes
|
||||||
|
will be picked up on within the polling interval.
|
||||||
|
|
||||||
Alternatively, you can send a `SIGHUP` signal to rclone for
|
Alternatively, you can send a `SIGHUP` signal to rclone for
|
||||||
it to flush all directory caches, regardless of how old they are.
|
it to flush all directory caches, regardless of how old they are.
|
||||||
|
|
|
@ -9,7 +9,9 @@ Using the ` + "`--dir-cache-time`" + ` flag, you can set how long a
|
||||||
directory should be considered up to date and not refreshed from the
|
directory should be considered up to date and not refreshed from the
|
||||||
backend. Changes made locally in the mount may appear immediately or
|
backend. Changes made locally in the mount may appear immediately or
|
||||||
invalidate the cache. However, changes done on the remote will only
|
invalidate the cache. However, changes done on the remote will only
|
||||||
be picked up once the cache expires.
|
be picked up once the cache expires if the backend configured does not
|
||||||
|
support polling for changes. If the backend supports polling, changes
|
||||||
|
will be picked up on within the polling interval.
|
||||||
|
|
||||||
Alternatively, you can send a ` + "`SIGHUP`" + ` signal to rclone for
|
Alternatively, you can send a ` + "`SIGHUP`" + ` signal to rclone for
|
||||||
it to flush all directory caches, regardless of how old they are.
|
it to flush all directory caches, regardless of how old they are.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user