Adds a verify task to a backup definition in Backup Exec.
Adds a verify task to a backup definition in Backup Exec.
You can add a verify task to a new backup definition or edit an
existing backup definition. You can also add a verify task to the
backup job defaults.
To add a verify task to a new backup definition, use
Add-BEVerifyBackupTask and
To edit a backup definition and add a verify task, use
Add-BEVerifyBackupTask and
To add a verify task to the backup job defaults, use
Add-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 | false |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
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 Add-BEVerifyBackupTask.
You can pipe a Backup Exec backup job default object to Add-BEVerifyBackupTask.
The backup definition that has been modified.
The backup job default that has been modified.
These commands create a backup definition that verifies the data from a backup job named "Full" and "Incremental" every weekday at 10PM.
These commands create a backup definition that has a verify task that verfies the data from a backup job named "Full" after the backup job completes.