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

mount: Make include and exclude filters apply to mount - fixes #1060

This commit is contained in:
Nick Craig-Wood
2017-02-15 23:26:40 +00:00
parent b52c80e85c
commit dac4bb22d3
3 changed files with 33 additions and 22 deletions

View File

@@ -114,6 +114,11 @@ can't use retries in the same way without making local copies of the
uploads. This might happen in the future, but for the moment rclone
mount won't do that, so will be less reliable than the rclone command.
### Filters ###
Note that all the rclone filters can be used to select a subset of the
files to be visible in the mount.
### Bugs ###
* All the remotes should work for read, but some may not for write