-
- Lurker
- Posts: 1
- Liked: never
- Joined: Jun 29, 2018 8:58 am
- Contact:
Re: Restore of Permissions on NTFS volume
+1 also here ,saved me in some situations in the past with previous recovery software.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Restore of Permissions on NTFS volume
Noted.+1 also here ,saved me in some situations in the past with previous recovery software.
Would you describe a couple of the most horrific/interesting situations that the feature helped you with?
Thanks!
-
- Service Provider
- Posts: 19
- Liked: 7 times
- Joined: Jan 24, 2018 12:08 am
- Contact:
Re: Restore of Permissions on NTFS volume
I would think instant recovery with the proper robocopy switches ( https://www.reddit.com/r/sysadmin/comme ... ions_only/ ) would do just fine. Seems like such a niche request, really. How can you be sure that it's only the ACLs that were affected by whatever you're trying to revert?
-
- Service Provider
- Posts: 176
- Liked: 53 times
- Joined: Mar 11, 2016 7:41 pm
- Full Name: Cory Wallace
- Contact:
Re: Restore of Permissions on NTFS volume
+1. I haven't been in this situation yet, but after reading through these posts, I'm a little uneasy
-
- Veteran
- Posts: 527
- Liked: 58 times
- Joined: Jun 06, 2018 5:41 am
- Full Name: Per Jonsson
- Location: Sweden
- Contact:
Re: Restore of Permissions on NTFS volume
Has restore of NTFS permissions only been implemented in B&R 9.5 Update 4?
PJ
PJ
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Restore of Permissions on NTFS volume
Hi Per, no this is not a part of this release.
-
- Enthusiast
- Posts: 86
- Liked: 15 times
- Joined: May 22, 2015 1:41 pm
- Full Name: Alan Shearer
- Contact:
Re: Restore of Permissions on NTFS volume
Hopefully it will be in future release! It would be VERY helpful when someone screws up the share\security permissions on a large folder structure and you want to revert the changes.
-
- Veteran
- Posts: 527
- Liked: 58 times
- Joined: Jun 06, 2018 5:41 am
- Full Name: Per Jonsson
- Location: Sweden
- Contact:
Re: Restore of Permissions on NTFS volume
Indeed. That very thing happened here a couple of years ago. A colleague, who probably wants to remain anonymous, made a mistake... Fortunately we backed that file server with IBM TSM back then, so it was possible for us to restore only the NTFS permissions.
-
- Novice
- Posts: 3
- Liked: 2 times
- Joined: Sep 29, 2017 11:05 am
- Full Name: Anthony Yates
- Contact:
Re: Restore of Permissions on NTFS volume
We've just had similar issue and came here to look to see if possible with Veeam.
What we did instead was to run through the process to restore file so that it mounted the restore point but don't actually restore anything, just leave the Veeam Explorer window open . You can then access the mount point files via C:\VeeamFLR\ without actually running a restore.
Then from the file server I ran a robocopy job using the COPY:S /SECFIX switches and selecting the desired folder under VeeamFLR to the matching folder on the file server to restore just the security and not restore the files.
It can be a slow process if you have lots of files but quicker than anything else I could think of.
It also reminded me to do something I was meant to do ages ago and that was to take regular backups of security permissions so I can easily restore when needed!
What we did instead was to run through the process to restore file so that it mounted the restore point but don't actually restore anything, just leave the Veeam Explorer window open . You can then access the mount point files via C:\VeeamFLR\ without actually running a restore.
Then from the file server I ran a robocopy job using the COPY:S /SECFIX switches and selecting the desired folder under VeeamFLR to the matching folder on the file server to restore just the security and not restore the files.
It can be a slow process if you have lots of files but quicker than anything else I could think of.
It also reminded me to do something I was meant to do ages ago and that was to take regular backups of security permissions so I can easily restore when needed!
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Restore of Permissions on NTFS volume
Yes, I can confirm robocopy /SECFIX is the common workaround to restore permissions only. Thanks for sharing!
-
- Expert
- Posts: 170
- Liked: 15 times
- Joined: Apr 20, 2018 8:12 am
- Full Name: Mats Holm
- Contact:
Re: Restore of Permissions on NTFS volume
Hi
+1 for restore of NTFS permissions only, not to uncommon when you have a large organization and have a Service Desk handle permissions on shares and folders, sometimes it gets wrong when changing/applying permissions
//Mats
+1 for restore of NTFS permissions only, not to uncommon when you have a large organization and have a Service Desk handle permissions on shares and folders, sometimes it gets wrong when changing/applying permissions
//Mats
-
- Veteran
- Posts: 391
- Liked: 56 times
- Joined: Feb 03, 2017 2:34 pm
- Full Name: MikeO
- Contact:
[MERGED] NFR to Restore File Permissions to a Folder
Had someone in our dept make a massive mistake and blew the perms on a folder that has millions of files. I did use icacls by opening the restore point and using it on the VEEAMFLR folder. HUGE hassle however. Veeam needs the ability to restore file permissions ONLY! I've googled, and Ive seen this request has gone back a few years now (2016). Whats the status? Is this in Veeam 11 ?
-
- Veeam Software
- Posts: 3626
- Liked: 608 times
- Joined: Aug 28, 2013 8:23 am
- Full Name: Petr Makarov
- Location: Prague, Czech Republic
- Contact:
Re: Restore of Permissions on NTFS volume
Hello,
I've moved your post into the existing topic. No, this feature is not included in the version 11. We keep this idea in mind but still have no ETA.
Thanks!
I've moved your post into the existing topic. No, this feature is not included in the version 11. We keep this idea in mind but still have no ETA.
Thanks!
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Restore of Permissions on NTFS volume
This hasn't been a priority since robocopy /SECFIX does the job just fine.
-
- Veteran
- Posts: 465
- Liked: 136 times
- Joined: Jul 16, 2015 1:31 pm
- Full Name: Marc K
- Contact:
Re: Restore of Permissions on NTFS volume
I found this thread after another administrator accidentally removed Administrators and System from the user folders. So, manual repair would be super-painful. I too have seen this option in another backup software and hoped Veeam would have something similar. I was surprised that "robocopy /SECFIX" is the unofficial official solution and yet there is no actual sample of how to use it. So, here is one. May the next person that finds this thread not have to hunt around to figure out how to use robocopy /SECFIX.
Code: Select all
robocopy "C:\VeeamFLR\<Mount Point>\<Path to Folder>" "<Path to Folder>" /SEC /SECFIX /S
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Restore of Permissions on NTFS volume
Meanwhile, we did add this feature to V12.
Who is online
Users browsing this forum: No registered users and 43 guests