I have a file structure on a managed Windows server, with a drive G: containing three nested folders (TOP, MIDDLE and BOTTOM), where MIDDLE and BOTTOM each contain a single file. As can be seen, the folder TOP is immediately below the root of the associated file system.
Code: Select all
G:
\TOP
\MIDDLE
file1.txt
\BOTTOM
file2.txt
I successfully backed up the folder TOP (and all of it's sub folders and files) using File to Tape Backup.
When I restore the folder TOP to the C:\Temp folder of the same managed windows server and select both "Preserve folder hierarchy" and "Restore file and folder security", I would expect that the restored permissions would be exactly the same. However, the folder TOP now only contains inherited permissions, the folder MIDDLE only contains inherited permissions, but the folder BOTTOM and the files file1.txt and file2.txt have the correct permissions:
file1.txt - inherited permissions + GROUP2/GROUP3 with modify permissions
BOTTOM and file2.txt - inherited permissions + GROUP3 with modify permissions
Anyone got any ideas as to why the folder TOP and MIDDLE do not appear to retain the correct permissions when restored.