Removes a backup task from a backup definition in Backup Exec.
Removes a backup task from a backup definition in Backup Exec.
You cannot remove the initial full backup from a backup
definition.
To remove a backup task from a new backup definition, use
Remove-BEBackupTask and
To remove a backup task from an existing backup definition, use
Remove-BEBackupTask and
To remove a backup task from the backup job defaults, use
Remove-BEBackupTask 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 |
Removes the simultaneous convert-to-virtual stage from the backup definition.
Required | true |
Position | Named |
Accepts pipeline input | false |
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 backup tasks to remove from the backup definition by backup task 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 Remove-BEBackupTask.
You can pipe a Backup Exec backup job default object to Remove-BEBackupTask.
The backup definition that has been modified.
The backup job default that has been modified.
These commands create a new backup definition for the local computer that removes the default incremental backup.
These commands remove all of the backup tasks, except for the initial full backup, from a backup definition named "Backup Definition 01".
These commands remove all of the backup tasks, except for the initial full backup, from the back up to disk job defaults.