Backup and Restore Site


Back Up and Restore Share Point Site


Backup steps.

 

1.     Create a BAT file and write the following commands in that file

@ECHO OFF

set PATH=C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\

@ECHO ON

@SET BackupPath="C:\Backup\ebizassist.bak"

@SET URL="http://ebizassist.com"

 

stsadm -o backup -url %URL% -filename %BackupPath%

pause

 

2.     Run the Bat file to take the backup  from   172.29.8.6  to the backup path

 

 

Restore Steps

 

1.     Create a BAT file and write the following commands in that file

@ECHO OFF

set PATH=C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\

@ECHO ON

@SET RestorePath="C:\Backup\ebizassist.bak"

@SET URL="http://ebizassist.com"

stsadm -o restore -url %URL% -filename %RestorePath% -overwrite

Pause

 

2.     Run the Bat file to restore the ARCA.bak to the share point site 




We have highly technical, Microsoft Certified SharePoint Server consultants,

We are providing SharePoint assistance in:

  • Microsoft office SharePoint Server Training

  • SharePoint 2007 Training

  • SharePoint 2010 Training

  • SharePoint Migration

  • SharePoint Site Backup and Restore Tools

  • SharePoint Portal Services

  • SharePoint WorkFlow

  • SharePoint Server and Application Cost/License Analysis

  • SharePoint customized webparts

  • SharePoint Application Templates

  • SharePoint Document Management

  • SharePoint Project Management

  • SharePoint Portal Server

  • SharePoint Internal Database Structure

  • Integration with Quest

 Contact us at ask@ebizassist.com


The gadget spec URL could not be found

Comments