the.sidekick
2014-01-24 11:09:24 UTC
WORKS:
xcopy "C:\Users\%username%\desktop" "U:\Backup\Desktop" /e /i
xcopy "C:\Users\%username%\favorites" "U:\Backup\Favorites" /e /i
FAILS:
xcopy "C:\Users\%username%\My Documents" "U:\Backup\My Documents" /e /i
The error I get is "Access denied" and "Unable to create directory U:\Backup\My Documents"
First, let me start by saying I cannot remove the space from the source, and I've tried removing the space from the destination with no luck.