Sync-VBRNASBackupMetadata (obsolete)
Short Description
Downloads metadata of backup files from the long-term backup repository.
Note |
|
This cmdlet is obsolete. Run the |
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Sync-VBRNASBackupMetadata -SourceBackup <VBRNASBackup> -TargetRepository <CBackupRepository> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet downloads metadata of backup files from the long-term backup repository to the short-term repository. You can use this cmdlet to restore backup files that are located on the long-term repository but are no longer available on the short-term repository.
Important |
|
Before downloading metadata from the long-term repository, you must run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
SourceBackup |
Specifies a backup file. The cmdlet will download metadata of this backup file from the long-term repository.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
TargetRepository |
Specifies the short-term backup repository. The cmdlet will download metadata of backup files to the specified short-term backup repository.
Accepts the |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Downloading Metadata to Short-term Repository
This example shows how to download data from the long-term repository to the short-term repository.
|
$backup = Get-VBRNASBackup $repository = Get-VBRBackupRepository Sync-VBRNASBackupMetadata -SourceBackup $backup -TargetRepository $repository |
Perform the following steps:
- Run the
Get-VBRNASBackupReturns backup files created by the file backup job. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackup cmdlet instead. cmdlet. Save the result to the$backupvariable. - Run the
Get-VBRBackupRepositoryReturns a list of backup repositories. cmdlet. Save the result to the$repositoryvariable. - Run the
Sync-VBRNASBackupMetadatacmdlet. Set the$backupvariable as theSourceBackupparameter value. Set the$repositoryvariable as theTargetRepositoryparameter value.
Related Commands
Get-VBRNASBackupReturns backup files created by the file backup job. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackup cmdlet instead.Get-VBRBackupRepositoryReturns a list of backup repositories.