You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Added
- Add support for Cloud Backup Repositories
### Changed
- Bump version to 0.6.25
- Improved Infrastructure diagram
- Enhance diagram generation functions
### Fixed
- Resolve an issue where Backup Repositories fail to display when no SAN infrastructure is present.
Copy file name to clipboardExpand all lines: Src/Private/Get-VbrInfraDiagram.ps1
+11-11
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ function Get-VbrInfraDiagram {
5
5
.DESCRIPTION
6
6
This script creates a visual representation of the Veeam Backup & Replication infrastructure configuration. The output can be generated in PDF, SVG, DOT, or PNG formats. It leverages the PSGraph module for PowerShell and Graphviz for rendering the diagrams.
7
7
.NOTES
8
-
Version: 0.6.24
8
+
Version: 0.6.25
9
9
Author(s): Jonathan Colon
10
10
Twitter: @jcolonfzenpr
11
11
GitHub: rebelinux
@@ -257,18 +257,18 @@ function Get-VbrInfraDiagram {
257
257
Write-Verbose"Error: Unable to create SAN Objects. Disabling the section"
0 commit comments