Support Docs
CyberSecure Support
>
Other data protection
>
Restore
>
How to restore files/folders & permissions with robocopy
Search for:
How to restore files/folders & permissions with robocopy
Download psexec from http://live.sysinternals.com/psexec.exe
Use the following commands to restore all files and security permissions:
psexec -i -s cmd.exe
(in the new cmd.exe shell run) robocopy /SEC /SECFIX /IS /IT /V <source> <destination>