How to restore SharePoint content backuped with SharePoint Site Backup Script
May 17, 2009 in SharePoint Services by MLK
Description/Problem:
Some months ago I published an article SharePoint Site Backup Script which described shortly how to implement an easy backup script for the SharePoint Portal Sites over scheduled tasks. Now would be the right time to present information how to restore SharePoint content backuped via this script.
Solution:
- Identify folder where SharePoint Site Backup Script stored the backups (for example: X:\Backups)
- Execute from command line: “stsadm -o restore -url http://sharepoint.portal.com -filename X:\Backups\sharepoint.portal.com-2009-05-15-08-00-30.dat -overwrite”




















