That example is showing a connection to a DataDomain with an IP of 10.0.0.80, so the path that you say you were trying will only work if your DataDomain has the same IP address.
In your case, I believe you are stating that your DataDomain is reachable by a DNS record of 'StorageUnit1'. If that is the case, then your path should be this (with replacing %folderpath% with your correct folder path):
Code: Select all
-Folder DataDomain://StorageUnit1/%folderpath%@/
You may want to try that, and if it doesn't work, I've included some more details of a more detailed example below.
The following snippet is pulled from a script that I wrote to assist a customer with some mass deployments of DD repos (all leveraging ddboost).
Originally, it was written to pull variables from a CSV, but this is a single example. It assumes that you already have mount server and credential in the appropriate variables, and I am using FQDN rather than IP, but the example is the same:
DD ServerName: 'ddve1'
FQDN of DD: 'ddve1.lab.fullstackgeek.net'
Folder Targeted on DD: 'VeeamBRQ'
Code: Select all
Add-VBRBackupRepository -Type DataDomain -Name 'ddrepo' -Description 'Veeam DD Repo' -MountServer $VeeamWinServer -VPowerNFSFolder 'C:\vPowerNFS' -Folder 'ddboost://ddve1.lab.fullstackgeek.net/VeeamBRQ@/' -DDServerName 'ddve1' -Credential $VeeamDDCredential
The last 2 paths that I used to map to different test directories on my virtual DataDomain are below (same unit, just DNS aliases for FQDN testing):
Code: Select all
ddboost://ddve.lab.fullstackgeek.net/VeeamBOD@/
ddboost://ddve1.lab.fullstackgeek.net/VeeamBRQ@/
Husband, Father, Solutions Architect, Geek | @DenverVMUG, @DenverPSUG, Denver Veeam UG leader | International Speaker | Veeam Vanguard | Microsoft MVP | vExpert (PRO) | Cisco Champion | ex-Tech Field Day Delegate