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.
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 |