Index ¦ Archives ¦ Atom > Tag: Cloud

Installing Duplicati on an Arch Linux Laptop

For this setup I'm using Duplicati to backup to Backblaze. In a previous post I've written some instructions on setting up Backblaze.

Installing

To install Duplicati simply run

git clone https://aur.archlinux.org/duplicati-latest.git
cd duplicati-latest
makepkg -si

Then enable and start the service

sudo systemctl enable duplicati …

Installing Duplicati on a headless Debian Linux server

For this setup I'm using Duplicati to backup to Backblaze. In a previous post I've written some instructions on setting up Backblaze.

SSH into the server

The first thing we have to do is to SSH into the server, because Duplicati will be running as a web service on port …


Installing Duplicati on Windows 10

For this setup I'm using Duplicati to backup to Backblaze. In a previous post I've written some instructions on setting up Backblaze.

Install

First head on over to Duplicati and download the latest version for Windows (at the time of this writing that's 2.0.2.1)

Start the installer …


Setting up Backblaze for Duplicati

I've been looking for new backup software for a few months and I've found Duplicati. I'm absolutely stoked with it, it does everything I want from backup software.

Duplicati can backup to a number of different locations and there are several cloud options but I've chosen to go with Backblaze …


Backup to S3 and restore to EC2

There is an old saying that "there are two types of sysadmins, those that do make backups and those that will make backups". Hopefully there are not too many of the second group. But backing up the data is only part of the picture, you also need to think about …

Creative Commons License
Content on this site is licensed under a Creative Commons Attribution 4.0 International License.
Built using Pelican. Based on a theme by Giulio Fidente on github.