Alright, looks like it is not going to be possible to apply permissions this way. Try another approach (it will be slower than copying normally, but should get the job done): Start an
Elevated Command Prompt and do the following command:
Code:
robocopy /s /r:5 /w:0 /xo /xj /move F:\BackupMar12 C:\BackupMar12
If instead of the whole backup folder, you just want to move the Private folder:
Code:
robocopy /s /r:5 /w:0 /xo /xj /move F:\BackupMar12\Subdirectory1\Subdirectory2\Private C:\Private