In trying to use OneDrive to back up folders on my D: drive I found a website that suggested I could do it by creating a JUNCTION thus:
mklink /j "%UserProfile%\OneDrive\D_Desktop" "D:\Desktop"
I did so for the D:\Desktop directory and for the D:\Documents directory. It didn't seem to work...