Using Shadow copy on a network shared file

Joe.Admin 1 Reputation point
2022-09-26T13:12:23.757+00:00

If I revert a file back to the previous version using the shadow copy feature.
will it change the access permissions of that folder back to what they were?

Or will it keep the current permissions they are set to?

It is a network-shared folder within a domain.
I need to revert the permissions but don't remember what they were set to

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,117 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,847 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 43,931 Reputation points
    2022-09-29T08:31:06.583+00:00

    Hello there,

    Permissions will be restored if you restore the shadow copy (the whole volume). When you restore a file, the file permissions will not be changed; permissions will remain the same as they were before the restore. When you copy a previous version of a file, the permissions will be set to the default permissions for the directory where the copy of the file is placed.

    You can restore with permissions using robocopy utility

    The below thread discusses the same issue and you can try out some troubleshooting steps from this and see if that helps you to sort the Issue. https://social.technet.microsoft.com/Forums/en-US/7cc6d60e-7c62-49de-b374-cb64f75b5909/previous-versions-restore-not-restoring-ntfs-permissions?forum=winserverfiles

    Restore a previous version of a file

    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc778220(v=ws.10)?redirectedfrom=MSDN
    Hope this resolves your Query !!

    ------------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments