rclone/fs
Nick Craig-Wood a91bcaaeb0 Implement rsync like include and exclude - fixes #27
* Implement include/exclude
  * Implement rsync compatible file globbing
  * Implement command line filtering flags
    * --delete-excluded - Delete files on dest excluded from sync
    * --filter - Add a file-filtering rule
    * --filter-from - Read filtering patterns from a file
    * --exclude - Exclude files matching pattern
    * --exclude-from - Read exclude patterns from file
    * --include - Include files matching pattern
    * --include-from - Read include patterns from file
    * --files-from - Read list of source-file nam
    * --min-size - Don't transfer any file smaller than this in k or suffix k|M|G
    * --max-size - Don't transfer any file larger than this in k or suffix k|M|G
  * Document
2015-09-28 19:18:21 +01:00
..
accounting.go Fix golint warnings 2015-09-22 18:47:16 +01:00
config.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
config_test.go Lightly obscure secrets 2015-09-01 22:33:34 +01:00
driveletter.go windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:) 2015-02-07 22:32:51 +00:00
driveletter_windows.go windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:) 2015-02-07 22:32:51 +00:00
filter.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
filter_test.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
fs.go Fix golint warnings 2015-09-22 18:47:16 +01:00
glob.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
glob_test.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
limited.go Fix golint warnings 2015-09-22 18:47:16 +01:00
loghttp.go Fix golint warnings 2015-09-22 18:47:16 +01:00
operations.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
operations_test.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
test_all.sh Implement Amazon Cloud Drive - fixes #45 2015-09-08 21:02:48 +01:00
version.go Version v1.21 2015-09-22 21:05:11 +01:00