Articles by Tag #backup

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Automate MySQL Backups with CRON Jobs in cPanel

Data loss is every website owner's nightmare. Regular database backups ensure that your data is safe...

Learn More 12 0Feb 16

Synchronizing Files Between Two Directories Using Python

Synchronizing files between directories is a common task for managing backups, ensuring consistency...

Learn More 12 5Aug 15 '24

Testing PostgreSQL WAL Streamers for Byte-Level Fidelity

Verifying that WAL streamers preserve exact database state — bit by bit. 🧭 Context In...

Learn More 11 2May 31

🌐 入门: MongoDB 更改流、并发、备份快照和检查点、复合通配符索引

💫 更改流: 用例: 大型文档、预映像、后映像 访问实时数据更改 订阅数据库上的所有数据更改,然后对其做出反应 适用于副本集和分片集群 必须使用 WiredTiger...

Learn More 10 0Aug 6 '24

🌐 Get started: MongoDB Change streams, Concurrency, backup snapshot & checkpoint, Compound Wildcard Indexes

💫 Change streams: Use case: large documents, pre-images, post-images Access real-time data...

Learn More 10 0Aug 6 '24

How to Backup Virtual Machines to Object Storage with Borg, Borgmatic, Rclone, and Cron's Rsync

The article covers in-depth how to execute backups of Virtual Machines into S3 (Object Storage)...

Learn More 9 0Nov 16 '24

Update | Backup | Recover | Kali Linux | Simple Guide

Maintaining up-to-date systems alongside regular backups is crucial for ensuring both the security...

Learn More 7 0Sep 1 '24

AWS Fundamentals: Backup

The Ultimate Guide to AWS Backup: Protect Your Data and Sleep Soundly Data is the...

Learn More 5 0Jun 19

🌙 Daily MySQL Backup (Windows)

🧾 What It Does 📦 Exports your MySQL database to a .sql file 🕒 Runs automatically every...

Learn More 5 0Apr 21

Automatic PostgreSQL backups to AWS S3 (Kubernetes CronJob)

Learn how to create a Kubernetes CronJob to automate the backup of your PostgreSQL database and upload it to an AWS S3 bucket.

Learn More 5 0Jul 1 '24

Amazon OpenSearch Service Backup and Restore: Strategies and Considerations

Amazon OpenSearch Service is a powerful, scalable search and analytics service offered by AWS. As organizations increasingly rely on OpenSearch for critical data operations, implementing robust backup and restore strategies becomes paramount. This article provides a comprehensive guide to Amazon OpenSearch Service domain backup and restore, helping AWS practitioners make informed decisions about data protection and disaster recovery.

Learn More 5 0Sep 23 '24

Using Timeshift for System's Snapshots and Recovery on Debian 12 via Command Line

Timeshift for Linux is an application that provides functionality similar to the System Restore...

Learn More 5 0Nov 13 '24

Automate MongoDB Database Backups with C# Console Application and Windows Task Scheduler

Introduction In this comprehensive guide, we'll build a robust MongoDB backup solution...

Learn More 5 0Jun 23

A Beginner's Guide to rsync : A Powerful Tool for File Synchronization

Introduction : You've probably faced the difficulty of effectively moving and...

Learn More 4 0Nov 23 '24

Simple backup service with rclone, restic and systemd on WebDAV (or another storage)

Let me show you how I back up my computers with restic and rclone using simple systemd...

Learn More 4 0Jan 23

The Secret Chamber Every Developer Should Have: Unleashing the Power of Side Repositories

Have you ever found yourself struggling with sensitive files that shouldn't be committed to your main...

Learn More 4 0Mar 21

Developing a Script for Incremental Database Backup

When it comes to managing databases, data integrity is crucial. However, in certain situations, such...

Learn More 3 0Sep 27 '24

The Essentials of Backup Rotation with nxs-backup

In the context of rapid data growth and increasing volumes of information, effective and reliable...

Learn More 3 0Sep 30 '24

Docker Compose - FTP Server

Hello everyone! I'm here to share another docker-compose script I put together to save some files at...

Learn More 3 0Apr 16

Your Current Backup Automation Is Missing the Key: Ansible, AWS S3, and Cron 🔑

Your current backup automation is missing the key: Ansible, AWS S3, and Cron. Data backups are a...

Learn More 3 0Oct 20 '24

How to make easy encrypted backups with rclone for free

Rclone supports tons of different storage backends. I like to use R2 on Cloudflare with their...

Learn More 2 0Aug 15 '24

Backing up FoundationDB

We are running FoundationDB with the official kubernetes operator. FoundationDB supports logical...

Learn More 2 2Jun 4

Archiving PostgreSQL Backups on NixOS

This is a technical note on how to archive PostgreSQL backups on NixOS to one or more targets using...

Learn More 2 0Jul 30 '24

Linux KVM Backup and Recovery Best Practices: Expert Advice You Need

When it comes to managing virtual machines (VMs) on Linux KVM, having a reliable backup and recovery...

Learn More 2 0Oct 7 '24

A simple tool for automated MySQL database dumps and restores

Hey everyone! 👋 I’ve recently built a Rust-based tool called DumpSync that allows for automatic...

Learn More 2 2Nov 5 '24

How to Backup and Restore Kubernetes clusters using Velero

Ensuring the security and recovery of applications and data is important in the Kubernetes world. A...

Learn More 1 0Oct 14 '24

Navigating Disaster Recovery in the Digital Age: Choosing the Right Approach – Part 1

In today’s fast-paced digital world, where every second of downtime can translate to significant...

Learn More 1 0Jan 6

Do you want to upgrade MongoDB from version 5 to 7 on K8s?

Are you wondering how you can upgrade MongoDB from version 5 to 7 without affecting old MongoDB...

Learn More 1 0Jul 19 '24

Stream PostgreSQL WALs with Zero Data Loss in Mind

Cloud-Native PostgreSQL WAL receiver. Stream, compress, encrypt, upload, retain and monitor your WAL...

Learn More 1 0May 22

Azure SQL to Storage Account Export Tool

In the world of cloud-based data management, efficiently moving data in and out of Azure SQL...

Learn More 1 1Oct 20 '24