-
- Service Provider
- Posts: 23
- Liked: 7 times
- Joined: Jan 07, 2016 9:32 pm
- Contact:
Job Encryption
I'm trying to find the best way to report that backup jobs are encrypted. This is driven by compliance requests. I'm hoping Veeam One has a report that will show that the job is encrypted.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Job Encryption
Hi,
You can do that by exporting job configurations via this report > Job Configuration Dump. On the other hand, I do like your idea of having a predefined report like that. Thanks for the heads up!
You can do that by exporting job configurations via this report > Job Configuration Dump. On the other hand, I do like your idea of having a predefined report like that. Thanks for the heads up!
-
- Service Provider
- Posts: 23
- Liked: 7 times
- Joined: Jan 07, 2016 9:32 pm
- Contact:
Re: Job Encryption
Thank Vitaliy. My SE provided me with a PS example that might work for me to create our own report. I'll share here for the community.
Get-VBRJob | Select-Object Name,@{n='Encrypted';e={$_.Options.BackupStorageOptions.StorageEncryptionEnabled}}
Get-VBRJob | Select-Object Name,@{n='Encrypted';e={$_.Options.BackupStorageOptions.StorageEncryptionEnabled}}
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Job Encryption
As the mentioned Job Configuration Dump report shows only current settings, you may want to use Job Configuration Change Tracking to check if the encryption option was enabled/disabled in the past.
By the way, we have such a dedicated report in the road map.
Thanks
By the way, we have such a dedicated report in the road map.
Thanks
Who is online
Users browsing this forum: No registered users and 3 guests