Skip to content

Commit

Permalink
More Flexible NAS Server Path for Job
Browse files Browse the repository at this point in the history
  • Loading branch information
vMarkusK committed Mar 22, 2020
1 parent 34405eb commit f4f9665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/New-VeeamNetappVolume.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ function New-VeeamNetappVolume {

if ($CreateBackupJob) {
if ($NFS) {
$Object = New-VBRNASBackupJobObject -Server $VBRNAServer -Path "$($NetAppInterface.Address):/$($VolName)"
$Object = New-VBRNASBackupJobObject -Server $VBRNAServer -Path $VBRNAServer.Path
}
elseif ($SMB) {
"Not Implemented. Sorry..."
Expand Down

0 comments on commit f4f9665

Please sign in to comment.