HP Data Protector 6.11 script solution for Microsoft Office SharePoint Server 2007 and SharePoint Server 2010

10
The script options enable you to split the process into two parts: first you create the backup
specifications and then you start backup sessions. In this way, you can manually modify the
newly-created backup specifications in the Data Protector GUI before the backup is actually
started.
If Microsoft SQL Server instances are used not only by Microsoft SharePoint Server but also by
other database applications, modify the backup specifications so that only the databases that
belong to Microsoft SharePoint Server are selected for backup. See the section Modifying
backup specifications”.
If you have Microsoft SQL Server database mirroring enabled, a failover can occur and so a
different Microsoft SQL Server system becomes active. Since the script creates backup
specifications only for the currently active Microsoft SQL Server systems, it is advisable to
update (recreate) the backup specifications before the backup is started.
The script syntax
moss_backup.ps1 help
moss_backup.ps1 -version
moss_backup.ps1 CreateOptions BackupOptions
moss_backup.ps1 createonly CreateOptions
moss_backup.ps1 backuponly BackupOptions
moss_backup.ps1 resumefarm [-preview]
CreateOptions
{-device DevName | -hardware {no_keep|keep|ir} [-device DevName]}
[-overwrite]
[-prefix PrefixName]
BackupOptions
[-outfile PathToFile]
[-prefix PrefixName]
[-preview]
[-diskonly]
[-reduce]
Option description
-help
Displays the moss_backup.ps1 command usage.
-version
Displays the moss_backup.ps1 version.
createonly | -backuponly
If these options are not specified, Data Protector creates backup specifications and
automatically starts backup sessions.
If createonly is specified, Data Protector only creates backup specifications. Backup is
not started.
If backuponly is specified, Data Protector only starts backup sessions using the existing
backup specifications.
-device DevName