Backblaze For Synology

Posted on  by 



We have finally made it. We’ve made it to the last section of this project. Now that we’ve set up the main services on the NAS and moved our files to it. Let back it up just incase the whole thing implodes (*knocks on wood). There is a lot of options between CloudSync and Hyper Backup to create a backup of the NAS and now there is a lot of options for cheap cloud storage. All of them have their pros and cons, advantages and disadvantages, and different capabilities.

Before we go into configuring CloudSync lets break down Hyper Backup vs CloudSync first.

.Sync tools to enable remote user workflows and speed collaboration across multiple locations. A complete, cost-effective 3-2-1 backup protection solution. Newbie here coming from a Lenovo IX2-DL to a DS920+, and holy crap, is it a night and day difference! So much snappier, and now that I've tried DSM, I don't think I. So let’s get started, first we need to install the Synology CloudSync Package, this will allow integration with Backblaze B2. During the installation, it will ask where you would like the packaged to be installed, I just picked ‘volume 1’ as that is where my other packages have also been installed.

  • Hyper Backup is mainly used to replicate a traditional backup software to a Cloud Storage location. You configure a standard backup retention schedule like daily, weekly, monthly etc.
  • CloudSync is mainly used for taking what is on the NAS and dumping it somewhere else or used to keep 2 locations in sync. You and sync a folder on your NAS to a folder in your onedrive account. The connection can be a single direction or by directional.

For this process I choose to use Backblaze B2 Cloud Storage. More specifically I’m going to configure a one way sync to Backblaze and configure Backblaze to hold everything with version control. Lastly, in this configuration I will configuration not to download and changes from BackBlaze. This last step is a precaution just incase backblaze is comprised then what ever changes are made will not impact the NAS files. Then I can just delete the BackBlaze container and reupload everything.

Backblaze For Synology

I’m not going to go through the BackBlaze account setup because it’s pretty straight forward. You create an account, create a bucket, and some encryption keys. Then you’ll need put that information into CloudSync. It’s a similar set up to any other vendor out there. So let’s focus on the Synology part of it.

First, log into your Synology and open up Package Center.

Download and install the CloudSync Application.

Next open Cloud Sync and Click the + sign to add a vendor.

As you can see there is a ton of vendors to choose from. We are going to pick BackBlaze B2 and click Next to continue.

For BackBlack specifically they need the following items.

Backblaze Synology Online Backup

  • Account ID /applicationKeyID
  • Application Key

Once you put those 2 items in you’ll be able to select the bucket you created. If you have a bigger BackBlaze account with multiple buckets you can choose which bucket to use.

Backblaze For Synology Download

Click Next to continue.

On this page is where you start creating your synced folders. After you create the first folder you can add more folders. Since I’m using this for Backups and not synced cloud access I’ve selected “Upload local changes only” for sync direction. If you want to scope the schedule you can do so under “Schedule Settings”.

When you can enable Data Encryption you’ll have to create a password for the encryption. Don’t loose the password or else you’re backups will be useless.

Click Next to continue.

The process is complete. Click OK and you can go back to the Overview tab to see the status.

Backblaze synology online backup

If you have more folders to sync click on Task List and you can add them there.

Backblaze Backup For Synology

That is it. That is the process to easily sync your Synology NAS to Backblaze. I hope you’ve found this guide and the other ones in this series useful.

Backblaze Synology Personal Backup

-Terry Sheridan

It depends on the volume of data. Running a second Synology unit at another site and mirroring changes (using something approaching the efficiency of rsync) will easily be the most economical beyond 1tb -- an amount typically included for free with just about every Office 365 subscription. It's not ideal however, unless you plan to perform DR to the cloud; that is, restore a failed local instance to a cloud platform. This is because you will be unable to get one tenth of 1tb of data that stored in the cloud in a timely fashion unless it is being restored to an adjacent platform.

Synology Backblaze B2

The cool thing about rsync is that the bandwidth use can be near zero as you can do a full mirror once a week but generate a differential file each night and export it to a local drive instead of applying the changes over the internet. That differential file can be used to roll the remote version forward to the time the file was generated. You would only actually apply it to the remote mirror if need be -- testing notwithstanding.





Coments are closed