Modifies verify tasks in a backup definition in Backup Exec.
Modifies verify tasks in a backup definition in Backup Exec.
You can modify verify tasks in a new backup definition or edit an
existing backup definition. You can also modify verify tasks in the
backup job defaults.
To modify verify tasks in a new backup definition, use
Set-BEVerifyBackupTask and
To modify verify tasks in an existing backup definition, use
Set-BEVerifyBackupTask and
To modify verify tasks in the backup job defaults, use
Set-BEVerifyBackupTask and
When you create or edit a backup definition, the backup definition
must be passed to
When you edit the backup job defaults, the backup job defaults 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 backup job defaults to modify.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more backups in the backup definition to verify on a scheduled basis.
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the name of the backup job in the backup definition to verify.
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 |
Lets you run the verify operation remotely, if the Backup Exec
agent supports it.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the name of the verify task.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | true |
Describes what would happen if you executed 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-BEVerifyBackupTask.
You can pipe a Backup Exec backup job default object to Set-BEVerifyBackupTask.
The backup definition that has been modified.
The backup job default that has been modified.
These commands set the VerifyDataOnClient setting of the verify task named "Verify 2" in the backup definition named "Backup Definition 01" to True.
These commands set the VerifyDataOnClient setting of all the verify tasks in the backup definition named "Backup Definition 01" to True.