Essayer OR - Gratuit

A Simple System that Uses Duplicati for Backing Up Data

Open Source For You

|

August 2025

The open source based data backup system outlined here can be really useful for a small office home office setup. Learn how to set up Duplicati on Windows, back up data to a Linux server, schedule daily backups, secure them with encryption, restore files when needed, and receive email notifications.

- Dr T. Subbulakshmi and Arun Santhosh R.A.

A Simple System that Uses Duplicati for Backing Up Data

Small office and home office (SOHO) environments often rely on a few computers and basic storage devices to manage essential data like client records, invoices, and project files.

While the setup is simple, the data is valuable and losing it can cause serious disruptions. Data loss can occur due to hardware failures, accidental deletion, or malware attacks. Yet, many SOHO users lack a proper backup system or depend on manual copies that are easy to overlook.

So let’s learn how to build a secure and automated backup system using Duplicati, an open source tool that supports encryption, scheduling, and both local and network storage.

System overview

To demonstrate the backup system, we use a typical SOHO arrangement involving two devices on the same local network:

  • A Windows laptop, used for regular office tasks such as document editing, billing, and project handling.

  • An Ubuntu virtual machine hosted locally using VirtualBox, which serves as the backup destination.

  • Duplicati, installed on the Windows machine to manage the backup process.

The Ubuntu virtual machine is prepared to receive secure file transfers using the SFTP protocol. The following steps were followed to configure the Linux server as a backup target.

Install SSH server:

To allow secure access, the SSH service is installed using the following steps:

$ sudo apt update && sudo apt install openssh-server

Create a backup user:

A dedicated user named 'backupuser' is created to handle incoming backup data:

$ sudo adduser backupuser

A password is set during the process to authenticate incoming connections.

Create backup directory:

A directory is created for storing backup files, and ownership is assigned to the new user:

$ sudo mkdir -p /home/backupuser/duplicati-backups

Open Source For You

Cette histoire est tirée de l'édition August 2025 de Open Source For You.

Abonnez-vous à Magzter GOLD pour accéder à des milliers d'histoires premium sélectionnées et à plus de 9 000 magazines et journaux.

Déjà abonné ?

PLUS D'HISTOIRES DE Open Source For You

Open Source For You

Open Source For You

A Simple System that Uses Duplicati for Backing Up Data

The open source based data backup system outlined here can be really useful for a small office home office setup. Learn how to set up Duplicati on Windows, back up data to a Linux server, schedule daily backups, secure them with encryption, restore files when needed, and receive email notifications.

time to read

9 mins

August 2025

Open Source For You

Lisp for Robotics: Implementing Graph Traversal

Created in 1959 by John McCarthy, Lisp is a programming language designed to manipulate symbolic data easily, which is a key characteristic of AI. This language is still used for prototyping and to demonstrate different AI concepts. Here's a short tutorial on how it can help to implement three graph traversal algorithms.

time to read

5 mins

August 2025

Open Source For You

LibreOffice 25.2.5 is stable and reliable after 63 bug fixes

The Document Foundation has officially released LibreOffice 25.2.5, the fifth maintenance update in the LibreOffice 25.2 series.

time to read

1 min

August 2025

Open Source For You

Open Source For You

The Evolution of PostgreSQL in the Age of AI

PostgreSQL, enhanced with the pgvector extension, brings semantic search capabilities into a traditional SQL environment. With support for both structured queries and Al-driven search, pgvector enables developers to build intelligent, cost-effective applications within a familiar ecosystem, positioning PostgreSQL as a future-ready, Al-native database. Let's learn more....

time to read

5 mins

August 2025

Open Source For You

Open Source For You

Calico: Open source platform for Kubernetes networking, security, and observability is in version 3.30

Calico is an open source, unified platform that integrates networking, security, and observability for Kubernetes environments—whether deployed in the cloud, on-premises, or at the edge.

time to read

1 min

August 2025

Open Source For You

Open Source For You

Red Hat launches RHEL for Business Developers

Red Hat has announced Red Hat Enterprise Linux for Business Developers, a new self-service offering aimed at simplifying access to its flagship enterprise Linux platform for development and testing.

time to read

1 min

August 2025

Open Source For You

Open Source For You

Data Governance in the Digital Era: An Overview

Data governance plays a critical role in ensuring effective data management in an organisation. Businesses who invest in it are at a definite advantage over those who don't.

time to read

7 mins

August 2025

Open Source For You

Open Source For You

Shape the Success of Your Business with Smart Data Management and Security Practices

In today's world, data is a company's best asset, if used well. Also, data management and data security are no longer merely good business practices - they are critical to the success of an organisation.

time to read

6 mins

August 2025

Open Source For You

Wireshark 4.4.8 comes with updated protocol support and key bug fixes

The Wireshark team has announced the release of Wireshark 4.4.8, the eighth maintenance update in the 4.4 stable series of the world's most popular open source network protocol analyser.

time to read

1 min

August 2025

Open Source For You

Open Source For You

HealSphere: An Open Source-Based Mental Health Support Platform

This real-world CI/CD implementation has been developed using open source tools to deploy a modular mental health support platform.

time to read

11 mins

August 2025

Listen

Translate

Share

-
+

Change font size