Short Description
Modifies folder exclusion settings.
Syntax
Set-VBOFolderExclusions [-DeletedItems] [-Drafts] [-JunkEmail] [-Outbox] [-SyncIssues] [-LitigationHold] [-InPlaceHold] [<CommonParameters>] |
Detailed Description
This cmdlet modifies folder exclusion settings. Per these settings backup jobs will not process selected mailbox folder types. Veeam Backup for Microsoft Office 365 will not store excluded data.
By default, backup jobs will back up all folders from user mailboxes.
|
Folder exclusion settings are global and will be applied to all backup jobs configured in Veeam Backup for Microsoft Office 365. |
Parameters
Parameter | Description | Required | Position | Accept | Accept |
DeletedItems | Indicates that backup jobs will not process Deleted Items and Recoverable Items mailbox folders. | False | Named | False | False |
Drafts | Indicates that backup jobs will not process the Drafts mailbox folder. | False | Named | False | False |
JunkEmail | Indicates that backup jobs will not process the Junk E-mail mailbox folder. | False | Named | False | False |
Outbox | Indicates that backup jobs will not process the Outbox mailbox folder. | False | Named | False | False |
SyncIssues | Indicates that backup jobs will not process the Sync Issues mailbox folder. | False | Named | False | False |
LitigationHold | Indicates that backup jobs will not process items of mailboxes placed on Litigation Hold. | False | Named | False | False |
InPlaceHold | Indicates that backup jobs will not process preserved items of mailboxes placed on In-Place Hold. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This example shows how to exclude Junk E-mail and Drafts mailbox folders from the backup job.
PS C:\PS> Set-VBOFolderExclusions -JunkEmail -Drafts |