mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Delete command which does obey the filters - fixes #327
This commit is contained in:
@@ -10,7 +10,7 @@ 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`, `sha1sum`, `size` and `check` operations.
|
||||
`md5sum`, `sha1sum`, `size`, `delete` and `check` operations.
|
||||
Note that `purge` does not obey the filters.
|
||||
|
||||
Each path as it passes through rclone is matched against the include
|
||||
|
||||
Reference in New Issue
Block a user