Delete backups
If the backup repository is full, no new backups will be created. To automatically delete old backups when creating new backups, when backup setup configure Retention Policy — the number of recovery points to be stored or the number of days for which backups will be kept.
To check the status of the repository, you can view resource consumption statistics.
Delete backup
You can delete a specific backup from the machine on which it was created. To do so, the conditions must be met:
- The backup agent must be installed on the machine and the Selectel cloud repository must be available;
- on the portal Veeam Service Provider Console the car must be in a status
Online
.
You can delete all backups from the cloud by deleting backup jobs on the Veeam Service Provider Console portal.
Linux
Windows
Read more about deleting backups in the instructions Deleting Backups Veeam Agent documentation for Linux.
-
Print the list of backups:
sudo veeamconfig backup list --all
-
Copy that.
backup_id
— identifier of the required backup. -
Delete the backup job:
sudo veeamconfig backup delete --id <backup_id> --purge
Specify
<backup_id>
— backup identifier.
Read more about deleting backups in the instructions Deleting Backups Veeam Agent documentation for Windows.
Run the command as administrator:
"C:\Program Files\Veeam\Endpoint Backup\Veeam.EndPoint.Manager.exe" /deletebackup
Clear the backup repository
- Delete backup jobs along with the backups themselves.
- If repository space is not freed or not fully freed, file a ticket to clean up the repository.