Hi, Id' like to be able to restore a single document in SharePoint Portal Server 2003 SP1. The scenario would be as follows: -I have full backup of all SPS DDBB using Veritas BackupExec Sharepoint Agent. -by 'accident' a user deletes a document, and he requires to get back the document -I need then to restore that document without restoring all the Sharepoint Database. How can this be accomplished? Thanks in advance for your answer.
Unfortunately in this case restoring the entire database is the only option. But you can restore the database to a test server from which you extract the document and upload it again on the production site. If the document is located in a WSS site instead of a portal, making the following configuration change makes it easier in the future: - Make a script which creates a backup from all the team sites each day, using stsadm.exe (e.g. stsadm -o backup -url http://<servernam>/sites/<sitename> -filename c:\WSSBackups\backup.bak) - Include the C:\WSSBackups directory in the normal backup. - In case of a deleted document, just restore the correct team site backup file from tape and only restore this backup file to a temporary team site. Extract the document and upload it in the production team site. Regards, Yorick "cuentanewslabogel@news.postalias" schreef: > Hi, > > > Id' like to be able to restore a single document in SharePoint Portal Server > 2003 SP1. The scenario would be as follows: > > -I have full backup of all SPS DDBB using Veritas BackupExec Sharepoint > Agent. > -by 'accident' a user deletes a document, and he requires to get back the > document > -I need then to restore that document without restoring all the Sharepoint > Database. > > > How can this be accomplished? > > > Thanks in advance for your answer. > > > > > >
Another option that might work for the future is to add a recycle bin to shareponit: http://msdn.microsoft.com/msdnmag/issues/05/02/RecycleBinforWSS/default.aspx <cuentanewslabogel@news.postalias> wrote in message news:OzBvmCOkFHA.2156@TK2MSFTNGP14.phx.gbl... > Hi, > > > Id' like to be able to restore a single document in SharePoint Portal Server > 2003 SP1. The scenario would be as follows: > > -I have full backup of all SPS DDBB using Veritas BackupExec Sharepoint > Agent. > -by 'accident' a user deletes a document, and he requires to get back the > document > -I need then to restore that document without restoring all the Sharepoint > Database. > > > How can this be accomplished? > > > Thanks in advance for your answer. > > > > >