-
- Enthusiast
- Posts: 69
- Liked: 9 times
- Joined: May 05, 2016 6:28 pm
- Full Name: n d
- Contact:
VeeamZIP view auto-delete info
If i've done a VeeamZIP and set an auto-delete, but forgot for how long, can i find this info?
As well as if I did not set auto-delete, can i find this as well?
As well as if I did not set auto-delete, can i find this as well?
-
- Veeam Software
- Posts: 2985
- Liked: 692 times
- Joined: Jun 28, 2016 12:12 pm
- Contact:
Re: VeeamZIP view auto-delete info
Hi nd39475,
Should be on the Backup Properties section. Right-click the VeeamZip backup from the Backups node, and you should see the Retention column
Should be on the Backup Properties section. Right-click the VeeamZip backup from the Backups node, and you should see the Retention column
David Domask | Product Management: Principal Analyst
-
- Enthusiast
- Posts: 69
- Liked: 9 times
- Joined: May 05, 2016 6:28 pm
- Full Name: n d
- Contact:
Re: VeeamZIP view auto-delete info
fantastic, thank you!
-
- Enthusiast
- Posts: 69
- Liked: 9 times
- Joined: May 05, 2016 6:28 pm
- Full Name: n d
- Contact:
Re: VeeamZIP view auto-delete info
necro bumping, but for Powershell.
Via powershell, i'm able to list VeeamZips ("Restore Point"), but i cannot find retention value or dates. I've checked the RPs' .info and .commonInfo.
Does anyone know how to find the retention value/date via powershell?
Via powershell, i'm able to list VeeamZips ("Restore Point"), but i cannot find retention value or dates. I've checked the RPs' .info and .commonInfo.
Does anyone know how to find the retention value/date via powershell?
-
- Veeam Software
- Posts: 2985
- Liked: 692 times
- Joined: Jun 28, 2016 12:12 pm
- Contact:
Re: VeeamZIP view auto-delete info
Hi nd39475,
Regrettably no supported means for this at this time, but you can use the following unsupported method.
IMPORTANT: You must only use this for reporting purposes. Do not attempt any other operation (e.g., backup, restore, managing jobs) with these methods
This assumes $backup only has the desired VeeamZip backup you want to check retention for, so please adjust your script logic as necessary if you have a lot of VeeamZip backups to check.
Regrettably no supported means for this at this time, but you can use the following unsupported method.
IMPORTANT: You must only use this for reporting purposes. Do not attempt any other operation (e.g., backup, restore, managing jobs) with these methods
Code: Select all
$backup = [Veeam.backup.Core.CBackup]::GetAll() | Where-Object {$_.JobTargetType -eq "VeeamZip"}
[Veeam.Backup.DBManager.CDBManager]::Instance.VeeamZipRetention.FindByBackupId($backup.id)
David Domask | Product Management: Principal Analyst
-
- Enthusiast
- Posts: 69
- Liked: 9 times
- Joined: May 05, 2016 6:28 pm
- Full Name: n d
- Contact:
Re: VeeamZIP view auto-delete info
Thank you! i cannot confirm because although i successfully "moved" my zips (yesterday), somehow in my processing (today) they disappeared and i had to "import" them again, so now my retentions are missing 

Who is online
Users browsing this forum: Semrush [Bot] and 17 guests