Guys,
Query - I am trying to restore a folder with some files in it in NBU. Server is Linux.
What is happening is that while im trying to restore the folder on the destination but it is only restoring the files inside it nd not the folder,bad thing is it is changing the permissions of parent folder at destination..for ex
source folder - \x
source files - xf1 xf2 xf3
After restore :
Parent folder say \tmp(with changed permission) + xf1 xf2 xf3 inside it ..ideally it shud be parent folder\x\xf1 xf2 xf3...
if i give name while restoring of source folder path: parent folder say tmp then \tmp\x ->then it restores fine
..look strange to me,shud nt it be creating the folder inside \tmp by itself ? why only files and that too with changed permissions of tmp ??