My customer has deleted some users, and after that the backup job fails for 3 sites. Error message "Failed to process site: https://xxxx. Cannot contact site at the specified URL https://xxxx. Access to this Web site has been blocked. Please contact the administrator to resolve this problem.
Since the users are deleted I cannot find the sites when I try to exclude them. Can this be done with Powershell?
-
- Service Provider
- Posts: 40
- Liked: 13 times
- Joined: Feb 23, 2010 8:22 am
- Full Name: Stig Hanssen
- Contact:
-
- Product Manager
- Posts: 9930
- Liked: 2632 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Unable to exclude sites
Hello Stig
You can try with Add-VBOExcludedBackupItem.
Example 1 should work to exclude a single site from your backup job.
Best,
Fabian
You can try with Add-VBOExcludedBackupItem.
Example 1 should work to exclude a single site from your backup job.
Best,
Fabian
Product Management Analyst @ Veeam Software
-
- Service Provider
- Posts: 40
- Liked: 13 times
- Joined: Feb 23, 2010 8:22 am
- Full Name: Stig Hanssen
- Contact:
Re: Unable to exclude sites
That gave me the same error message as in the backup job results:
PS C:\> $excludedsite = Get-VBOOrganizationSite -Organization $organization -URL $site
WARNING: Failed to get site collection: https://xxxx. Access to
this site has been blocked. Please contact the administrator to resolve this problem
PS C:\> $excludedsite = Get-VBOOrganizationSite -Organization $organization -URL $site
WARNING: Failed to get site collection: https://xxxx. Access to
this site has been blocked. Please contact the administrator to resolve this problem
Who is online
Users browsing this forum: sensey1 and 50 guests