rclone/fs
Kasper Byrdal Nielsen aad75e6720 check: Add one-way argument
--one-way argument will check that all files on source matches the files on detination,
but not the other way. For example files present on destination but not on source will not
trigger an error.

Fixes: #1526
2018-05-31 09:42:16 +01:00
..
accounting Update error checking on fmt.Fprint* after errcheck update 2018-05-22 09:41:13 +01:00
asyncreader Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
chunkedreader fs: improve ChunkedReader 2018-05-05 12:49:42 +01:00
config Update error checking on fmt.Fprint* after errcheck update 2018-05-22 09:41:13 +01:00
driveletter Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
filter filter: fix --min-age and --max-age together check 2018-04-26 09:17:22 +01:00
fserrors build: remove unused code spotted by the deadcode linter 2018-05-05 17:32:41 +01:00
fshttp build: remove unused struct fields spotted by structcheck 2018-05-05 17:32:41 +01:00
fspath Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
hash fs/hash: install QuickXorHash as a supported rclone hash type #2262 2018-04-20 21:02:57 +01:00
list Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
log Use io.SeekStart/End/Current constants now for go1.7+ #2154 2018-04-07 11:42:36 +01:00
march sync,march: check the cancel context on every channel send and receive 2018-05-05 12:58:28 +01:00
object build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
operations check: Add one-way argument 2018-05-31 09:42:16 +01:00
rc rc: add core/gc to run a garbage collection on demand 2018-05-24 15:10:28 +01:00
sync sync: log when we abandon the sync due to a fatal error 2018-05-05 12:58:28 +01:00
walk Update error checking on fmt.Fprint* after errcheck update 2018-05-22 09:41:13 +01:00
bwtimetable.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
bwtimetable_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config.go Implement --max-transfer flag to quit transferring at a limit #1655 2018-05-05 12:58:28 +01:00
deletemode.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
dir.go fs: add optional ID to fs.Directory and set it in the remotes which care 2017-08-07 15:31:22 +01:00
direntries.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
dump.go fs: add --dump goroutines and --dump openfiles 2018-04-11 20:55:58 +01:00
dump_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
fs.go fs: add Optional ID() method to Object and implement it in backends 2018-05-13 12:17:55 +01:00
fs_test.go fs: Add --disable flag to disable optional features - fixes #1551 2017-08-07 21:34:45 +01:00
log.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
log_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
mimetype.go fs: Add MimeTypeDirEntry to return the MimeType of a DirEntry 2018-05-13 12:17:55 +01:00
options.go fs: Make RangeOption mandatory #1825 2018-02-19 18:00:39 +00:00
options_test.go fs: Adjust RangeOption.Decode to return -1 for read to end 2018-01-27 14:31:29 +00:00
parseduration.go fs: make display of default values of --min-age/--max-age be off - Fixes #2121 2018-03-13 09:06:07 +00:00
parseduration_test.go Require go1.7 for compilation #2154 2018-04-06 20:18:14 +01:00
sizesuffix.go fs: Extend SizeSuffix to include TB and PB for rclone about 2018-04-17 21:53:42 +01:00
sizesuffix_test.go fs: Extend SizeSuffix to include TB and PB for rclone about 2018-04-17 21:53:42 +01:00
version.go Start v1.41-DEV development 2018-04-28 12:37:55 +01:00
versioncheck.go Require go1.7 for compilation #2154 2018-04-06 20:18:14 +01:00