restore using central admin from a stsadmin backup file
I would restore a web application from one server to another server. In central admin of sharepoint, can I restore a web application backed up using stsadm, it is one mybackup.dat file?
I know I can do restore from the files that used central admin tool. but the file structure is quite different (they use a collection of .bak file for a particular backup) from the back up file using stsadmin tool.
Just now I put a .dat file which is backed up using the stsadmin, and put it into the backup folder on the testing server. Then I run the restore from backup in central admin, but on the select backup to restore screen, I cannot see the .dat file back up , it only list those are backed up from central admin.
Thanks
Answers
- There are two types of backups you can create with the STSADM backup operation, and the answer to your question is different depending on which type of backup you created with the operation:
- Site collection Backups - if you used the -url and -filename parameter switches in your call of the backup operation, then you generated a backup for a specific site collection, which cannot be restored using the Central Administration site's Restore tool. You must restore it using STSADM.
- Catastrophic Backups - if you used the -directory and -backupmethod parameter switches when you called the backup operation, then you generated a backup for all of your farm, or some section of it down to the content database level, which can be restored using either the Central Administration site's Restore tool or STSADM.
John
MCTS: WSS v3, MOSS 2007, and SCOM 2007
Now Available on Amazon - The SharePoint 2007 Disaster Recovery Guide.- Marked As Answer byAnna2009 Wednesday, November 04, 2009 5:32 PM
All Replies
- There are two types of backups you can create with the STSADM backup operation, and the answer to your question is different depending on which type of backup you created with the operation:
- Site collection Backups - if you used the -url and -filename parameter switches in your call of the backup operation, then you generated a backup for a specific site collection, which cannot be restored using the Central Administration site's Restore tool. You must restore it using STSADM.
- Catastrophic Backups - if you used the -directory and -backupmethod parameter switches when you called the backup operation, then you generated a backup for all of your farm, or some section of it down to the content database level, which can be restored using either the Central Administration site's Restore tool or STSADM.
John
MCTS: WSS v3, MOSS 2007, and SCOM 2007
Now Available on Amazon - The SharePoint 2007 Disaster Recovery Guide.- Marked As Answer byAnna2009 Wednesday, November 04, 2009 5:32 PM
Yes, I did the first one. That's helpful. Thanks


