New
#31
Hi Denis
Yep - rather painless.
Quite slow on my main laptop - but then it was copying around 210+ GB.
I left Multi-thread set at 1. I may try other values in future - such as 2, 4, 8, 16 etc and see what the SD card will cope with.
One other interesting thing. Using 'Computer' then navigating to 'C: > Users > AD' there are several folders named 'My Music', 'My Pictures' and 'My Videos' which I wanted to backup.
However entering this path C:\Users\AD\My Music'threw up Error 2 "Can't find specified folder".
This had me puzzled as I was sure I had the path correct as given by Windows Explorer - until I navigated to the 'My Music' folder for example, right-clicking on it, selecting 'properties' and clicking on the 'Location' tab.
The path was given as 'C:\Users\AD\Music' and not 'C:\Users\AD\My Music' as Windows Explorer had it.
Changing the Robocopy command to the following, sorted the problem.
Robocopy "C:\Users\AD\Music" "%BackupDrive%\My Music" /S /R:10 /MT:1 /DCOPY:DAT /XA:SH /MIR
Note that the above is what I discovered in Windows 7 but is probably applicable to Windows 10.
Hope this helps,
Art
Last edited by ArthurDent; 02 Mar 2020 at 07:07.