What is the problem you are having with rclone?
I would like to know, how to view the specific files or folder names that are excluded in the log. Is there any configuration that can achieve this? I have tried the -vv
flag, but it only logs files that are not excluded.
file list of "test-folder"
f1.accdb
f2.accdb
f3.DM
f4.DM
If I use the --exclude=*.DM
rule, the log will not display files ending with .DM
Run the command 'rclone version' and share the full output of the command.
v1.65.0
Which cloud storage system are you using? (eg Google Drive)
Local Filesystem
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy -vv D:\temp\test-folder local-test:D:\temp\rclone-storage --exclude=*.DM
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[local-test]
type = local
A log from the command that you were trying to run with the -vv
flag
2023/12/12 14:40:56 DEBUG : rclone: Version "v1.65.0" starting with parameters ["D:\\ProgramTools\\bin_program\\rclone.exe" "copy" "-vv" "D:\\temp\\test-folder" "local-test:D:\\temp\\rclone-storage" "--exclude=*.DM"]
2023/12/12 14:40:56 DEBUG : Creating backend with remote "D:\\temp\\test-folder"
2023/12/12 14:40:56 DEBUG : Using config file from "C:\\Users\\bol\\AppData\\Roaming\\rclone\\rclone.conf"
2023/12/12 14:40:56 DEBUG : fs cache: renaming cache item "D:\\temp\\test-folder" to be canonical "//?/D:/temp/test-folder"
2023/12/12 14:40:56 DEBUG : Creating backend with remote "local-test:D:\\temp\\rclone-storage"
2023/12/12 14:40:56 DEBUG : fs cache: renaming cache item "local-test:D:\\temp\\rclone-storage" to be canonical "local-test://?/D:/temp/rclone-storage"
2023/12/12 14:40:56 DEBUG : f1.accdb: Need to transfer - File not found at Destination
2023/12/12 14:40:56 DEBUG : f2.accdb: Need to transfer - File not found at Destination
2023/12/12 14:40:56 DEBUG : Local file system at //?/D:/temp/rclone-storage: Waiting for checks to finish
2023/12/12 14:40:56 DEBUG : Local file system at //?/D:/temp/rclone-storage: Waiting for transfers to finish
2023/12/12 14:40:56 DEBUG : f2.accdb: md5 = 72281a3ccfe9a801b65720a628b4b87d OK
2023/12/12 14:40:56 DEBUG : f1.accdb: md5 = 31ffd7d8754577ced56a15ce5b1951a0 OK
2023/12/12 14:40:56 DEBUG : f2.accdb.fevozoz4.partial: renamed to: f2.accdb
2023/12/12 14:40:56 INFO : f2.accdb: Copied (new)
2023/12/12 14:40:56 DEBUG : f1.accdb.jefexeb4.partial: renamed to: f1.accdb
2023/12/12 14:40:56 INFO : f1.accdb: Copied (new)
2023/12/12 14:40:56 INFO :
Transferred: 10.094 MiB / 10.094 MiB, 100%, 0 B/s, ETA -
Transferred: 2 / 2, 100%
Elapsed time: 0.0s
2023/12/12 14:40:56 DEBUG : 5 go routines active