TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sreenu kolusu
NA
38
181k
Backup & Restore SharepointSite
Aug 9 2012 2:23 PM
using stsadm
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>stsa
dm -o backup -url
http://praveen:8888
-filename C:\backup\back_8888.bak
stsadm –o restore –url <URL of the site collection> -filename <Name of the backup file> -overwrite
using powershell
PS C:\Users\Administrator> Backup-SPSite -Identity http://sreenu:5555/ -Path "c:
\backup\file.bak"
PS C:\Users\Administrator> Restore-SPSite -Identity http://sreenu:4444/ -Path "c
:\backup\file.bak" -Force
Reply
Answers (
0
)
Excel Services Rest API in SharePoint 2010 example
Get Leave Days with out holidays & Week Days Using Sharepoint 2010 Event Receivers