I'm trying to add share from Ubuntu 20.04 LTS with powershell and it's not working.
With GUI it's working when I just specify the folder path and let all other option by default.
My command is :
Code: Select all
$param = @{
Name = "Repo_NFS01"
Server = "vbrpxy02"
Description = "Repository NFS Toulouse"
Type = "NFS"
Folder = "vbrpxy02:/mnt/veeam"
MaxConcurrentJobs = 4
UsePerVMFile = $true
}
Add-VBRBackupRepository @param
Am I using the good settings ?