2022/07/17 17:36:03.156812 DEBUG : rclone: Version "v1.59.0" starting with parameters ["C:\\Program Files (x86)\\rclone\\rclone.exe" "hashsum" "MD5" "remote:" "-P" "--dry-run" "--max-age" "2022-01-07" "--filter-from" "P:\\scripts\\filter-file.txt" "--log-file=P:\\scripts\\log_prod_md5.txt" "--log-level" "DEBUG" "--log-format" "date,time,microseconds"]
2022/07/17 17:36:03.156812 DEBUG : Creating backend with remote "remote:"
2022/07/17 17:36:03.163525 DEBUG : Using config file from "C:\\Users\\Tony\\.config\\rclone\\rclone.conf"
seeing some file/folder paths like:
Checking:
* My Pictures/Tony/Autom…22-07-13 16-43-54.heic: checking
* My Pictures/Tony/Autom…22-07-14 11-03-00.heic: checking
* My Pictures/Tony/Autom…22-07-14 11-03-01.heic: checking
40edb274d570cbdaca7daab867d9cb29 My Pictures/Tony/Automatic Upload/TonyΓÇÖs iPhone/2022-07-13 16-43-54.heic
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 731 / 734, 100%
Elapsed time: 1m12.3s
Checking:
* My Pictures/Tony/Autom…22-07-14 11-03-00.heic: checking
* My Pictures/Tony/Autom…22-07-14 11-03-01.heic: checking
* My Pictures/Tony/Autom…22-07-15 19-06-52.heic: checking
3c55484e45dbb9d545c5aedd185f51a4 My Pictures/Tony/Automatic Upload/TonyΓÇÖs iPhone/2022-07-14 11-03-00.heic
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 732 / 735, 100%
Elapsed time: 1m12.4s
Checking:
* My Pictures/Tony/Autom…22-07-14 11-03-01.heic: checking
* My Pictures/Tony/Autom…22-07-15 19-06-52.heic: checking
* My Pictures/Tony/Autom…22-07-15 19-06-53.heic: checking
e72774c140c342238dae04e9eb66fe48 My Pictures/Tony/Automatic Upload/TonyΓÇÖs iPhone/2022-07-15 19-06-52.heic
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 733 / 736, 100%
Elapsed time: 1m12.4s
I was thinking it was just a console or the progress flag output but since I do store these file paths as a variable for further processing its throwing off things later in my script.
Running lsf on the directory produces the desired output though... so strange?
@ncw is it possible this is a rclone issue? this code hasn't changed but I did self-update to the latest release earlier this week. I guess I can try to downgrade and retest?