मैगज़्टर गोल्ड के साथ असीमित हो जाओ

मैगज़्टर गोल्ड के साथ असीमित हो जाओ

10,000 से अधिक पत्रिकाओं, समाचार पत्रों और प्रीमियम कहानियों तक असीमित पहुंच प्राप्त करें सिर्फ

$149.99
 
$74.99/वर्ष

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

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

Open Source For You

The Fragile Edge: Chaos Engineering for Reliable IoT

Chaos engineering is a great way of detecting possible failures in loT devices. This technology has evolved well for testing cloud failure, but open source communities are still working towards building an efficient chaos engineering toolkit for testing loT devices.

time to read

9 mins

November 2025

Open Source For You

Open Source For You

What Open Source RAG can do for Modern Enterprises

Follow this guide to leverage your enterprise data with a self-hosted AI assistant, powered by the semantic search capabilities of open source vector databases.

time to read

10 mins

November 2025

Open Source For You

Open Source For You

ASF elevates Apache DevLake and Grails to top-level status

The Apache Software Foundation (ASF) has announced that Apache DevLake and Apache Grails have graduated to Top-Level Projects (TLPs), signalling maturity, community growth, and operational independence.

time to read

1 min

November 2025

Open Source For You

Anthropic releases Claude Agent SDK alongside Claude Sonnet 4.5

Anthropic has unveiled Claude Sonnet 4.5, its most powerful code-focused AI model to date, alongside the launch of the Claude Agent SDK, an open source toolkit that allows developers to build autonomous agents powered by Claude's architecture.

time to read

1 min

November 2025

Open Source For You

Open Source For You

How AI is Impacting the Internet of Things

AI and IoT are complementing each other to build powerful and secure connected devices.

time to read

3 mins

November 2025

Open Source For You

Open Source For You

Building Future-ready AI Hardware with Neuromorphic Computing and Sensing

If machines could learn and adapt like us, what doors would that open? Neuromorphic systems are not just mimicking the brain, they are setting the stage for AI that learns, senses, and evolves, just like we do.

time to read

3 mins

November 2025

Open Source For You

Open Source For You

Open Source MLOps Tools: Ideal for Managing ML Data Workflows

MLOps adds automation, organisation and reliability to the machine learning lifecycle. Open source MLOps tools do a great job of helping build a machine learning model, with each tool tackling a distinct challenge.

time to read

6 mins

November 2025

Open Source For You

Open Source For You

Google open sources MCP server for analysing ads data

Google has officially open sourced the Google Ads API Model Context Protocol (MCP) server, now available on GitHub.

time to read

1 min

November 2025

Open Source For You

Open Source For You

Popular Simulation Platforms for the Internet of Vehicles

In these days of traffic congestion and autonomous driving, software that connects pedestrians and vehicles with governing bodies is the need of the hour. Open source simulation platforms for the Internet of Vehicles are enabling just that.

time to read

3 mins

November 2025

Open Source For You

Building an IoT Product? Use OpenRemote

OpenRemote, the open source IoT platform, helps businesses and developers innovate while lowering expenses and enabling complete control over their connected products.

time to read

5 mins

November 2025

Listen

Translate

Share

-
+

Change font size