This is an archive version of the document. To get the most up-to-date information, see the current version.

Remove-VBRNASBackup

Short Description

Removes backup files created by the file backup job.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

This cmdlet provides parameter sets that allow you to:

  • Remove backup files created by the file backup job from the Veeam Backup & Replication infrastructure.

Remove-VBRNASBackup -NASBackup <VBRNASBackup[]> [-WhatIf] [-Confirm]  [<CommonParameters>]

  • Remove backup files of specific file shares from the disk.

Remove-VBRNASBackup -NASBackup <VBRNASBackup[]> -NASServer <VBRNASServer[]> [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>]

  • Remove backup files created by the file backup job from the disk.

Remove-VBRNASBackup -NASBackup <VBRNASBackup[]> -FromDisk [-RunAsync] [-WhatIf] [-Confirm]  [<CommonParameters>]

  • Remove restore points of backup files for specific file shares.

Remove-VBRNASBackup -RestorePoint <VBRNASBackupRestorePoint[]> [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>]

Detailed Description

This cmdlet removes backup files created by the file backup job.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

NASBackup

Specifies an array of backup files created by the file backup job. The cmdlet will remove these backup files.

Accepts the VBRNASBackup[] object. To create this object, run the Get-VBRNASBackup cmdlet.

True

Named

True (ByValue, ByPropertyName)

NASServer

Specifies an array of file shares. The cmdlet will remove backup files of the specified file shares.

Accepts the VBRNASServer[] object. To create this object, run the Get-VBRNASServer cmdlet.

True

Named

False

RestorePoint

Specifies an array of restore points. The cmdlet will remove specified file shares.

Accepts the VBRNASBackupRestorePoint[] object. To create this object, run the Get-VBRNASBackupRestorePoint cmdlet.

True

Named

True (ByValue, ByPropertyName)

FromDisk

Defines that the cmdlet will remove backup files from disk.

SwitchParamter

True

Named

False

RunAsync

Indicates that the command returns immediately without waiting for the task to complete.

SwitchParamter

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.

SwitchParamter

False

Named

False

Confirm

Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue.

SwitchParamter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

None.

Examples

Remove-VBRNASBackupExample 1. Removing Backup Files from Veeam Backup & Replication Infrastructure

Remove-VBRNASBackupExample 2. Removing Backup Files of Specific File Shares from Disk

Remove-VBRNASBackupExample 3. Removing Backup Files From Disk

Remove-VBRNASBackupExample 4. Removing Restore Points of File Backups for Specific File Share

Related Commands