We have Veeam O365 5b (5.0.1.225). By mistake we enabled the backup job for the entire organization, so that means it includes Sharepoint, OneDrive, Teams, etc. and now our Repository disk is full.
We need to do a clean-up of the repository disk, in order to leave just emails (users, groups, shared mailboxes, archives, etc.) and delete all data of Sharepoint, OneDrive, Teams, etc. Finally create a job only for emails (users, groups, shared mailboxes, archives, etc.)
How can I do that?
Thanks for your help,
Omar De Souza.
Best answer by Mildur
Removing data needs to be done with the help of powershell. The vbo365 database files will not be getting smaller, but you can remove the data. New mail backups will reuse the already allocated size on the disk.
Since O365 uses a JET database I donโt believe there is a way to do this. The best suggestion would be add another drive if a virtual machine and create a new repo. Then on that set up the new job excluding everything you donโt want. Then you can let the other repo age out or remove it to free up space once the other job is running successfully.
Removing data needs to be done with the help of powershell. The vbo365 database files will not be getting smaller, but you can remove the data. New mail backups will reuse the already allocated size on the disk.
Removing data needs to be done with the help of powershell. The vbo365 database files will not be getting smaller, but you can remove the data. New mail backups will reuse the already allocated size on the disk.
Removing data needs to be done with the help of powershell. The vbo365 database files will not be getting smaller, but you can remove the data. New mail backups will reuse the already allocated size on the disk.
Removing data needs to be done with the help of powershell. The vbo365 database files will not be getting smaller, but you can remove the data. New mail backups will reuse the already allocated size on the disk.
So, If I need only remove Sharepoint, Teams, OneDrive data for all the repository with Powershell, this is the command? : Remove-VBOEntityData -Repository $repository -OneDrive -Sites
So, If I need only remove Sharepoint, Teams, OneDrive data for all the repository with Powershell, this is the command? : Remove-VBOEntityData -Repository $repository -OneDrive -Sites