diff --git a/docs/content/overview.md b/docs/content/overview.md index f4d7bc2a7..6da854590 100644 --- a/docs/content/overview.md +++ b/docs/content/overview.md @@ -148,7 +148,7 @@ operations more efficient. | QingStor | No | Yes | No | No | No | Yes | No | No [#2178](https://github.com/ncw/rclone/issues/2178) | No | | SFTP | No | No | Yes | Yes | No | No | Yes | No [#2178](https://github.com/ncw/rclone/issues/2178) | No | | WebDAV | Yes | Yes | Yes | Yes | No | No | Yes ‡ | No [#2178](https://github.com/ncw/rclone/issues/2178) | No | -| Yandex Disk | Yes | No | No | No | Yes | Yes | Yes | No [#2178](https://github.com/ncw/rclone/issues/2178) | No | +| Yandex Disk | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | | The local filesystem | Yes | No | Yes | Yes | No | No | Yes | No | Yes | ### Purge ### diff --git a/docs/content/yandex.md b/docs/content/yandex.md index 9103624eb..6f179b614 100644 --- a/docs/content/yandex.md +++ b/docs/content/yandex.md @@ -107,12 +107,6 @@ excess files in the path. rclone sync /home/local/directory remote:directory -### --fast-list ### - -This remote supports `--fast-list` which allows you to use fewer -transactions in exchange for more memory. See the [rclone -docs](/docs/#fast-list) for more details. - ### Modified time ### Modified times are supported and are stored accurate to 1 ns in custom @@ -128,6 +122,11 @@ If you wish to empty your trash you can use the `rclone cleanup remote:` command which will permanently delete all your trashed files. This command does not take any path arguments. +### Quota information ### + +To view your current quota you can use the `rclone about remote:` +command which will display your usage limit (quota) and the current usage. + ### Standard Options