Get-VBRNASBackupRestorePoint (obsolete)
Short Description
Returns restore points of backups created by file backup jobs.
Note |
|
This cmdlet is obsolete. Run the |
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRNASBackupRestorePoint [<CommonParameters>]
-
IdGet-VBRNASBackupRestorePoint -Id <Guid[]> [<CommonParameters>]
-
NasBackupGet-VBRNASBackupRestorePoint -NASBackup <VBRNASBackup[]> [-NASServer <VBRNASServer[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns restore points created by file backup jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs of backed-up file shares. The cmdlet will return restore points of these file shares. |
|
True |
Named |
False |
|
NASBackup |
Specifies an array of backup files created by the file backup job. The cmdlet will return restore points that are available for these backup files.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
NASServer |
Specifies an array of file shares. The cmdlet will return backup files that are located on these file shares.
Accepts the |
|
False |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting All Restore Points
|
This command returns all restore points that are created by file backup jobs.
|
Example 2. Getting Restore Point by ID
|
This command returns the
|
Example 3. Getting Restore Point From Specific File Share
|
This example shows how to get restore points of the NFS Backup backup file. The restore points are located on the
Perform the following steps:
|
Example 4. Getting Latest Restore Point
|
This command gets the latest restore point from an array of restore points.
Perform the following steps:
|
Related Commands
Get-VBRNASBackupReturns backup files created by the file backup job. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackup cmdlet instead.Get-VBRNASServerReturns file shares that are added to the Veeam Backup & Replication infrastructure. This cmdlet is obsolete. Run the Get-VBRUnstructuredServer cmdlet instead.Select-Object