| Author: Puja Sharma 14 Nov 2008 | Member Level: Gold Points : 2 |
At the time of restore, you may need to give another parameter called -overwrite. The reason being that, you will restore the backup to a existing site collection. In order to tell stsadm to overwrite the current site collection with the backup file one we need to add the parameter. So the restore command will be like
Stsadm –o restore –url <YourSiteURL> - filename <YourBackupFileName> -overwrite
Varun
|