Deleting Backup Job
You can delete a backup job configured in Veeam Agent for IBM AIX. When you delete a backup job, backup files created by this job remain intact on the backup repository.
You can delete a backup job in one of the following ways:
Deleting Job from Control Panel
To delete a backup job, do the following:
- Launch the Veeam Agent control panel with the veeam or veeamconfig ui command.
- In the Veeam Agent control panel, press the [V] key to open the list of backup jobs.
- Select the job that you want to delete and press the [D] key.
Deleting Backup Job in Command Line Interface
To delete a backup job, use the following command:
veeamconfig job delete --name <job_name> |
or
veeamconfig job delete --id <job_id> |
where:
- <job_name> — name of the backup job that you want to delete.
- <job_id> — ID of the backup job that you want to delete.
For example:
$ veeamconfig job delete --name SystemBackup |