rclone/fs
Nick Craig-Wood 8ef551bf9c Make dedupe remove identical copies without asking and add non interactive mode - fixes #338
* Now removes identical copies without asking
  * Now obeys `--dry-run`
  * Implement `--dedupe-mode` for non interactive running
    * `--dedupe-mode interactive` - interactive the default.
    * `--dedupe-mode skip` - removes identical files then skips anything left.
    * `--dedupe-mode first` - removes identical files then keeps the first one.
    * `--dedupe-mode newest` - removes identical files then keeps the newest one.
    * `--dedupe-mode oldest` - removes identical files then keeps the oldest one.
    * `--dedupe-mode rename` - removes identical files then renames the rest to be different.
  * Add tests which will only run on Google Drive.
2016-03-06 18:15:01 +00:00
..
all Make canonical place for all fs in fs/all/all.go 2016-01-03 14:12:45 +00:00
testdata Add configuration file encryption 2016-02-16 16:32:05 +01:00
accounting.go Protect accounting from being closed twice 2015-11-06 15:26:58 +00:00
buffer_test.go Add async readahead buffer 2015-10-12 08:30:27 +01:00
buffer.go Add async readahead buffer 2015-10-12 08:30:27 +01:00
config_read_password_unsupported.go Stub out ReadPassword on plan9 and solaris to fix compilation 2016-02-21 10:31:53 +00:00
config_read_password.go Stub out ReadPassword on plan9 and solaris to fix compilation 2016-02-21 10:31:53 +00:00
config_test.go Reset password/config path in config tests to fix other tests 2016-02-29 21:43:37 +00:00
config.go Make dedupe remove identical copies without asking and add non interactive mode - fixes #338 2016-03-06 18:15:01 +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
driveletter.go windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:) 2015-02-07 22:32:51 +00:00
error.go Factor common error handling into fs module 2015-11-06 15:26:58 +00:00
filter_test.go Add InActive method to Filter to detect when no fiters are in use. 2016-02-25 19:58:00 +00:00
filter.go Add InActive method to Filter to detect when no fiters are in use. 2016-02-25 19:58:00 +00:00
fs.go Add help to remote chooser in rclone config - fixes #43 2016-02-21 13:40:16 +00:00
glob_test.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
glob.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
hash_test.go Simplify literals (after running gofmt -s over the code) 2016-02-29 16:57:23 +00:00
hash.go Fix formatting problem in sha1sum 2016-01-17 13:56:42 +00:00
limited.go Create separate interface for object information. 2016-02-19 13:31:09 +00:00
loghttp.go Fix crash in http logging - fixes #223 2015-12-17 13:30:58 +00:00
make_test_files.go A script to make a directory heirarchy for testing 2016-03-05 20:26:15 +00:00
operations_test.go Make dedupe remove identical copies without asking and add non interactive mode - fixes #338 2016-03-06 18:15:01 +00:00
operations.go Make dedupe remove identical copies without asking and add non interactive mode - fixes #338 2016-03-06 18:15:01 +00:00
test_all.go Add -run-only flag to run_all test 2016-02-25 22:05:57 +00:00
version.go Version v1.28 2016-03-01 09:00:01 +00:00