Share via


Resume-DPMBackup

Attempts to resume stalled DPM backup jobs.

Syntax

ResumeAlertBackups (Default)

Resume-DPMBackup
    [-Alert] <Alert[]>
    [-BackupTargetType] <BackupTargetType>
    [[-AdhocJobsContext] <AdhocJobsContext>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

ResumeDsBackups

Resume-DPMBackup
    [-Datasource] <Datasource[]>
    [-BackupTargetType] <BackupTargetType>
    [[-AdhocJobsContext] <AdhocJobsContext>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

ResumePsBackups

Resume-DPMBackup
    [-ProductionServer] <ProductionServer[]>
    [-BackupTargetType] <BackupTargetType>
    [[-AdhocJobsContext] <AdhocJobsContext>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

ResumePgBackups

Resume-DPMBackup
    [-ProtectionGroup] <ProtectionGroup[]>
    [-BackupTargetType] <BackupTargetType>
    [[-AdhocJobsContext] <AdhocJobsContext>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Resume-DPMBackup cmdlet attempts to resume stalled System Center - Data Protection Manager (DPM) backup jobs. Specify the backup target type and one of the following backup types:

  • Alert
  • Datasource
  • ProtectionGroup
  • ProductionServer

Examples

Example 1: Resume backing up production servers

PS C:\>$DpmPServer = Get-DPMProductionServer -DPMServerName "DPMServer07"
PS C:\> Resume-DPMBackup -DPMServerName "DPMServer07" -ProductionServer $DpmPServer

The first command uses the Get-DPMProductionServer cmdlet to get the production servers for the DPM server named DPMServer07. The command stores the results in the $DpmPServer variable.

The second command resumes backing up the production servers in $DpmPServer for the DPM server named DPMServer07.

Parameters

-AdhocJobsContext

Specifies the context details of the ad hoc job. Do not use this parameter from the Windows PowerShell command line.

Parameter properties

Type:AdhocJobsContext
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:3
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Alert

Specifies an array of alerts for which backups resume.

Parameter properties

Type:

Alert[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ResumeAlertBackups
Position:2
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-BackupTargetType

Specifies the type of backup target.

The acceptable values for this parameter are:

  • Disk
  • Tape
  • Online
  • Invalid

Parameter properties

Type:BackupTargetType
Default value:None
Accepted values:Disk, Tape, Online, Invalid
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Datasource

Specifies an array of data sources for which this cmdlet resumes backups. A data source can be a file system share or volume for the Windows operating system, Microsoft SQL Server database, Microsoft Exchange Server storage group, Microsoft SharePoint farm, Microsoft Virtual Machine, DPM database, or system state that is a member of a protection group.

Parameter properties

Type:

Datasource[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ResumeDsBackups
Position:2
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-ProductionServer

Specifies an array of computers on which DPM protection agents are installed. This cmdlet resumes backups for protection groups on the computers that this parameter specifies.

Parameter properties

Type:

ProductionServer[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ResumePsBackups
Position:2
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-ProtectionGroup

Specifies an array of protection groups for which backups resume. To obtain a ProtectionGroup object, use the Get-DPMProtectionGroup cmdlet.

Parameter properties

Type:

ProtectionGroup[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ResumePgBackups
Position:2
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.