Copying files with messed up permissions
I love robocopy
! I got a lot of "permission denied" errors when trying to copy some files with messed up permissions on another volume. Using robocopy
's /b
parameter, I was able to copy the files regardless of the permissions. Very nice!
Published on 2023-01-23, 16:10 +0000