Then i tried the stsadm command which worked for me ultimately.
Using command prompt cd to the directory “C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN” where the Sharepoint is installed
then type
1: stsadm -o backup -url http://bakupsite/ -filename backup.bak
At the server you need to deploy the site,create new SharePoint site and then type
1: stsadm -o restore -url http://restoresite/ -overwrite -filename backup.bak
No comments:
Post a Comment