--- title: "Update-VBRNasBackupPath (obsolete)" description: "This cmdlet updates the file path to the source file share. To correctly update the source file share path for a file backup job that has a configured secondary target, refer to the Updating Source File Share Path for Backup Jobs with Secondary..." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/update-vbrnasbackuppath.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Update-VBRNasBackupPath (obsolete)" dateModified: "2026-08-19" --- # Update-VBRNasBackupPath ## Short Description Updates the file path to the source file share. ::: note This cmdlet is obsolete. Run the [`Update-VBRUnstructuredBackupPath`](update-vbrunstructuredbackuppath.md) cmdlet instead. ::: **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
NASServer
RootNASServerByName
SANEntity
SanHostByName
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies a file share backup. The cmdlet will update the path to the source file share for this backup. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
SourceNASServer |
Specifies the file share server. The cmdlet will update this path/file share/server name to a new one. Accepts the |
|
True |
Named |
False |
|
SourceRootNASServerName |
Specifies a new name of of the root server. The cmdlet will add this name to a configuration database. |
|
True |
Named |
False |
|
SourceSANEntity |
Specifies the enterprise NAS system or its volume where the file shares reside. The cmdlet will update the path to this NAS system to a new path. Accepts the |
|
True |
Named |
False |
|
SourceSANHostName |
Specifies the name of the SAN host object to be changed in the backup. |
|
True |
Named |
False |
|
TargetNASServer |
Specifies the file share server. The cmdlet will update the file share path/name/server name to this one. Accepts the |
|
True |
Named |
False |
|
TargetRootNASServer |
Specifies the file share server. The cmdlet will update the root server name to this one. Accepts the |
|
True |
Named |
False |
|
TargetSANEntity |
Specifies the enterprise NAS system or its volume where the file share will reside. The cmdlet will use this NAS system entity as a new one when updating the backup information. Accepts the |
|
True |
Named |
False |
|
TargetSANHost |
Specifies the enterprise NAS system or its volume where the file share will reside. The cmdlet will use this NAS system entity as a new one when updating the backup information. Accepts the |
|
True |
Named |
False |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command. |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |