Make ls/lsl/md5sum/size/check obey includes and excludes - fixes #169

* run check directory listings concurrently
This commit is contained in:
Nick Craig-Wood
2015-11-24 16:54:12 +00:00
parent beb8098b0a
commit 36f1bc4a8a
2 changed files with 40 additions and 14 deletions

View File

@ -9,6 +9,10 @@ date: "2015-09-27"
Rclone has a sophisticated set of include and exclude rules. Some of
these are based on patterns and some on other things like file size.
The filters are applied for the `copy`, `sync`, `move`, `ls`, `lsl`,
`md5sum`, `size` and `check` operations. Note that `purge` does not
obey the filters.
Each path as it passes through rclone is matched against the include
and exclude rules. The paths are matched without a leading `/`.