Modifies duplicate stages in a backup definition in Backup Exec.
Modifies duplicate stages in a backup definition in Backup
Exec.
You can modify duplicate stages in a new backup definition or edit
a backup definition.
To modify duplicate stages in a new backup definition, use
Set-BEDuplicateStageBackupTask and
To modify duplicate stages in an existing backup definition, use
Set-BEDuplicateStageBackupTask and
When you create or edit a backup definition, the backup definition
must be passed to
Specifies the backup definition to modify.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies the source backup in the backup definition to
duplicate.
The valid values are:
AllBackups
MostRecentFullBackup
SpecificSourceBackups
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more backup jobs in the backup definition to duplicate by name (string). To specify multiple names, use commas to separate the names. The Source parameter must be set to SpecificBackups.
Required | false |
Position | 1 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the name of the backup job in the backup definition to duplicate.
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the name of a duplicate backup job in the backup definition to duplicate.
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the name of the duplicate backup job in the backup definition to duplicate.
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the time and frequency that you want to run the job.
See
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the storage device that you want to use for the backup
job. See
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the media set to associate with the media. The media
is protected from being overwritten based on the settings for the
media set. The Storage parameter must be set to a tape-based
storage device. See
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Exports the media from the device when the job completes. The
Storage parameter must be set to a tape-based storage device.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Logically moves the media to the specified vault when the job
completes. The Storage parameter must be set to a tape-based
storage device and TapeStorageExportMedia must be set to $true. See
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Ejects the media from the storage device after the job
completes. The Storage parameter must be set to a tape-based
storage device.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the use of WORM (write once, read many) media for this
backup job. The Storage parameter must be set to a tape-based
storage device.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Enables data to be copied from a virtual tape library directly
to a physical tape device.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Retensions the media before data is written to it. The Storage
parameter must be set to a tape-based storage device.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the number of hours to retain the data on the media before the media can be overwritten. The Storage parameter must be set to a disk-based storage device.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Submits the job with an on-hold status.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Describes the data that was backed up and the location of the data.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the maximum amount of time past the scheduled start time that Backup Exec considers the job to be missed and reschedules it.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the amount of time after the scheduled start time that you want to cancel the job if it is still running.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Runs a verify operation automatically when the backup job
completes.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Enables hardware compression. The Storage parameter must be set
to a tape-based storage device.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies if you want to overwrite or append to the media when
the job starts. The Storage parameter must be set to a tape-based
storage device.
The valid values are:
Append
AppendOnly
Overwrite
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the type of encryption that you want to use for the
backup job.
The valid values are:
None
Software
Hardware
SoftwareIfNoHardware
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the encryption key that you want to use. EncryptionType must be set to a value other than None.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more duplicate stages to modify by duplicate stage name (wildcards accepted). To specify multiple names, use commas to separate the names.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | true |
Describes what happens if you execute the command without actually executing the command.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Prompts you for confirmation before executing the command.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a Backup Exec backup definition object to Set-BEDuplicateStageBackupTask.
The backup definition that has been modified.
These commands set the storage of the duplicate stage named "Duplicate 2" in the backup definition named "Backup Definition 01" to the "Any disk storage" pool.
These commands set the storage of all the duplicate stages in the backup definition named "Backup Definition 01" to the "Any disk storage" pool.