Cloudberry Backup

Easily backup your Windows machines with CloudBerry Backup, on an on-premises object storage that is Amazon S3/Openstack Swift compatible.

CloudBerry Backup exists in several forms, from a simple and straightforward free version to a complete solution for managed backups designed for service providers.

This document explains how to install the product on a Windows PC and configure it to work with an SDS instance.

Prerequisites

This procedure was tested on a PC with Microsoft Windows 10 and, just to simplify things, I’ll use a Docker container to deploy OpenIO SDS. It also works the same way on a Raspberry Pi.

The OpenIO SDS container is available on Docker Hub, and the procedure to get it up and running is very simple.

The first prerequisite is to have Docker on your PC. If you don’t have it, you can download and install the package from here. Once the package is installed, Docker launches automatically.

For this example, and to. keep things simple, I’ll use the Swift protocol and TempAuth authentication system with the default credentials that are preset in the standard installation:

  • user demo:demo
  • password PASS_DEMO

Installation

Open a Powershell CLI (you’ll find this in the menu that appears when you right-click the Start menu). At the prompt, type:

$ docker pull openio/sds

Followed by

$ docker run -ti --tty -p 192.168.1.121:6007:6007 --net=host openio/sds
../../_images/cloudberry_picture1.jpg

These commands download the container image, if it is not available on the system, and launch it with specific options. The container is not usually visible to the rest of the world, but Docker provides a NAT service, which is why we use the ^p option. It maps TCP port 6007, accessible only on a private network, to the same port in the external world. The IP address is the IP of my default interface (my_ip:int_port:ext_port).

At this point, OpenIO SDS is up and running, and the Swift service is available on port 6007 of the local network from your PC. Remember to configure your Windows Firewall to make it accessible from other devices on your network.

Configuration

You can download Cloudberry Backup directly from CloudBerry Lab’s website; here’s the link. The installation process is straightforward, and a wizard walks you through the necessary steps.

../../_images/cloudberry_picture2.png

Once it is installed, you have to configure access to the object store. To do this, select Add New Account from the first menu on the left.

A new window appears:

../../_images/cloudberry_picture3.png

Click the OpenStack Icon and fill in the fields in the dialog box as follows:

../../_images/cloudberry_picture4.png

Note that you have to select a container or create a new one; otherwise it won’t work.

Click OK, and the system is ready. Click the File menu and you’ll be prompted with the Create Backup Plan wizard.

../../_images/cloudberry_picture5.png

A few more steps and you’re done:

../../_images/cloudberry_picture6.png

Select the account you created earlier, then click Next. Give the plan a name, select what you want to back up, how, when, etc., and, in the last window, check Run Backup Now.

../../_images/cloudberry_picture7.png

After you click Finish, the backup will start.

../../_images/cloudberry_picture8.png