How to backup sharepoint 2003
- Description:
How do I backup Sharepoint 2003 with the Backupvault client?
- Steps:
-
To backup your Windows Sharepoint Services 2003, please follow the instructions below:
- Install the client application onto the machine running Windows Sharepoint Services 2003
- Download the wss2k3-backup.vbs file by Clicking Here
- Place the wss2k3-backup.vbs file within the C:\program files\backupvault\bin directory
- Open the wss2k3-backup.vbs file with a text editor and you should see entries as shown below:
wss2k3-backup.vbs:
” The backup file path Const BackupFile = “”“C:\backups\backup.dat”“” ” The url of the sharepoint site to be backup Const SiteUrl = “http://server_name/site” ” 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\60\BIN\stsadm.exe”“” - Remove the extra quotation marks around the Const BackupFile variable (shown in red)
- Remove the extra quotation marks around the Const StsadmExecPath variable (shown in red)
- Save the changes in wss2k3-backup.vbs
- Create the directory C:\backups
- Open the client console
- Create a file backup set for the Sharepoint backup under the Backupvault console
- Select the directory C:\backups 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 2003 server can now be backed up by pressing the [Backup] button on the Backupvault console.

