Rclone check with filename should not scan the folder, not apply default exclude filter

rclone check when given a filename should only check that one file, not scan the folder or apply a default exclude filter

here is the debug log

DEBUG : rclone: Version "v1.54.0" starting with parameters ["C:\\data\\rclone\\scripts\\rclone.exe" "copy" "C:\\Users\\user01\\AppData\\Local\\Temp\\x\\zip\\x.20210227.155210.7z" "wasabi01:en07dataxhome/x/zip/backup" "--stats=0" "--fast-list" "--log-level=DEBUG" "--log-file=C:\\data\\rclone\\logs\\x_wasabi\\20210227.155210\\rclone.log"]
DEBUG : Creating backend with remote "C:\\Users\\user01\\AppData\\Local\\Temp\\x\\zip\\x.20210227.155210.7z"
DEBUG : Using config file from "C:\\data\\rclone\\scripts\\rclone.conf"
DEBUG : fs cache: adding new entry for parent of "C:\\Users\\user01\\AppData\\Local\\Temp\\x\\zip\\x.20210227.155210.7z", "//?/C:/Users/user01/AppData/Local/Temp/x/zip"
DEBUG : Creating backend with remote "wasabi01:en07dataxhome/x/zip/backup"
DEBUG : x.20210227.155210.7z: Need to transfer - File not found at Destination
INFO  : S3 bucket en07dataxhome path x/zip/backup: Bucket "en07dataxhome" created with ACL "private"
DEBUG : x.20210227.155210.7z: MD5 = b355c69250722ad26ec9e5b44da97f3e OK
INFO  : x.20210227.155210.7z: Copied (new)
DEBUG : 7 go routines active
DEBUG : rclone: Version "v1.54.0" starting with parameters ["C:\\data\\rclone\\scripts\\rclone.exe" "check" "C:\\Users\\user01\\AppData\\Local\\Temp\\x\\zip\\x.20210227.155210.7z" "wasabi01:en07dataxhome/x/zip/backup" "--stats=0" "--fast-list" "--log-level=DEBUG" "--log-file=C:\\data\\rclone\\logs\\x_wasabi\\20210227.155210\\rclone.log"]
DEBUG : Creating backend with remote "C:\\Users\\user01\\AppData\\Local\\Temp\\x\\zip\\x.20210227.155210.7z"
DEBUG : Using config file from "C:\\data\\rclone\\scripts\\rclone.conf"
DEBUG : fs cache: adding new entry for parent of "C:\\Users\\user01\\AppData\\Local\\Temp\\x\\zip\\x.20210227.155210.7z", "//?/C:/Users/user01/AppData/Local/Temp/x/zip"
DEBUG : Creating backend with remote "wasabi01:en07dataxhome/x/zip/backup"
DEBUG : S3 bucket en07dataxhome path x/zip/backup: Waiting for checks to finish
DEBUG : x.20210227.151957.7z: Excluded
DEBUG : x.20210227.154101.7z: Excluded
DEBUG : x.20210227.154949.7z: Excluded
DEBUG : x.20210227.155210.7z: MD5 = b355c69250722ad26ec9e5b44da97f3e OK
DEBUG : x.20210227.155210.7z: OK
NOTICE: S3 bucket en07dataxhome path x/zip/backup: 0 differences found
NOTICE: S3 bucket en07dataxhome path x/zip/backup: 1 matching files
DEBUG : 5 go routines active
1 Like

Yes I agree.

This unfortunately means changing the interface to NewFs which means changing all the backends, so it isn't straight forward.

However we should have an issue about this - would you mind creating one?

based on your answer, i was not going to create a new issue for it.
really, this is a minor issue. the command works fine as is.

since you requested, i have done it
https://github.com/rclone/rclone/issues/5075

thanks,
jojo

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.