Hello everyone,
We have a Canvas LTI integration that will automatically create a SharePoint Online site. Is there a way to exclude specific sites by name? For example exclude sites that start with "Course: ".
I see in the job settings I can manually check sites to exclude but that won't help with new sites created.
Thanks for any information.
Ian...
-
- Influencer
- Posts: 12
- Liked: 1 time
- Joined: Oct 13, 2020 10:10 pm
- Contact:
-
- Product Manager
- Posts: 10290
- Liked: 2747 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Exclude specific Sharepoint Online sites from backups
Hello Ian
Currently, there is no filter available for including objects in backup jobs based on a "Start with" condition. One possible workaround is scheduling a RestAPI/PowerShell script to identify all SharePoint sites beginning with "Course: " and adding them to the backup job.
Add-VBOBackupItem: https://helpcenter.veeam.com/docs/vbo36 ... tml?ver=70
For the command Get-VBOOrganizationSite we have a -NotInJob parameter. Use the parameter to query all SharePoint sites which are not yet added to a backup job.
I recommend to test a custom script first on a temporary job (You don't have to run the job).
Best,
Fabian
Currently, there is no filter available for including objects in backup jobs based on a "Start with" condition. One possible workaround is scheduling a RestAPI/PowerShell script to identify all SharePoint sites beginning with "Course: " and adding them to the backup job.
Add-VBOBackupItem: https://helpcenter.veeam.com/docs/vbo36 ... tml?ver=70
For the command Get-VBOOrganizationSite we have a -NotInJob parameter. Use the parameter to query all SharePoint sites which are not yet added to a backup job.
I recommend to test a custom script first on a temporary job (You don't have to run the job).
Best,
Fabian
Product Management Analyst @ Veeam Software
Who is online
Users browsing this forum: No registered users and 65 guests