4

If I use robocopy to copy encrypted files to a shared folder that does not support encryption, it fails with a

The specified file could not be encrypted.

This happens with or without the /EFSRAW flag.

Is there an equivalent for robocopy of the /G flag of xcopy that allows copying encrypted files to an unencrypted folder?

1 Answers1

0

You only get an error if the source folder is also encrypted and the destination folder is a root directory./nodcopy flag seems to work in this case, although the file is created with system hidden attributes.

Ult
  • 1