Created
April 29, 2024 11:36
-
-
Save tdewin/bcce631eaf0b1872a0f32c8ecdf31cbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SITEA: [ | |
down | |
VA: box rad 10px "Veeam Agent" "100TB" color White fill 0x00d15f;move 0.1 | |
VM: box rad 10px "VM vSphere" "100TB";move 0.1 | |
ORA: box rad 10px "Oracle RMAN" "Plugin" "100TB" color White fill 0x00d15f; | |
PROXY: box rad 10px "Veeam Proxy" "100TB" at 1 right of VM color White fill 0x00d15f | |
REPO: cylinder rad 10px "Repo A" at 2 right of VA color White fill 0x00d15f | |
arrow from VA.e to REPO.w | |
arrow from VM.e to PROXY.w | |
arrow from PROXY.e then right until even with (REPO.s.x-0.2),REPO.s.y then to (REPO.s.x-0.2),REPO.s.y | |
arrow from ORA.e then right until even with (REPO.s.x-0.1),REPO.s.y then to (REPO.s.x-0.1),REPO.s.y | |
] | |
right; move 1; | |
SITEB: [ | |
down | |
VA2: box rad 10px "Veeam Agent" "90TB" color White fill 0x00d15f;move 0.1 | |
VM2: box rad 10px "VM vSphere" "100TB";move 0.1 | |
ORA2: box rad 10px "Oracle" "100TB" | |
REPO2: cylinder rad 10px "Repo B" at 2 right of VA2 color White fill 0x00d15f | |
arrow from VA2.e to REPO2.w | |
arrow from VM2.e to REPO2.sw | |
arrow from ORA2.e then right until even with REPO2 then to REPO2.s | |
] | |
right; move 1; | |
AZ: [ | |
down | |
M365: box rad 10px "M365" color White fill 0x00d15f;move 0.1 | |
] | |
A: box thin width SITEA.width+0.5 height SITEA.height+0.5 at SITEA.center | |
ATEXT: text "Site A" italic with .n at 0.3 below SITEA.s | |
B: box thin width SITEB.width+0.5 height SITEB.height+0.5 at SITEB.center | |
BTEXT: text "Site B" italic with .n at 0.3 below SITEB.s | |
AZB: box thin width AZ.width+0.5 height AZ.height+0.5 at AZ.center | |
AZTEXT: text "Azure" italic with .n at 0.3 below AZ.s | |
arrow "backup copy" from SITEA.REPO.n \ | |
up 0.2 \ | |
then right until even with SITEB.REPO2 \ | |
then to SITEB.REPO2.n <-> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment