- Thread Author
- #1
I have a computer in an office setting with a number of users. Each user has one folder on a "Data" partition which is set to "share with nobody" for their privacy.
I'm trying to write a script to backup these folders, but these "private" folders aren't copied over. My script is a one-liner and looks like this:
Any ideas why these "share with nobody" folders don't get copied over?
Thanks
I'm trying to write a script to backup these folders, but these "private" folders aren't copied over. My script is a one-liner and looks like this:
Code:
XCOPY D:\* F:\ /E /H /R /Y /I /D /M
Any ideas why these "share with nobody" folders don't get copied over?
Thanks