Tagged articles
483 articles
Page 1 of 5
Ops Community
Ops Community
May 7, 2026 · Databases

How to Prevent Redis Data Loss: In‑Depth RDB and AOF Backup Strategies

This article walks operations engineers through the root causes of Redis data loss, explains the inner workings of RDB snapshots and AOF append‑only files, compares their trade‑offs, and provides concrete configuration, backup scripts, recovery procedures, and scenario‑based recommendations to keep data safe while maintaining performance.

AOFBackupConfiguration
0 likes · 34 min read
How to Prevent Redis Data Loss: In‑Depth RDB and AOF Backup Strategies
ITPUB
ITPUB
Apr 27, 2026 · Cloud Native

Why Skipping Backups Makes Kubernetes Operations Impossible

The article explains that running production Kubernetes clusters without regular backup and recovery plans exposes businesses to severe risks such as cluster failures, data loss, and prolonged downtime, and it details practical etcd physical and Velero logical backup strategies to mitigate these threats.

BackupCloud NativeKubernetes
0 likes · 9 min read
Why Skipping Backups Makes Kubernetes Operations Impossible
MaGe Linux Operations
MaGe Linux Operations
Apr 18, 2026 · Databases

Master MySQL 8.0 Backup & Recovery: Full Guide with Scripts, Strategies and Best Practices

This comprehensive guide explains why MySQL backup is essential, defines RPO/RTO, compares logical and physical tools, provides ready‑to‑run scripts for full, incremental, binlog, encryption and compression backups, details step‑by‑step recovery procedures, troubleshooting tips and monitoring recommendations for reliable database protection.

AutomationBackupDatabase Administration
0 likes · 35 min read
Master MySQL 8.0 Backup & Recovery: Full Guide with Scripts, Strategies and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Apr 15, 2026 · Databases

Why MySQL Binary Logs Fill Up Disk Space and How to Fix It

This article explains how MySQL binary logs can rapidly consume disk space, analyzes the root causes such as log format and workload, provides step‑by‑step diagnostics, and offers practical cleanup, configuration, replication, monitoring, and recovery strategies to prevent and resolve the issue.

BackupReplicationbinary log
0 likes · 21 min read
Why MySQL Binary Logs Fill Up Disk Space and How to Fix It
dbaplus Community
dbaplus Community
Mar 23, 2026 · Operations

How a Single AI‑Driven Command Wiped 2.5 Years of Production Data

In this detailed post‑mortem, Alexey Grigorev recounts how using Claude Code to automate a Terraform deployment unintentionally erased his entire production environment and two‑and‑a‑half years of data, exposing the risks of over‑reliance on AI‑driven automation and highlighting essential safeguards.

AIAWSAutomation
0 likes · 11 min read
How a Single AI‑Driven Command Wiped 2.5 Years of Production Data
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 12, 2026 · Operations

8 Essential Linux Backup Tools to Safeguard Your Data

Regular backups are vital for servers and personal computers, and this guide reviews eight Linux backup applications—Bacula, UrBackup, Clonezilla, Rsync, Déjà Dup, Back In Time, Timeshift, and Amanda—detailing their features, use‑cases, and installation commands.

Backupamandabacula
0 likes · 10 min read
8 Essential Linux Backup Tools to Safeguard Your Data
ShiZhen AI
ShiZhen AI
Mar 12, 2026 · Operations

The Lifesaving Backup Trick 99% of OpenClaw Users Miss

This guide shows how to protect your OpenClaw configuration by treating the ~/.openclaw directory as a snapshot, using a private GitHub repository for secure, versioned backups that let you roll back, recover from loss, or migrate to a new machine in minutes.

AutomationBackupGit
0 likes · 14 min read
The Lifesaving Backup Trick 99% of OpenClaw Users Miss
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 9, 2026 · Artificial Intelligence

Why You Should Upgrade to OpenClaw v2026.3.8 Today

The v2026.3.8 release of OpenClaw adds official backup commands, improves remote gateway configuration, introduces a configurable Talk silence timeout, refines the TUI and Brave search integration, and fixes numerous stability issues, making the personal AI assistant far more reliable for long‑term use.

AI AssistantBackupOpenClaw
0 likes · 11 min read
Why You Should Upgrade to OpenClaw v2026.3.8 Today
Node.js Tech Stack
Node.js Tech Stack
Mar 9, 2026 · Artificial Intelligence

OpenClaw’s Massive v2026.3.7/3.8 Update: Plug‑in Context Engine and Persistent Agents

OpenClaw released two back‑to‑back major versions that add a plug‑in ContextEngine, persistent ACP bindings, GPT‑5.4 and Gemini integration, multi‑stage Docker slim images, SecretRef authentication, a built‑in backup system, and over a dozen security hardenings, marking a comprehensive architecture‑to‑security upgrade.

ACPAI AssistantBackup
0 likes · 11 min read
OpenClaw’s Massive v2026.3.7/3.8 Update: Plug‑in Context Engine and Persistent Agents
Ops Community
Ops Community
Mar 8, 2026 · Databases

How to Diagnose and Fix MySQL Production Performance Drops

This comprehensive guide walks you through identifying the root causes of MySQL performance degradation in production, from gathering baseline metrics and analyzing slow‑query logs to examining execution plans, tuning parameters, applying configuration changes, and verifying improvements with concrete monitoring and backup strategies.

BackupDatabase OptimizationReplication
0 likes · 30 min read
How to Diagnose and Fix MySQL Production Performance Drops
Ops Community
Ops Community
Mar 3, 2026 · Databases

Master PostgreSQL 17: Installation, Backup, Recovery, and Performance Tuning

This comprehensive guide walks you through PostgreSQL 17 deployment, explains its multi‑process architecture and MVCC model, details environment requirements, shows essential configuration parameters, provides step‑by‑step backup and PITR procedures, demonstrates streaming replication setup, and shares best‑practice tuning, security, and monitoring tips for reliable production use.

BackupDatabase AdministrationHA
0 likes · 24 min read
Master PostgreSQL 17: Installation, Backup, Recovery, and Performance Tuning
MaGe Linux Operations
MaGe Linux Operations
Feb 28, 2026 · Cloud Computing

Deploying MinIO: A Complete Guide to Private S3‑Compatible Object Storage

This guide explains why traditional block and file storage struggle with massive unstructured data, introduces MinIO as a high‑performance, Go‑based S3‑compatible object storage, and provides step‑by‑step instructions for single‑node and erasure‑coded multi‑node deployments, TLS setup, client usage, policies, monitoring, backup, and troubleshooting.

BackupKubernetesMinio
0 likes · 35 min read
Deploying MinIO: A Complete Guide to Private S3‑Compatible Object Storage
Raymond Ops
Raymond Ops
Feb 5, 2026 · Databases

Mastering Redis Persistence: RDB vs AOF Showdown and Real‑World Optimizations

This comprehensive guide examines why Redis persistence is critical, compares RDB snapshots and AOF logging in depth, provides configuration examples, monitoring scripts, performance benchmarks, real‑world incident analyses, and practical recommendations for selecting and tuning the optimal persistence strategy.

AOFBackupPersistence
0 likes · 23 min read
Mastering Redis Persistence: RDB vs AOF Showdown and Real‑World Optimizations
Ray's Galactic Tech
Ray's Galactic Tech
Jan 24, 2026 · Databases

Redis Persistence Design: From Cache to Reliable Data System

Choosing a Redis persistence strategy requires balancing data reliability, recovery speed, performance impact, and storage cost, and this guide compares RDB, AOF, and hybrid approaches, provides configuration examples, and outlines best practices for production, backup, and Kubernetes deployments.

AOFBackupHybrid
0 likes · 8 min read
Redis Persistence Design: From Cache to Reliable Data System
Raymond Ops
Raymond Ops
Jan 9, 2026 · Databases

Master MongoDB Sharding: From Single Server to Enterprise-Scale Cluster

When a single‑node MongoDB instance can no longer handle tens of millions of records, this guide walks you through the theory, architecture, deployment steps, shard key strategies, performance tuning, monitoring, backup, and troubleshooting needed to build a robust, production‑grade sharded cluster.

BackupMongoDBOps
0 likes · 14 min read
Master MongoDB Sharding: From Single Server to Enterprise-Scale Cluster
Ops Community
Ops Community
Jan 8, 2026 · Fundamentals

How to Choose, Configure, and Monitor RAID for Production Systems

This comprehensive guide walks you through RAID fundamentals, explains each RAID level’s performance and reliability trade‑offs, shows real‑world selection criteria, provides step‑by‑step Linux and hardware RAID configuration scripts, monitoring tools, troubleshooting tips, and best‑practice recommendations for modern storage environments.

BackupLinuxRAID
0 likes · 55 min read
How to Choose, Configure, and Monitor RAID for Production Systems
Tencent Architect
Tencent Architect
Jan 7, 2026 · Databases

How Tencent Cloud MongoDB’s Key‑Based Flashback Enables Millisecond‑Level Data Recovery for Games

This article explains Tencent Cloud MongoDB’s backup and restore capabilities, the challenges posed by modern game workloads, and how the industry‑first key‑based flashback feature provides second‑level, fine‑grained, non‑disruptive data recovery, dramatically improving reliability and speed for game operators.

BackupData RecoveryDatabase Architecture
0 likes · 23 min read
How Tencent Cloud MongoDB’s Key‑Based Flashback Enables Millisecond‑Level Data Recovery for Games
Raymond Ops
Raymond Ops
Dec 22, 2025 · Operations

Mastering Production Site Backup: A Multi‑Layer Disaster Recovery Blueprint

After a midnight disk failure that threatened 300,000 users, this article presents a production‑grade, multi‑layer backup architecture with 3‑2‑1 redundancy, RTO ≤30 min and RPO ≤5 min, covering application code, configuration, database (physical and logical), file storage, automated scheduling, monitoring, performance tuning, a real‑world recovery case, and future AI‑driven enhancements.

AutomationBackupOperations
0 likes · 15 min read
Mastering Production Site Backup: A Multi‑Layer Disaster Recovery Blueprint
Ray's Galactic Tech
Ray's Galactic Tech
Dec 8, 2025 · Databases

Build a Production-Ready Automated MySQL Backup with mydumper

Learn how to install mydumper on various Linux distributions, use its multithreaded, compressed, and incremental backup features, and deploy a robust Bash script that automates full and incremental MySQL backups, handles encryption, cleanup, logging, notifications, and restoration with myloader.

AutomationBackupcron
0 likes · 10 min read
Build a Production-Ready Automated MySQL Backup with mydumper
Raymond Ops
Raymond Ops
Dec 4, 2025 · Databases

Master MySQL Backups: A Complete Guide to Data Protection and Recovery

This guide explains why MySQL data protection is critical, outlines backup strategies, compares built‑in tools like mysqldump and mysqlpump with third‑party solutions such as Percona XtraBackup, and provides practical scripts, scheduling tips, verification methods, and recovery procedures to ensure reliable, secure database backups.

AutomationBackupRecovery
0 likes · 21 min read
Master MySQL Backups: A Complete Guide to Data Protection and Recovery
Xiao Liu Lab
Xiao Liu Lab
Dec 3, 2025 · Databases

Secure, Efficient MySQL Automated Backup Script – Zero Maintenance

This guide presents a fully automated MySQL backup script that securely filters system databases, compresses backups with gzip, logs each operation, automatically removes expired files, and includes step‑by‑step configuration, deployment, scheduling, troubleshooting, and optimization tips for production environments.

AutomationBackupdatabase
0 likes · 11 min read
Secure, Efficient MySQL Automated Backup Script – Zero Maintenance
dbaplus Community
dbaplus Community
Nov 30, 2025 · Databases

How Uber Scales Database Backup and Recovery to Petabytes

This article explains how Uber built a robust, continuously backed‑up and recoverable database platform that handles tens of petabytes of data, detailing the challenges, architecture, scheduling, backup and restore frameworks, and the technology‑specific snapshot logic that enable fast RPO/RTO at massive scale.

BackupRecoveryUber
0 likes · 14 min read
How Uber Scales Database Backup and Recovery to Petabytes
Ops Community
Ops Community
Nov 23, 2025 · Databases

How to Recover Accidentally Dropped MySQL Data in 48 Hours – A Complete Step‑by‑Step Guide

This guide walks you through a full disaster‑recovery workflow for MySQL, covering emergency read‑only switching, pinpointing the deletion time via binlog, preparing a recovery instance, restoring the latest full backup with Xtrabackup or mysqldump, applying incremental binlog changes, verifying data integrity, and safely switching traffic back to the restored database.

BackupBinlogData Recovery
0 likes · 42 min read
How to Recover Accidentally Dropped MySQL Data in 48 Hours – A Complete Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Nov 22, 2025 · Operations

Master Rsync Backup: From Basics to Real-World Deployment

This guide walks through the fundamentals of data backup, explains why backups are essential, and provides a comprehensive tutorial on using Rsync—including its concepts, sync modes, configuration, common options, service deployment, and real‑world scenarios such as push/pull transfers, bidirectional sync, and bandwidth‑limited backups.

BackupLinuxOperations
0 likes · 16 min read
Master Rsync Backup: From Basics to Real-World Deployment
Liangxu Linux
Liangxu Linux
Nov 20, 2025 · Operations

Avoid the ‘Delete‑Database‑and‑Run’ Nightmare: 10 Fatal Ops Pitfalls Revealed

A real 2018 incident where an ops engineer used rm ‑rf to wipe a production database sparked a deep dive into the high‑risk nature of operations, presenting Gartner statistics, psychological error factors, ten deadly pitfalls with concrete examples, and a comprehensive fault‑tolerance framework to prevent future catastrophes.

AutomationBackupDevOps
0 likes · 23 min read
Avoid the ‘Delete‑Database‑and‑Run’ Nightmare: 10 Fatal Ops Pitfalls Revealed
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2025 · Operations

Master Git Ops: From Zero to Production-Ready IaC Version Control

This comprehensive guide walks you through Git operations for infrastructure-as-code, covering installation, SSH key setup, repository structuring, branching strategies, sensitive data handling, automation with hooks, backup, audit, monitoring, performance tuning, and security best practices for production environments.

AutomationBackupGit
0 likes · 31 min read
Master Git Ops: From Zero to Production-Ready IaC Version Control
Java Captain
Java Captain
Oct 29, 2025 · Databases

How to Seamlessly Migrate MongoDB to an Isolated Instance with Real-Time Sync

This guide details a step‑by‑step process for migrating a high‑traffic MongoDB app to a dedicated instance, covering full backup, real‑time incremental sync via Change Streams, compensating for missed changes, handling operation ordering, and ensuring zero downtime throughout.

BackupChange StreamsData Migration
0 likes · 11 min read
How to Seamlessly Migrate MongoDB to an Isolated Instance with Real-Time Sync
MaGe Linux Operations
MaGe Linux Operations
Oct 6, 2025 · Operations

Avoid the Fatal Ops Mistakes That Could Ruin Your Career – 10 Critical Pitfalls and How to Prevent Them

Drawing on real-world incidents and Gartner 2023 data, this article reveals ten deadly operational pitfalls—from executing untested commands in production to inadequate backups—and offers concrete technical safeguards, process controls, and cultural practices to help engineers avoid costly errors and protect their careers.

AutomationBackupOperations
0 likes · 27 min read
Avoid the Fatal Ops Mistakes That Could Ruin Your Career – 10 Critical Pitfalls and How to Prevent Them
MaGe Linux Operations
MaGe Linux Operations
Oct 1, 2025 · Operations

How a Single rm -rf Command Almost Wiped My Data—and the Backup Plan That Saved It

A disastrous rm -rf command erased 2.3 TB of production MySQL data, but a meticulously designed multi‑layer backup strategy—including logical, physical, real‑time, and cloud backups—enabled a 99.4% data recovery within 72 hours, highlighting essential lessons and best‑practice guidelines for reliable data protection.

BackupData ProtectionOperations
0 likes · 36 min read
How a Single rm -rf Command Almost Wiped My Data—and the Backup Plan That Saved It
Open Source Linux
Open Source Linux
Sep 25, 2025 · Operations

Master NFS in 30 Minutes: Complete Deployment & Performance Guide (2025)

Learn how to design, install, configure, secure, monitor, and optimize a production‑grade NFS service—including step‑by‑step server and client setup, advanced permission controls, performance tuning, automated deployment scripts, backup strategies, and real‑world use cases—so you can reduce file‑sync time by up to 80%.

AutomationBackupLinux
0 likes · 28 min read
Master NFS in 30 Minutes: Complete Deployment & Performance Guide (2025)
ITPUB
ITPUB
Sep 24, 2025 · Databases

Essential Oracle Database Diagnostic Queries and Administration Scripts

This guide compiles over 70 essential Oracle SQL queries, shell commands, and scripts for inspecting version, configuration, tablespace usage, performance metrics, backup details, and cluster status, providing DBAs with a ready‑to‑use reference for comprehensive database health checks.

AdministrationBackupRDBMS
0 likes · 25 min read
Essential Oracle Database Diagnostic Queries and Administration Scripts
Ray's Galactic Tech
Ray's Galactic Tech
Sep 23, 2025 · Databases

Master PostgreSQL: Installation, Configuration, and Performance Tuning Guide

This comprehensive guide walks you through installing PostgreSQL on Linux, Windows, macOS, and Docker, configuring users, databases, and remote access, using daily psql commands, performing backups, applying advanced features like tablespaces and replication, and optimizing performance with key tuning parameters.

BackupConfigurationInstallation
0 likes · 7 min read
Master PostgreSQL: Installation, Configuration, and Performance Tuning Guide
Open Source Linux
Open Source Linux
Sep 9, 2025 · Operations

Master Linux Compression: Choose tar, gzip or zip and Apply Real‑World Best Practices

This comprehensive guide explains Linux compression and decompression fundamentals, compares tar, gzip, and zip commands, provides detailed syntax, performance benchmarks, practical scripts, automation techniques, monitoring, security considerations, cloud integration, and future trends for reliable data handling in modern operations.

AutomationBackupGzip
0 likes · 39 min read
Master Linux Compression: Choose tar, gzip or zip and Apply Real‑World Best Practices
ITPUB
ITPUB
Sep 4, 2025 · Operations

100‑Point IT Operations Checklist: From Server Health to Data Center Safety

A comprehensive 100‑item checklist guides IT operations engineers through daily inspections of servers, network gear, storage, operating systems, databases, virtualization, backup, security devices, and data‑center infrastructure, ensuring reliable performance, proactive issue detection, and adherence to best‑practice standards.

BackupData centerIT Operations
0 likes · 27 min read
100‑Point IT Operations Checklist: From Server Health to Data Center Safety
Ops Community
Ops Community
Sep 1, 2025 · Operations

Master Linux Compression: Compare tar, gzip, zip and Real‑World Tips

This comprehensive guide explores Linux compression and decompression, detailing the fundamentals of tar, gzip, and zip, comparing performance, providing practical command examples, advanced techniques, automation scripts, monitoring, security considerations, and real‑world case studies to help engineers choose the right tool for efficient data handling.

BackupGzipcompression
0 likes · 44 min read
Master Linux Compression: Compare tar, gzip, zip and Real‑World Tips
Linux Tech Enthusiast
Linux Tech Enthusiast
Aug 28, 2025 · Databases

Can Weak Backup & Recovery Skills Cost You Your Probation?

The article explains why mastering database backup and recovery—including failure types, logical vs. physical backups, flashback, full and partial restores, a weekly backup strategy, RMAN configuration, shell scripts, and monitoring queries—is essential for avoiding costly mistakes and passing a new‑job probation.

BackupOracleRMAN
0 likes · 7 min read
Can Weak Backup & Recovery Skills Cost You Your Probation?
Selected Java Interview Questions
Selected Java Interview Questions
Aug 22, 2025 · Databases

How to Recover Accidentally Deleted MySQL Data Using Binlog

This guide explains how to restore mistakenly deleted MySQL rows by leveraging binary logs, covering binlog activation, mode configuration, locating relevant log files, extracting the original INSERT statements or generating reverse DELETE statements, and using open‑source tools to automate the recovery process.

BackupBinlogData Recovery
0 likes · 17 min read
How to Recover Accidentally Deleted MySQL Data Using Binlog
MaGe Linux Operations
MaGe Linux Operations
Aug 21, 2025 · Operations

Master Docker Volume Management: From Basics to Enterprise‑Grade Persistence & Backup

This comprehensive guide walks you through Docker storage challenges, explains temporary, bind‑mount and named volumes, presents tiered storage architectures and dynamic scripts, and provides production‑grade backup, monitoring, and performance‑tuning strategies to ensure reliable data persistence in containerized environments.

BackupOpsmonitoring
0 likes · 13 min read
Master Docker Volume Management: From Basics to Enterprise‑Grade Persistence & Backup
DevOps Operations Practice
DevOps Operations Practice
Aug 11, 2025 · Operations

Zen Master’s Secrets to the Ultimate State of Operations

Through a series of dialogues with a Zen master, the article humorously explores the highest level of operations—automation that runs itself, balanced alerting, cloud migration, reliable backups, high‑availability, stability through chaos engineering, and the ultimate goal of making systems operate without human intervention.

AutomationBackupOperations
0 likes · 5 min read
Zen Master’s Secrets to the Ultimate State of Operations
Liangxu Linux
Liangxu Linux
Aug 10, 2025 · Databases

Master MySQL Backup & Recovery: Complete Guide for Reliable Data Protection

This comprehensive guide explains MySQL data backup and recovery strategies, covering backup types, planning principles, built‑in tools like mysqldump and mysqlpump, third‑party solutions such as Percona XtraBackup, scripting for automated schedules, storage options, encryption, monitoring, troubleshooting, and best‑practice recommendations to ensure data safety and business continuity.

AutomationBackupRecovery
0 likes · 22 min read
Master MySQL Backup & Recovery: Complete Guide for Reliable Data Protection
Ops Community
Ops Community
Jul 11, 2025 · Cloud Native

Designing Enterprise‑Ready Kubernetes Persistent Storage in 2025

This comprehensive guide explains Kubernetes persistence fundamentals, core components, enterprise‑grade storage options such as NFS, Ceph, block and object storage, and covers high‑availability design, backup automation, performance tuning, monitoring, alerting, and security best practices for building reliable, scalable storage systems.

BackupCloud NativeDevOps
0 likes · 12 min read
Designing Enterprise‑Ready Kubernetes Persistent Storage in 2025
Liangxu Linux
Liangxu Linux
Jul 3, 2025 · Fundamentals

Unlock Linux Mastery: A Mythical Guide to Command‑Line Essentials

This tutorial uses a fantasy metaphor to teach Linux command‑line fundamentals, covering command categories, syntax, file and directory operations, searching, backup techniques, and essential vi editor commands, providing practical examples and cautionary notes for safe system management.

BackupTutorialVi
0 likes · 7 min read
Unlock Linux Mastery: A Mythical Guide to Command‑Line Essentials
Architects' Tech Alliance
Architects' Tech Alliance
Jun 19, 2025 · Fundamentals

Mastering Enterprise Storage: 100 Essential Fundamentals Explained

This comprehensive guide walks you through 100 key concepts of enterprise storage—including architectures, media, redundancy, performance optimization, security, cloud integration, emerging technologies, standards, and operational best practices—helping IT professionals build a solid knowledge foundation for modern data‑centric environments.

BackupData ManagementEnterprise
0 likes · 23 min read
Mastering Enterprise Storage: 100 Essential Fundamentals Explained
IT Services Circle
IT Services Circle
Jun 18, 2025 · Information Security

Why a Locked Microsoft Account Can Wipe Your Data on Windows 11

Microsoft’s new Windows 11 login makes a Microsoft account mandatory, tying it to services and BitLocker encryption; losing access—especially through account lockout—can render encrypted data unrecoverable, so the article warns users to back up important files locally rather than relying solely on cloud storage.

Account LockoutBackupBitLocker
0 likes · 4 min read
Why a Locked Microsoft Account Can Wipe Your Data on Windows 11
Java Captain
Java Captain
Jun 8, 2025 · Mobile Development

Unlock WeChat’s Hidden ‘recover’ Feature to Restore Deleted Chats

This article explains WeChat’s hidden “recover” feature, detailing its official purpose, technical limits, step‑by‑step recovery methods, effectiveness, backup strategies, and the risks of third‑party tools, helping users safely restore lost chat records.

BackupData RecoveryMobile Development
0 likes · 8 min read
Unlock WeChat’s Hidden ‘recover’ Feature to Restore Deleted Chats
MaGe Linux Operations
MaGe Linux Operations
Jun 7, 2025 · Fundamentals

Master Linux Command Line Basics: From Navigation to File Management

This guide walks readers through essential Linux command line skills, covering command syntax, directory navigation, file operations, searching, content viewing, text editing with vi, and backup/restoration techniques, all illustrated with clear examples and practical tips for beginners.

BackupShellcommand-line
0 likes · 8 min read
Master Linux Command Line Basics: From Navigation to File Management
IT Xianyu
IT Xianyu
Jun 4, 2025 · Databases

Comprehensive Guide to Automated MySQL Backup and Restore with Docker

This article provides a step‑by‑step tutorial for DBAs to design a reliable MySQL backup strategy, write a Bash automation script, schedule it with cron, and perform restoration drills using Docker containers, while covering directory planning, command checks, cleanup, and common troubleshooting.

AutomationBackupDatabase Recovery
0 likes · 17 min read
Comprehensive Guide to Automated MySQL Backup and Restore with Docker
DevOps Operations Practice
DevOps Operations Practice
Jun 3, 2025 · Operations

7 Practical Shell Scripts for Linux Automation

This article presents seven practical Bash shell scripts for Linux system administration, covering automatic file backup, disk usage alerts, old log cleanup, server reachability checks, DNS resolution monitoring, HTTP service health checks, and random password generation, each with explanations and code examples.

BackupDisk usage alertNetwork health check
0 likes · 6 min read
7 Practical Shell Scripts for Linux Automation
IT Xianyu
IT Xianyu
May 27, 2025 · Databases

Automated MySQL Backup Script with Docker and Crontab

This guide explains how to set up an automated MySQL backup solution on AlmaLinux using Docker containers, a Bash script, and crontab, covering environment preparation, script creation, command checks, logging, error handling, and optional enhancements such as email notifications and security best practices.

AutomationBackupDocker
0 likes · 7 min read
Automated MySQL Backup Script with Docker and Crontab
Raymond Ops
Raymond Ops
May 24, 2025 · Operations

How to Install and Configure rsync on Windows Server for Automated Backups

This guide walks through the required environment, Windows Server rsync installation, configuration of rsyncd.conf and password files, service startup, port verification, and client-side commands to achieve reliable, scheduled file synchronization between Windows machines.

BackupOperationsWindows server
0 likes · 4 min read
How to Install and Configure rsync on Windows Server for Automated Backups
MaGe Linux Operations
MaGe Linux Operations
May 17, 2025 · Databases

Master MySQL: Full Guide to Theory, Commands & Real-World Practices

This comprehensive MySQL tutorial covers everything from core concepts and architecture to practical CRUD operations, advanced queries, indexing, transaction control, stored procedures, triggers, replication, performance tuning, backup strategies, and real-world use cases, providing a complete roadmap for developers and DBAs.

BackupReplicationSQL
0 likes · 25 min read
Master MySQL: Full Guide to Theory, Commands & Real-World Practices
Liangxu Linux
Liangxu Linux
May 15, 2025 · Operations

10 Critical Server Ops Mistakes to Avoid and Real-World Lessons

This article outlines ten common server operation pitfalls—such as forced power‑offs, reckless experiments in production, neglecting firewall rules, running unknown scripts as root, unbacked‑up database changes, weak SSH settings, poor log management, exposed ports, unmonitored changes, and delayed patching—each illustrated with real‑world cases and practical remediation advice.

BackupSecuritySystem Administration
0 likes · 7 min read
10 Critical Server Ops Mistakes to Avoid and Real-World Lessons
Java Tech Enthusiast
Java Tech Enthusiast
May 10, 2025 · Databases

Efficient Strategies for Deleting Massive Data from Large Database Tables

The article outlines why deleting tens of millions of rows in one statement harms performance and reliability, then presents safe, efficient tactics—such as indexed batch deletes, partition drops, creating a new table, or using TRUNCATE—plus pre‑deletion planning, post‑delete validation, monitoring, and space reclamation.

BackupPartitioningSQL
0 likes · 11 min read
Efficient Strategies for Deleting Massive Data from Large Database Tables
ITPUB
ITPUB
Apr 26, 2025 · Databases

SQL Server Admin Essentials: Monitoring, Backup, Performance Tuning & Users

This guide compiles a comprehensive set of SQL Server commands for administrators, covering version checks, server and database properties, connection statistics, backup and restore procedures, user and role management, performance diagnostics, cache cleanup, and various maintenance tasks to streamline daily operations.

BackupDatabase AdministrationRestore
0 likes · 19 min read
SQL Server Admin Essentials: Monitoring, Backup, Performance Tuning & Users
dbaplus Community
dbaplus Community
Apr 14, 2025 · Operations

20 Critical Server Ops Mistakes to Avoid: Real Cases & Fixes

Drawing from over 500 enterprise server failure incidents, this guide outlines twenty absolutely prohibited server actions across security configuration, system operation, data management, and architecture design, each paired with a real-world case, risk rating, and concrete remediation steps.

BackupDevOpsInfrastructure
0 likes · 13 min read
20 Critical Server Ops Mistakes to Avoid: Real Cases & Fixes
Alibaba Cloud Native
Alibaba Cloud Native
Mar 30, 2025 · Cloud Native

How to Use ACK Backup Center for Volume Data Protection and Cross‑Cluster Migration

This guide explains how Alibaba Cloud ACK’s Backup Center protects Kubernetes storage volumes, walks through creating backup plans with the Data Protection feature, demonstrates a NAS‑to‑Cloud‑Disk migration example, and details the step‑by‑step backup and restore procedures including YAML definitions and snapshot handling.

ACKBackupData Protection
0 likes · 11 min read
How to Use ACK Backup Center for Volume Data Protection and Cross‑Cluster Migration
Liangxu Linux
Liangxu Linux
Mar 12, 2025 · Operations

Automating Hourly Server Backups with rsync, tar, and Cron

This guide details a step‑by‑step solution for hourly client backups of /etc and /var/log, naming conventions, rsync transfer, integrity checks, email notifications, and cleanup on both client and server sides using Bash scripts and cron jobs.

AutomationBackupBash
0 likes · 12 min read
Automating Hourly Server Backups with rsync, tar, and Cron
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Mar 12, 2025 · Databases

Comprehensive MySQL Core Commands Tutorial

This article provides a step‑by‑step guide to essential MySQL operations, covering connection methods, database creation and deletion, user management, password changes, data manipulation, query techniques, indexing strategies, performance tips, and backup procedures, all illustrated with complete command examples.

BackupSQLcommands
0 likes · 7 min read
Comprehensive MySQL Core Commands Tutorial
MaGe Linux Operations
MaGe Linux Operations
Feb 9, 2025 · Databases

How to Recover Accidentally Deleted MySQL Tables: Real Enterprise Cases

This article presents two real‑world MySQL recovery scenarios—full backup restoration after an accidental table deletion and incremental recovery using XtraBackup—detailing backup strategies, binlog extraction, step‑by‑step commands, and validation procedures to safely restore production databases.

BackupBinlogDatabase Recovery
0 likes · 10 min read
How to Recover Accidentally Deleted MySQL Tables: Real Enterprise Cases
Raymond Ops
Raymond Ops
Feb 3, 2025 · Operations

Master Elasticsearch Snapshots and Security: Step‑by‑Step NFS Backup Guide

This guide walks you through configuring Elasticsearch snapshot backups using NFS, installing and using elasticdump for data export, securing the cluster with SSL certificates, setting up user authentication, and managing Kibana access, providing complete commands, configuration snippets, and visual diagrams for each step.

BackupElasticsearchRestore
0 likes · 17 min read
Master Elasticsearch Snapshots and Security: Step‑by‑Step NFS Backup Guide
21CTO
21CTO
Jan 6, 2025 · Operations

Master Linux Cron: Schedule Automated Backups with Easy Step‑by‑Step Guide

Learn how to use Linux's built‑in Cron scheduler to create, configure, and run automated backup jobs, covering crontab syntax, time fields, script creation, permission setup, and redirection of output to /dev/null, with step‑by‑step commands and code examples.

AutomationBackupSystem Administration
0 likes · 8 min read
Master Linux Cron: Schedule Automated Backups with Easy Step‑by‑Step Guide
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 2, 2024 · Databases

MySQL Replication Filter Expansion: Adding New Databases with Efficient Backup and Restore

This article explains how to extend an existing MySQL master‑slave replication filter to include additional databases by using a low‑cost backup‑restore workflow, detailing two solution options, the chosen approach, and step‑by‑step commands for stopping replication, backing up, setting GTID points, restoring, and updating filter rules.

BackupGTIDReplication
0 likes · 9 min read
MySQL Replication Filter Expansion: Adding New Databases with Efficient Backup and Restore
Efficient Ops
Efficient Ops
Dec 1, 2024 · Operations

How I Rescued a Production MySQL Database After a Fatal rm -rf Accident

After a junior engineer mistakenly ran an unguarded rm -rf command that wiped an entire production server—including MySQL and Tomcat—I documented the step‑by‑step recovery using ext3grep, extundelete, and MySQL binlog, highlighting the lessons learned for future operations.

BackupData RecoveryLinux
0 likes · 9 min read
How I Rescued a Production MySQL Database After a Fatal rm -rf Accident
Alibaba Cloud Native
Alibaba Cloud Native
Nov 16, 2024 · Cloud Native

Seamless Migration of Stateful Apps with ACK Backup Center’s Resource Adjustment

This guide explains how Alibaba Cloud ACK Backup Center enables reliable backup, resource adjustment, and seamless migration of stateful applications across Kubernetes clusters, detailing the backup workflow, configurable adjustment strategies, and a step‑by‑step example of moving a StatefulSet from an on‑premise cluster to ACK.

ACKBackupKubernetes
0 likes · 11 min read
Seamless Migration of Stateful Apps with ACK Backup Center’s Resource Adjustment
dbaplus Community
dbaplus Community
Oct 27, 2024 · Databases

Master Multi‑DB Backup: Oracle, MySQL, PostgreSQL & openGauss Shell Scripts

This guide provides step‑by‑step shell scripts, directory setups, cron jobs, and cleanup commands for reliable backup and restore of Oracle (RMAN and logical), MySQL (full, incremental, Percona XtraBackup), PostgreSQL (logical and physical with pg_rman), and openGauss databases, including retention policies and automation tips.

BackupDatabase AdministrationOracle
0 likes · 19 min read
Master Multi‑DB Backup: Oracle, MySQL, PostgreSQL & openGauss Shell Scripts
Java Architecture Stack
Java Architecture Stack
Oct 10, 2024 · Databases

Master MySQL Backup & Recovery: Strategies for Every Business Scenario

This guide walks through five practical MySQL backup and restoration workflows—including scheduled full backups, hourly incremental binlog backups for high‑frequency trading, development‑environment data masking, selective table dumps, and cold‑storage disaster recovery—providing exact commands, configuration tweaks, and step‑by‑step procedures.

BackupDatabase AdministrationIncremental Backup
0 likes · 7 min read
Master MySQL Backup & Recovery: Strategies for Every Business Scenario
Liangxu Linux
Liangxu Linux
Oct 1, 2024 · Operations

10 Proven Practices to Prevent System Failures for Ops Teams

This guide outlines ten practical strategies—including rollback testing, safe handling of destructive commands, prompt customization, robust backup and verification, production environment discipline, thorough handover, proactive monitoring, cautious auto‑failover, meticulous execution, and simplicity—to help operations engineers dramatically reduce system outages and improve reliability.

BackupOperationsbest practices
0 likes · 17 min read
10 Proven Practices to Prevent System Failures for Ops Teams