How to backup sharepoint 2007
- Steps:
-
To backup your Windows Sharepoint Services 2007 with the Backupvault client, please follow the instructions below:
- Install the Backupvault client onto the machine running Windows Sharepoint Services 2007
- Download the sps2k7-backup.vbs file by Clicking Here
- Place the sps2k7-backup.vbs file within the c:\Program Files\BackupVault\bin directory
- Open the sps2k7-backup.vbs file with a text editor text editor and you should see entries as shown below:
sps2k7-backup.vbs:
” This script works only in Windows OS ” The directory which stores the sharepoint backup Const BackupDirectory = “D:\BackupDir” ” This is the default path of stsadm.exe. If you have different settings, please find out the absolute path of the execute file. Const StsadmExecPath = “C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe” - Verify if the BackupDirectory and StsadmExecPath variable within the sps2k7-backup.vbs file require modified
- Save the changes in sps2k7-backup.vbs
- Create the directory D:\BackupDir
- Open the Backupvault console
- Create a file backup set for the Sharepoint backup under the Backupvault console
- Select the directory D:\BackupDir as Backup Source of the Sharepoint backup set
- Accept the default encryption settings by pressing the [OK] button if no change is necessary
- Select the Sharepoint backup set in the [Backup Setting] menu
- Select the [Command Line Tool]
- Press the [Add] button under the Pre-Backup section on the right panel
- Enter the following entries in the corresponding text fields: Example:
- Press the [OK] button to save this setting
- The Windows Sharepoint Services 2007 server can now be backed up by pressing the [Backup] button on the Backupvault console.


