rclone/fs/filter
Ivan Andreev a2545066e2 drive: constrain list by filter #5023
Google Drive API allows for clauses like "modifiedTime > '2012-06-04T12:00:00'"
in the query param, so the filter flags --max-age and --min-age can be applied
directly at the directory listing phase rather than in a filter.
This is extremely helpful when we want to do an incremental backup of a remote
drive with many files but the number of recently changed file is small.

Co-authored-by: fotile96 <fotile96@users.noreply.github.com>
2021-10-07 22:11:22 +03:00
..
filterflags Use binary prefixes for size and rate units 2021-04-27 02:25:52 +03:00
filter_test.go filter: Make --exclude "dir/" equivalent to --exclude "dir/**" 2021-02-07 17:29:16 +00:00
filter.go drive: constrain list by filter #5023 2021-10-07 22:11:22 +03:00
glob_test.go Revert "filter: Add BoundedRecursion method" 2019-08-08 14:15:50 +01:00
glob.go Revert "filter: Add BoundedRecursion method" 2019-08-08 14:15:50 +01:00