다음을 통해 공유


Copy-DPMTapeData

Copies the recovery point data from a tape.

Syntax

DumpMediaHeadlessDataset

Copy-DPMTapeData
    -IncompleteDataset <HeadlessDataset>
    -Tape <Media>
    -OverwriteType <OverwriteType>
    -TargetServer <String>
    -TargetPath <String>
    [-DPMServerName <String>]
    [-Restore]
    [-RecreateReparsePoint]
    [-RestoreSecurity]
    [-RecoveryNotification <NotificationObject>]
    [-JobStateChangedEventHandler <JobStateChangedEventHandler>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

DumpMediaRecoveryPoint

Copy-DPMTapeData
    [-RecoveryPoint] <RecoverySource>
    -Tape <Media>
    -OverwriteType <OverwriteType>
    -TargetServer <String>
    -TargetPath <String>
    [-RecoveryPointLocation <RecoverySourceLocation>]
    [-AdhocJobsContext <AdhocJobsContext>]
    [-Restore]
    [-RecreateReparsePoint]
    [-RestoreSecurity]
    [-RecoveryNotification <NotificationObject>]
    [-JobStateChangedEventHandler <JobStateChangedEventHandler>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

CopyToMedia

Copy-DPMTapeData
    [-RecoveryPoint] <RecoverySource>
    -SourceLibrary <Library>
    -TargetLibrary <Library>
    -TapeLabel <String>
    -TapeOption <TapeOptions>
    [-RecoveryPointLocation <RecoverySourceLocation>]
    [-AdhocJobsContext <AdhocJobsContext>]
    [-JobStateChangedEventHandler <JobStateChangedEventHandler>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Copy-DPMTapeData cmdlet copies the recovery point data from a tape in System Center - Data Protection Manager (DPM).

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

DumpMediaRecoveryPoint
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
CopyToMedia
Position:Named
Mandatory:False
Value from pipeline:True
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

-DPMServerName

Specifies the name of a DPM server on which this cmdlet acts.

Parameter properties

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

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IncompleteDataset

Indicates that the operation occurs only on the portion of the data present on the current tape. In some situations, data spans multiple tapes.

Parameter properties

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

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-JobStateChangedEventHandler

Specifies an event handler for Job.StateChanged events. Use this parameter to build a graphical user interface based on cmdlets. Do not use this parameter in the DPM Management Shell.

Parameter properties

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

Parameter sets

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

-OverwriteType

Specifies the action that DPM takes when the file that it is recovering already exists.

The acceptable values for this parameter are:

  • CreateCopy
  • Skip
  • Overwrite

Parameter properties

Type:OverwriteType
Default value:None
Accepted values:Overwrite, NoOverwrite, CopyOnExist
Supports wildcards:False
DontShow:False

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
DumpMediaRecoveryPoint
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RecoveryNotification

Specifies that the recovery operation send a notification when the recovery operation finishes.

Parameter properties

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

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
DumpMediaRecoveryPoint
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RecoveryPoint

Specifies a recovery point that this cmdlet copies. To obtain a recovery point location object, use the Get-DPMRecoveryPoint cmdlet.

Parameter properties

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

Parameter sets

DumpMediaRecoveryPoint
Position:1
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
CopyToMedia
Position:1
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-RecoveryPointLocation

Specifies the location of a recovery point that this cmdlet copies. To obtain a recovery point location object, use the Get-DPMRecoveryPointLocation cmdlet. A recovery item may exist in more than one location for the same time, such as on a disk and tape, or on two separate tapes.

Parameter properties

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

Parameter sets

DumpMediaRecoveryPoint
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
CopyToMedia
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-RecreateReparsePoint

Indicates that the cmdlet recreates the reparse point.

Parameter properties

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

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
DumpMediaRecoveryPoint
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Restore

Indicates that the cmdlet performs a restore operation.

Parameter properties

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

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
DumpMediaRecoveryPoint
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RestoreSecurity

Indicates that DPM uses the security settings of the recovery point during a restore operation. When you specify the RestoreSecurity parameter, the cmdlet uses the security settings from the recovery point. Otherwise, the cmdlet uses the security settings of the destination server.

Parameter properties

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

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
DumpMediaRecoveryPoint
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SourceLibrary

Specifies the location of a dataset to copy.

Parameter properties

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

Parameter sets

CopyToMedia
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Tape

Specifies a tape from which this cmdlet copies a recovery point. To obtain a Tape object, use the Get-DPMTape cmdlet.

Parameter properties

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

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
DumpMediaRecoveryPoint
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-TapeLabel

Specifies a label that identifies the tape.

Parameter properties

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

Parameter sets

CopyToMedia
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TapeOption

Specifies that the copy operation compress or encrypt the data on the tape.

The acceptable values for this parameter are:

  • 0 Compress
  • 1 Encrypt
  • 2 NoCompressAndNoEncrypt

Parameter properties

Type:TapeOptions
Default value:None
Accepted values:Compress, Encrypt, NoCompressAndNoEncrypt
Supports wildcards:False
DontShow:False

Parameter sets

CopyToMedia
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TargetLibrary

Specifies the target library to which to copy the data set.

Parameter properties

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

Parameter sets

CopyToMedia
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TargetPath

Specifies a target path.

Parameter properties

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

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
DumpMediaRecoveryPoint
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TargetServer

Specifies the target server for recovery.

If you use this cmdlet in a clustered environment, specify the target server parameter in the format ResourceGroupName.ClusterName.DomainName.

Parameter properties

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

Parameter sets

DumpMediaHeadlessDataset
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
DumpMediaRecoveryPoint
Position:Named
Mandatory:True
Value from pipeline:False
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.

Outputs

Job