Facebook Pixel A Simple System that Uses Duplicati for Backing Up Data | Open Source For You - technology - इस कहानी को Magzter.com पर पढ़ें

कोशिश गोल्ड - मुक्त

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

यह कहानी Open Source For You के August 2025 संस्करण से ली गई है।

हजारों चुनिंदा प्रीमियम कहानियों और 10,000 से अधिक पत्रिकाओं और समाचार पत्रों तक पहुंचने के लिए मैगज़्टर गोल्ड की सदस्यता लें।

क्या आप पहले से ही ग्राहक हैं?

Open Source For You से और कहानियाँ

Open Source For You

Open Source For You

Sending IoT Sensor Data to Public or Private Servers

This IoT system shows a simple and effective way to send sensor data using an ESP8266 microchip.

time to read

3 mins

March 2026

Open Source For You

Open Source For You

Popular FOSS Tools for LLM Observability, Monitoring and Evaluation

This overview of popular tools for monitoring large language models also sheds light on how LLM-as-a-judge enhances their performance.

time to read

2 mins

March 2026

Open Source For You

Open Source For You

Data Deduplication Done the Right Way

Deduplication helps to save space on Linux-based storage systems. Choose the right platform and check whether it meets your goals.

time to read

6 mins

March 2026

Open Source For You

Open Source For You

The Relevance of Rubber Duck Debugging in the Age of AI

Discover why rubber duck debugging is a powerful process today. There's also a step-by-step guide on how to use it in the age of artificial intelligence.

time to read

4 mins

March 2026

Open Source For You

Open Source For You

GitHub weighs turning off pull requests as AĬ slop floods projects

GitHub has formally acknowledged that AI-generated 'slop' is overwhelming open source projects, forcing maintainers to sift through poor pull requests (PRS), abandoned submissions and guideline violations - and is now considering restricting or even disabling pull requests, the core mechanism of open collaboration.

time to read

1 min

March 2026

Open Source For You

Open Source For You

Global banks are deploying Ethereum's Layer-2 stack

Banks are standardising on Ethereum's open source stack as production financial infrastructure, shifting from experimental pilots and proprietary blockchains to live Layer-2 networks for tokenised deposits, interbank payments, and cross-border settlement.

time to read

1 min

March 2026

Open Source For You

Open Source For You

OpenClaw's creator joins OpenAl

In a move that reinforces its commitment to open development rather than acquisition, OpenAI has brought Peter Steinberger, founder of OpenClaw, into the company while placing the popular AI agent under a foundation structure to ensure it remains open source.

time to read

1 min

March 2026

Open Source For You

LibreOffice 26.2 comes with native Markdown support

LibreOffice 26.2 has been released by The Document Foundation, strengthening its position as a fully free and open source office suite for Windows, macOS, and Linux, with support for more than 120 languages.

time to read

1 min

March 2026

Open Source For You

Open Source For You

Indian government mandates labelling of Al-generated content and quicker deletion of illegal deepfakes

India has introduced sweeping AI content rules that immediately place pressure on social platforms and open source AI ecosystems to label, trace and rapidly remove AI Open ource synthetic media at scale.

time to read

1 min

March 2026

Open Source For You

Open Source For You

I2C and I3C: How Modern Devices Communicate

I3C and I2C are both two-wire communication protocols that help exchange data between multiple devices. While I3C preserves the simplicity of I2C, it introduces new features suited for today's sensor-rich devices.

time to read

8 mins

March 2026

Listen

Translate

Share

-
+

Change font size