A log from the command that you were trying to run with the -vv flag
2024/08/15 23:32:59 DEBUG : --min-age 100y to 1924-09-09
2024/08/15 23:32:59 DEBUG : rclone: Version "v1.65.0" starting with parameters ["rclone" "copy" "--dry-run" "D:/" "H:/Backup Delta/D" "--min-age" "100y" "--create-empty-src-dirs" "-vv" "--metadata"]
2024/08/15 23:32:59 DEBUG : Creating backend with remote "D:/"
Enter configuration password:
password:
2024/08/15 23:33:01 DEBUG : Using config file from "C:\\Users\\S\\AppData\\Roaming\\rclone\\rclone.conf"
2024/08/15 23:33:01 DEBUG : fs cache: renaming cache item "D:/" to be canonical "//?/D:/"
2024/08/15 23:33:01 DEBUG : Creating backend with remote "H:/Backup Delta/D"
2024/08/15 23:33:01 DEBUG : fs cache: renaming cache item "H:/Backup Delta/D" to be canonical "//?/H:/Backup Delta/D"
2024/08/15 23:33:01 ERROR : Local file system at //?/D:/: error reading source root directory: directory not found
2024/08/15 23:33:01 DEBUG : Local file system at //?/H:/Backup Delta/D: Waiting for checks to finish
2024/08/15 23:33:01 DEBUG : Local file system at //?/H:/Backup Delta/D: Waiting for transfers to finish
2024/08/15 23:33:01 ERROR : Attempt 1/1 failed with 1 errors and: directory not found
2024/08/15 23:33:01 NOTICE:
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 1.7s
2024/08/15 23:33:01 DEBUG : 2 go routines active
2024/08/15 23:33:01 Failed to copy: directory not found
I don't get why this happens...
When I run dir D:\, it lists all the files and folders just fine:
>dir D:\
Volume in drive D is New Volume
Volume Serial Number is 5650-2DCE
Directory of D:\
01/13/2024 10:32 PM <DIR> Audacity
10/01/2023 03:36 PM <DIR> csgo-mm-server-picker
05/15/2014 03:33 AM <DIR> Pokémon Diamond and Pearl
07/20/2024 01:07 AM <DIR> Schism-Tracker
12/12/2021 05:40 PM <DIR> Steins;Gate
10/04/2023 06:56 PM <DIR> Wireshark
The part that's even weirder is when I copy a file or a folder inside D:\, like this:
Uhh, yeah, It does have the directories preceding the prompt, but I thought it didn't make a difference sharing it here;
Well, If you want it:
H:\Backup Delta\E\rClone - v1.65.0>rclone lsd h:/
Enter configuration password:
password:
2024/08/16 01:45:13 ERROR : : error listing: directory not found
2024/08/16 01:45:13 Failed to lsd with 2 errors: last error was: directory not found
There was indeed a known issue in v1.65 affecting listing local directories on Windows.
You should update, but if you reeeeeeally don't want to, you can probably get around it by manually building rclone v1.65 with go1.21.5 or later (as technically the source of the bug was go, not rclone.)