160x1200

160x1200

705x108

Wednesday, 30 June 2021 12:37

Office 365 Backup with Synology NAS

By Andrew Morpeth

Guest Review: There are many reasons that you may want to back up your Office 365 data. The most common reasons I see are data sovereignty and compliance laws that require data to be stored in-country or customers that want a backup plan for their cloud data.

The latter is something that all businesses should consider – while your data is safe in Office 365, you may or may not know:

  • Office 365 doesn’t provide point in time backups (although, OneDrive and SharePoint do provide versioning)
  • If a user deletes data, by default after 30-days it will not be recoverable
  • If Office 365 went down for a considerable period, you would not have access to your data for the duration

An Office 365 backup solution can help address these points, and one that you physically own can ensure you meet data sovereignty and compliance laws in your region. This is where a Synology NAS can help, and they come in all shapes and sizes to meet your needs. I got my hands on a Synology DS920+ which is a small form factor 4 bay unit. You can check out which models support Office 365 backup here, but as a rule of thumb the Plus, xs/xs+, SA, and FS series should support it.

In this guide, I will take you through the basics to get your backup configured and take you through the management interface including the process to restore and export. I’ll do so using a mixture of video and written content.

Management Interface

Review of the management interface including the process to restore and export your backup data.

SYN Video

Device & Office 365 Backup Setup

Device Setup Basics

Before you power up the device make sure you have installed at least 1 drive. You cannot complete the initial setup wizard without it.

This guide is demonstrated on the Synology DS920+ running firmware DSM 6.2.3-25426 Update 3.

The Synology NAS can be accessed using the following URL on port 5000:

https://synologynas:5000/

If that does not work for you, you’ll need to discover its IP address e.g. https://192.168.1.50:5000/

Click ‘Set up’:

SYN 1

Click ‘Install Now’ to install the latest updates:

SYN 2

Give the device a name and create an admin account:

SYN 3

Create a Synology account. Amount other things, this gives you access to your NAS remotely without having to configure your network and is required to use Office 365 backup:

SYN 4

Accept the privacy statement:

SYN 6

You will be given your unique QuickConnect URL which you can use to access your NAS on and off your network e.g. https://QuickConnect.to/<USERNAME>

SYN 7

At this point, you are done. Click ‘Go’ to login to your NAS. This should redirect you to the login page. In my case this did not happen, nor did a page refresh work. However, I was able to use my QuickConnect URL to get there.

SYN 8

Login using the admin account you created:

SYN 9

Once you have logged in you will need to setup your disk. Click the Main Menu button at the top left, then select ‘Storge Manager’:

SYN 10

Select ‘Volume’ then ‘Create’:

SYN 11

I only have 1 disk installed so opted for ‘Quick’:

SYN 12

I chose ‘SHR’ for my RAID type:

SYN 13

Select the drives that you want to include:

SYN 14

Confirm that data will be erased:

SYN 15

I chose the ‘Btrfs’ file system:

SYN 16

Confirm your settings and click ‘apply’ to start building your volume:

SYN 17

Once your first volume is created, you can move on to the next steps:

 SYN 18

A preparation step required for Office 365 backup is to create a shared folder for your data. You will use this location later in the article. Go to Main Menu and select ‘Control Panel’. Under the ‘File Sharing’ category select ‘Shared Folder’:

SYN 19

Select ‘Create’:

SYN 20

Give the folder a name and description and select the disk/volume:

SYN 21

I chose not to encrypt my data. If you choose to encrypt, keep your key in a VERY safe place!:

SYN 22

I enable ‘checksum’ to validate data integrity:

SYN 23

The default permissions work fine:

SYN 24

Confirm your settings then hit ‘Apply’ to create your shared folder:

SYN 25

Install Active Backup for Microsoft 365 & Configure a Backup Task

Now to the topic of this blog post – backing up your Office 365 data. You’ll need to install a ‘Package’ / App to do this. Open ‘Package Centre’ from the desktop:

SYN 26

Search for ‘Active Backup for Microsoft 365’, then select ‘Install’:

SYN 27

Once installed, select ‘Open’:

SYN 28

You will be prompted to run through the activation wizard. Select ‘Activate’:

SYN 29

Accept the privacy statement then select ‘Next’:

SYN 30

You will be asked to login to your Synology account (created during initial setup):

SYN 31

Finally, you should see ‘Package Activated’. Select ‘OK’ to begin configuration of the package:

SYN 32

Select ‘Create a new backup task’:

SYN 33

In the next step, you will need to register an application in Azure AD. Thankfully, Synology makes this simple by providing a script. Click the ‘this tutorial’ link to download the script and learn more about the steps required. At the time of writing, you can also find that page here. The guide is very good so I won’t go into the details here other than to summarise them:

  • Set your PowerShell execution policy ‘Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process’
  • Download the ps1 script
  • Run the script and follow the prompts
  • During the process, you will need to enter the credentials of an Office 365 Global Administrator
  • Once the script has completed you will be provided with the Tenant ID, Application ID and the path to a certificate that was created for you. You will need these to complete the backup task setup process
  • You will also be provided with a URL – follow the URL and login using the same Global Admin account. Select ‘Grant admin consent for <OrganizationName>’ then when prompted, select ‘Yes’

 SYN 34

Now we can continue the backup task setup process…

Enter the information created from the previous step:

  • Choose your Microsoft 365 endpoint – for most this will be ‘Microsoft 365’, unless your tenant is in Germany or China
  • Enter the domain admin used above
  • Enter the Tenant ID and Application ID provided by the script
  • Click the ‘Upload’ button and navigate to the path where the certificate was created and select and open it
  • Enter the certificate password you provided

If you have entered the correct information you should be able to move on to the next step.

SYN 35

If you have not created any shared folders, you will be asked to do so. It’s better to create your shared folders in advanced as mentioned earlier in this article. If you haven’t, the wizard is the same so just follow the above instructions – once the wizard completes, just note that you will need to select ‘Back’ then ‘Next’ to refresh the list of shared folders.

Give your task a name and select the shared folder to set as the backup destination. You can also choose enable user self-service by ticking ‘Enable Active Backup for Microsoft 365 Portal’ – this non-admin is users administer backups.:

SYN 36

Select the services that you want to auto-backup. This ensures that new users, groups and sites that are created are automatically added to the backup job. If you don’t select a service here it will become a manual task:

SYN 37

Choose your backup policy. In my case, I am choosing ‘Continuous backup’ which means that file changes are caught and backed up within a few minutes. You could also run on a simple schedule or run manually.

Also, choose the data retention period.

SYN 39

View the summary and select apply:

SYN 40

From the ‘Task list’ you will see the initial backup job kick-off:

SYN 41

 

 

 

 

Read 4898 times

Please join our community here and become a VIP.

Subscribe to ITWIRE UPDATE Newsletter here
JOIN our iTWireTV our YouTube Community here
BACK TO LATEST NEWS here




EXL AI IN ACTION VIRTUAL EVENT 20 MARCH 2025

Industry leaders are looking to transform their businesses and achieve measurable outcomes with AI.

As organisations across APAC navigate the complexities of AI adoption, this must-attend event brings together industry leaders, real-world demonstrations, and visionary panel discussions to bridge the gap between proof-of-concepts and enterprise-wide AI implementation.

Learn how to overcome common challenges in deploying AI at scale.​

Unlock cost savings, efficiency, and better customer experiences with AI.

Discover how industry expertise and data intelligence enable practical AI deployment.

Register for the event now!

REGISTER!

PROMOTE YOUR WEBINAR ON ITWIRE

It's all about Webinars.

Marketing budgets are now focused on Webinars combined with Lead Generation.

If you wish to promote a Webinar we recommend at least a 3 to 4 week campaign prior to your event.

The iTWire campaign will include extensive adverts on our News Site itwire.com and prominent Newsletter promotion https://itwire.com/itwire-update.html and Promotional News & Editorial. Plus a video interview of the key speaker on iTWire TV https://www.youtube.com/c/iTWireTV/videos which will be used in Promotional Posts on the iTWire Home Page.

Now we are coming out of Lockdown iTWire will be focussed to assisting with your webinars and campaigns and assistance via part payments and extended terms, a Webinar Business Booster Pack and other supportive programs. We can also create your adverts and written content plus coordinate your video interview.

We look forward to discussing your campaign goals with you. Please click the button below.

MORE INFO HERE!

BACK TO HOME PAGE
Share News tips for the iTWire Journalists? Your tip will be anonymous

Subscribe to Newsletter

*  Enter the security code shown: img0

WEBINARS & EVENTS

CYBERSECURITY

PEOPLE MOVES

GUEST ARTICLES

Guest Opinion

ITWIRETV & INTERVIEWS

RESEARCH & CASE STUDIES

Channel News

Comments