macrouf.blogg.se

Veeam backup for microsoft office 365
Veeam backup for microsoft office 365





This how-to guide will show you the necessary steps. This is a procedure many admins are not used to – even though it is not really difficult. The main challenge I see very often is when it comes to adding organizations with Modern App-only Authentication. The installation and configuration is straight forward. You can download the product (and also a trial key) here: If you do not wait, it cancels the job.Īfter the job completed successfully, I checked the Veeam Explorer for OneDrive.įinally, you can see, that the job was succesful and did only backup the “Falko Banaszak Webhosting” folder.Veeam Backup for Microsoft Office 365 is a powerful solution that allows you to backup and restore MS Exchange, MS Sharepoint, MS OneDrive for Business and MS Teams data. Remember: If you start a job in PowerShell, you have to wait until it is finished. With the “-SelectedOneDriveFolder” parameter, I’ve set the job to only process the folder “Falko Banaszak Webhosting”.Īfter my job has been successfully created, I created another variable for my new job and started it immediately: $BackupJob = Get-VBOJob -Name "ONEDRIVE BACKUP" I created some variables for the organization, the repository and the item I wanted to back up. $ItemToBackup = New-VBOBackupItem -Organization $Organization -OneDriveĪdd-VBOJob -Organization $Organization -Name "ONEDRIVE BACKUP" -Repository $Repository -SelectedItems $ItemToBackup -SelectedOneDriveFolder "Falko Banaszak Webhosting" $Repository = Get-VBORepository -Name "ONEDRIVE" So what I did is the following: $Organization = Get-VBOOrganization -Name "" Here is the related command and its parameters. If you didn’t know it already, the ability to exclude or include specific folders for OneDrive backups is only available by using PowerShell. I recreated that scenario with my own Office 365 Tenant, whereby I selected to only backup my webhosting folder. However, in my case here it makes more sense to only include that specific folder. By the way, you are also able to exclude specific OneDrive folders by using the “ -ExcludedOneDriveFolders” variable. So in this scenario we needed a OneDrive backup job, which backs up the whole organization with the OneDrive object and only includes that work folder. All other folders are not backed up and the users know that. The policy is, that each user has a specific “Work” folder (root folder) which gets backed up with Veeam Backup for Office 365. One of my customers developed an internal policy regarding the usage of OneDrive for Business. This is going to be a quick post on how to backup a single OneDrive folder with Veeam Backup for Office 365.







Veeam backup for microsoft office 365