Failed to recover file or folder
I am trying to restore some files from a .tib backup. I can successfully mount the file and view the list of contents in it but I cannot restore anything, I don't get any messages or anything but a blank file. I have also tried recovering files from the True Image 2017 program itself by using the recover files option but I get the "Failed to recover file or folder" error.


- Log in to post comments

Simply double clicking the .tib and moving files from there to another folder did the trick, allthough while moving the whole user folder it stopped transfering files without an error message but I was able to get the files I wanted by copying them specificly. It's odd though that I cannot mount the image and use the files from internet explorer that way or recover the files using True Image itself. Thanks so much for the help, I spent a lot of time on it last night.
For the record, in case it helps anyone else:
This .tib backup is from another computer and user, I've tried to recover files from it with and without the original permissions but honostly I'm not sure if I have been changing the permissions correctly. The .tib is on a local disk and i've tried to recover files from it to the same disk and also an external drive with no luck. The backup wasn't from an encrypted disk.
- Log in to post comments

NAS permissions are different than how Windows deals with permissions. I have robocopy scripts thas replicate files from my PC to a NAS share (regular files) and it fails because the default for robocopy with the /MIR switch is to include all file persmions. Windows permission don't equate to the NAS permissions though so this fails.
Found this thread a few months back and it did the trick.
When doing a a file/folder recovery, to avoid permission issues, it is usually easier ot recover to a new folder - preferably one that "all users" has access to. When recovered to this folder (without including the persmissions), the files will all be given access to the new folder with "all users". Then, move those files where they need to go (like the users profile / destkop or documents). They will inherit the permissions of the folder they are copied to automatically.
- Log in to post comments