Forum Discussion

mangler108's avatar
mangler108
Level 4
14 years ago

Restore NT File System Permissions

I am currently trying to restore NTFS permissions on my file server, referencing the following article as a guide:

http://www.symantec.com/business/support/index?page=content&id=TECH43714

I am running: "bprestore -s 06/01/2012 11:00:00 -e 06/05/2012 11:30:00 -f c:\restorelist.txt" on the server I wish to perform the restore with my restore list looking like this:

J:\public\Evision\All Users
!J:\public\Evision\All Users*
J:\public\Evision\Baskets
!J:\public\Evision\Baskets*
J:\public\Evision\Catalog
!J:\public\Evision\Catalog*
J:\public\Evision\SCS 03-2009 (USA)
!J:\public\Evision\SCS 03-2009 (USA)*

 

The restore is failing with error 227, no entity was found.

I am running Netbackup 7.0
 

Any help would be greatly appreciated

1 Reply

  • Before trying bprestore - verify that client can view/list backed up files.

    If you are running commands from client:

    bplist -t 13 -s 06/01/2012 -e 06/05/2012 -R 3 /J/public

    from Master:

    bplist  -C <client-name> -t 13 -s 06/01/2012 -e 06/05/2012 -R 3 /J/public

    One more thing: when dealing with Windows paths with spaces, you need to change 'restorelist' file as follows:

    filepathlen filepath

    See http://www.symantec.com/docs/HOWTO43687

    Also remember the \ at the end of the paths as per the TN that you are referencing.