HP Data Protector 6.11 script solution for Microsoft Office SharePoint Server 2007 and SharePoint Server 2010
14
2. To create backup specifications with the label weekly in their names and in which the backup
device dev1 is specified for use, run:
moss_backup.ps1 –createonly –device dev1 –prefix weekly
3. To create backup specifications with the label weekly in their names and the backup device
dev1 specified for use, and to automatically start the corresponding backup sessions, run:
moss_backup.ps1 –device dev1 –prefix weekly
4. To create backup specifications in which the backup device dev1 and the hardware provider
(ZDB disk array) are specified for use, and in which the ZDB option Keep the replica for instant
recovery is enabled and to start ZDB-to-disk+tape backup session, run:
moss_backup.ps1 -hardware ir –device dev1
Modifying backup specifications
To modify a backup specification, open the Data Protector GUI. In the Context list, select Backup
and, under MS Volume Shadow Copy Writers, click the name of the backup specification that you
want to modify (see Figure 3).
Source page
If you want to modify the Source page of the backup specification (for example, you want to back
up individual Microsoft SharePoint Server databases), consider the following:
The configuration database and the Central Administration content database must be backed
up together.
Microsoft Office SharePoint Server 2007: The Shared Services Provider database (SSP_DB),
Search database (SSP_Search_DB), and the corresponding search index files must be backed
up together.
Microsoft SharePoint Server 2010: The SharePoint Service Applications, Search database
(SSA_Search_DB), and the corresponding search index files must be backed up together.
The Help Search database and the corresponding index files must be backed up together.
Otherwise, after restore, the Microsoft SharePoint Server data may not be consistent.
Destination page
In the Destination page of the backup specification, you can select different or additional devices
and set the device and media options.
Options page
In the Options page of the backup specification, you can modify backup options. For example, to
modify ZDB options, click Advanced in the Backup Specifications field and then, in the Backup
Options dialog box, click the Advanced backup options tab.
Starting backup sessions (examples)
1. To preview the actions that are performed when a backup session is started, run:
moss_backup.ps1 –backuponly –prefix dev –preview
The following output is from a Microsoft Office SharePoint Server 2007 environment:
===============================
Starting MOSS backup script
02/10/2010 03:16:30
===============================
--------------------------------