Tagged articles

Backup

528 articles · Page 5 of 6
360 Tech Engineering
360 Tech Engineering
Jul 8, 2019 · Operations

Common ETCD Issues and Recovery Procedures

This guide explains ETCD’s high‑availability architecture and provides detailed step‑by‑step recovery procedures for single‑node failures, majority‑node outages, and database‑space‑exceeded errors, including status checks, member removal and addition, snapshot restoration, compaction, defragmentation, and alarm clearing.

BackupOperationsRecovery
0 likes · 7 min read
Common ETCD Issues and Recovery Procedures
MaGe Linux Operations
MaGe Linux Operations
Jun 30, 2019 · Backend Development

How to Backup WeChat Public Articles to PDF with Python

This guide explains why backing up WeChat public account articles is essential and provides a Python solution that captures article content, fixes image URLs, and generates PDF files—either one per article or a combined document—complete with code examples and usage tips.

BackupWeChatpdf-generation
0 likes · 6 min read
How to Backup WeChat Public Articles to PDF with Python
Liangxu Linux
Liangxu Linux
May 15, 2019 · Operations

Essential Backup Tools for Developers: Git, Rsync, Dropbox, and Time Machine

This guide reviews four practical backup solutions—Git for versioned file control, Rsync for command‑line incremental syncing, Dropbox for cloud‑based GUI storage, and macOS Time Machine for full system snapshots—explaining their key features, typical use cases, and basic setup steps.

BackupGitOperations
0 likes · 6 min read
Essential Backup Tools for Developers: Git, Rsync, Dropbox, and Time Machine
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 25, 2019 · Databases

Understanding XtraBackup Full Backup Process for MySQL

This article explains MySQL backup classifications, then details XtraBackup's hot physical backup workflow—including redo‑log handling, global read‑lock usage, step‑by‑step file copying, and restore procedures—while addressing common FAQs and practical tips for ensuring data consistency.

BackupDatabaseFull Backup
0 likes · 6 min read
Understanding XtraBackup Full Backup Process for MySQL
ITPUB
ITPUB
Apr 16, 2019 · Databases

How to Restore a Single MySQL Database or Table from a Full Dump

When a MySQL server contains many databases but you only need to recover one database or a single table, you can extract the relevant CREATE and INSERT statements from a full mysqldump using sed or grep, then import them, avoiding a costly full‑instance restore.

BackupDatabaseMySQL
0 likes · 4 min read
How to Restore a Single MySQL Database or Table from a Full Dump
dbaplus Community
dbaplus Community
Mar 2, 2019 · Information Security

Home Ransomware Attack: GANDCRAB, Dark Web Payments, and Backup Strategies

After his father's PC was infected by the GANDCRAB ransomware, the author recounts the alarming symptoms, explains how ransomware works, explores the role of the dark web and DASH cryptocurrency in ransom demands, and shares practical backup methods—from simple USB copies to the 3‑2‑1 principle—to protect personal data.

BackupDASHDark Web
0 likes · 15 min read
Home Ransomware Attack: GANDCRAB, Dark Web Payments, and Backup Strategies
Architects' Tech Alliance
Architects' Tech Alliance
Dec 26, 2018 · Operations

Technical Resource Collection: Backup Systems, Distributed Architecture, Cloud Computing, HPC, Storage and Emerging Technologies

This article curates a comprehensive list of technical resources covering backup system architectures, distributed technology designs, cloud computing frameworks, high‑performance computing, storage solutions, server virtualization, networking, big data, databases and AI, providing readers with links to in‑depth analyses and best‑practice guides.

BackupHPCcloud
0 likes · 8 min read
Technical Resource Collection: Backup Systems, Distributed Architecture, Cloud Computing, HPC, Storage and Emerging Technologies
21CTO
21CTO
Dec 24, 2018 · Backend Development

How to Secure Your Laravel App with Automated Backups Using Spatie

This tutorial walks you through installing the Spatie Laravel‑Backup package, configuring email notifications, setting filename prefixes, limiting storage usage, enabling compression, monitoring backups, and automating the process with cron to protect your Laravel application from data loss.

AutomationBackupPHP
0 likes · 5 min read
How to Secure Your Laravel App with Automated Backups Using Spatie
Architects' Tech Alliance
Architects' Tech Alliance
Dec 2, 2018 · Information Security

Understanding Data Protection: File‑Level vs Block‑Level Backup, Remote Replication, Snapshots, and Clone Technologies

This article explains data protection concepts—including file‑level and block‑level backup, remote file copy and remote volume imaging, snapshot mechanisms such as CoFW and RoFW, and clone technologies—while discussing their advantages, drawbacks, and practical backup architectures.

Backupdata protectioninformation security
0 likes · 20 min read
Understanding Data Protection: File‑Level vs Block‑Level Backup, Remote Replication, Snapshots, and Clone Technologies
MaGe Linux Operations
MaGe Linux Operations
Nov 24, 2018 · Operations

Automate MySQL Database Backups with Bash Scripts and Cron on Linux

This guide explains why database backups are essential, outlines storage media options, and provides step‑by‑step instructions—including creating a backup directory, writing a Bash script, setting executable permissions, and scheduling the job with crontab—to reliably automate MySQL backups on a Linux server.

BackupCronLinux
0 likes · 8 min read
Automate MySQL Database Backups with Bash Scripts and Cron on Linux
Tencent Cloud Developer
Tencent Cloud Developer
Nov 6, 2018 · Databases

Design and Implementation of High‑Availability MySQL

The talk by Tencent’s senior MySQL engineer explains high‑availability concepts—99.95% uptime, RPO/RTO metrics, backup methods, and replication modes—while comparing single‑node, shared‑storage, and share‑nothing architectures, detailing failover tools (Keepalived, MMM, MHA), cluster solutions (PXC, MGC, Group Replication) and NewSQL examples such as Aurora, PolarDB and CynosDB.

BackupDatabase ArchitectureHigh Availability
0 likes · 15 min read
Design and Implementation of High‑Availability MySQL
Architects' Tech Alliance
Architects' Tech Alliance
Oct 12, 2018 · Operations

Understanding Microsoft Volume Shadow Service (VSS): Architecture, Components, and Backup Process

Microsoft's Volume Shadow Service (VSS) is a backup and recovery framework that creates consistent point-in-time snapshots by coordinating requestors, writers, and providers, supporting fast data backup, file-level restores, and various storage scenarios through full and copy-on-write snapshot methods.

BackupData ConsistencyMicrosoft
0 likes · 9 min read
Understanding Microsoft Volume Shadow Service (VSS): Architecture, Components, and Backup Process
Architects' Tech Alliance
Architects' Tech Alliance
Oct 5, 2018 · Operations

Understanding NDMP (Network Data Management Protocol): Concepts, Backup Principles, Versions, and Implementations

The article provides a comprehensive overview of the Network Data Management Protocol (NDMP), explaining its architecture, core concepts, backup mechanisms, version differences, supported backup software, and various network topologies such as 2‑way, 3‑way, and remote configurations for efficient NAS data protection.

BackupData ManagementNAS
0 likes · 9 min read
Understanding NDMP (Network Data Management Protocol): Concepts, Backup Principles, Versions, and Implementations
Java Backend Technology
Java Backend Technology
Sep 8, 2018 · Databases

Master MySQL Quickly: Essential Tips, Best Practices, and Common Pitfalls

This comprehensive guide walks you through mastering MySQL by covering server configuration choices, storage engine selection, data type recommendations, index strategies, backup methods, logging options, and practical advice on triggers, views, stored procedures, and character set handling, all aimed at boosting performance and avoiding common mistakes.

BackupDatabaseMySQL
0 likes · 26 min read
Master MySQL Quickly: Essential Tips, Best Practices, and Common Pitfalls
Efficient Ops
Efficient Ops
Sep 4, 2018 · Operations

Unlocking the True Value of IT Operations: Lessons from a Decade of Experience

This article explores the multifaceted role of IT operations, emphasizing how automation, documentation, processes, monitoring, and backup strategies create business value, and shares practical insights from over ten years of experience to help professionals elevate their operational impact.

BackupDocumentationProcess Management
0 likes · 21 min read
Unlocking the True Value of IT Operations: Lessons from a Decade of Experience
JD Tech
JD Tech
Aug 27, 2018 · Databases

JD.com Database Technology Department: Intelligent Operations, Automation, and ContainerDB Overview

The article details JD.com's Database Technology Department's development of an intelligent operations platform, automated deployment, monitoring, fault self‑healing, backup/recovery systems, and the ContainerDB elastic MySQL service, highlighting architectural designs, key components, and future directions for smarter, faster, and more cost‑effective database management.

BackupContainerDBIntelligentOps
0 likes · 22 min read
JD.com Database Technology Department: Intelligent Operations, Automation, and ContainerDB Overview
ITPUB
ITPUB
May 30, 2018 · Databases

How to Monitor SQL Server Backup and Restore Progress Effectively

This guide explains three practical ways to track SQL Server backup and restore operations—using SSMS UI, T‑SQL with the STATS option, and dynamic management views—plus how to retrieve backup history and avoid common pitfalls.

BackupDMVDatabase
0 likes · 7 min read
How to Monitor SQL Server Backup and Restore Progress Effectively
Efficient Ops
Efficient Ops
May 21, 2018 · Databases

Why Do Database Failures Happen and How to Prevent Them?

This article examines common hardware and network failures in data centers, analyzes real‑world outage cases, classifies fault domains, and presents comprehensive strategies for database fault handling—including logging, checkpointing, backup, replication, and high‑availability architectures—to improve reliability and reduce downtime.

BackupDatabaseFault Tolerance
0 likes · 22 min read
Why Do Database Failures Happen and How to Prevent Them?
Architects' Tech Alliance
Architects' Tech Alliance
Apr 14, 2018 · Industry Insights

How Veritas Velocity Accelerates Data Replica Management and Cuts Costs

The article details Veritas Velocity’s hybrid‑cloud data replica solution, its architecture, deployment steps, role‑based access, workflow automation with Oracle RMAN, and performance benchmarks that show up to 8.8× faster test‑environment provisioning while halving required manpower.

BackupCloud StorageData Replication
0 likes · 11 min read
How Veritas Velocity Accelerates Data Replica Management and Cuts Costs
Architect's Tech Stack
Architect's Tech Stack
Mar 24, 2018 · Databases

Understanding Redis Persistence: RDB and AOF Mechanisms

This article explains Redis's two persistence methods—RDB snapshots and AOF append‑only logs—including their operation, configuration options, advantages, disadvantages, and guidance on choosing the appropriate strategy for data durability and recovery.

AOFBackupData Recovery
0 likes · 7 min read
Understanding Redis Persistence: RDB and AOF Mechanisms
Architects' Tech Alliance
Architects' Tech Alliance
Mar 17, 2018 · Industry Insights

Why Continuous Data Protection Is Redefining Enterprise Backup Strategies

The article examines how Continuous Data Protection (CDP) transforms traditional backup and disaster‑recovery approaches by offering near‑real‑time recovery points, finer granularity, and flexible implementation models across applications, files, and storage blocks, while comparing its benefits and trade‑offs with conventional methods.

BackupCDMContinuous Data Protection
0 likes · 10 min read
Why Continuous Data Protection Is Redefining Enterprise Backup Strategies
ITPUB
ITPUB
Feb 27, 2018 · Databases

Designing Robust Oracle Backup and Recovery Strategies for Large Databases

This guide answers common Oracle backup questions, covering planning for 50‑TB databases, speed calculations, backup window design, RMAN versus Data Pump, multi‑user and RAC scenarios, catalog usage, performance troubleshooting, and practical SQL queries for monitoring backup status.

BackupData PumpDatabase
0 likes · 18 min read
Designing Robust Oracle Backup and Recovery Strategies for Large Databases
ITPUB
ITPUB
Feb 24, 2018 · Databases

Essential Oracle Database Interview Questions and Answers: Tuning, Backup, Recovery, and Administration

This comprehensive guide covers Oracle SQL tuning techniques, execution‑plan inspection, optimizer choices, high‑resource SQL detection, session tracing, index fundamentals, backup classifications, recovery procedures, system monitoring, and performance diagnostics, providing practical knowledge for DBA interviews and daily work.

BackupDatabase AdministrationOracle
0 likes · 17 min read
Essential Oracle Database Interview Questions and Answers: Tuning, Backup, Recovery, and Administration
MaGe Linux Operations
MaGe Linux Operations
Dec 28, 2017 · Operations

Top 12 Linux Ops Disasters of 2017 and What They Teach Us

From Hearthstone’s dual‑database crash to Uber’s massive data breach, this 2017 Linux operations roundup chronicles twelve critical incidents—highlighting backup failures, Docker rebranding, ransomware, BGP hijacking, and more—offering key lessons for sysadmins and DevOps professionals.

BGPBackupDocker
0 likes · 14 min read
Top 12 Linux Ops Disasters of 2017 and What They Teach Us
ITPUB
ITPUB
Oct 18, 2017 · Databases

How ZanDB Automates MySQL Backup, Task Scheduling, and Instance Management

This article outlines ZanDB's approach to standardizing MySQL environments, implementing a real‑time backup monitoring system, and building a comprehensive automation platform that includes task scheduling, host and instance management, log handling, metadata tracking, and daily maintenance to streamline DBA operations.

BackupDatabase ManagementMySQL
0 likes · 11 min read
How ZanDB Automates MySQL Backup, Task Scheduling, and Instance Management
dbaplus Community
dbaplus Community
Oct 9, 2017 · Information Security

How MongoDB Enables GDPR Compliance: Practical Data‑Protection Strategies

This article explains how MongoDB’s security features—including access control, authentication, encryption, data discovery, retention policies, zone sharding, backup, monitoring, and audit logging—help organizations meet GDPR requirements while minimizing operational overhead and ensuring data sovereignty.

BackupGDPRMongoDB
0 likes · 18 min read
How MongoDB Enables GDPR Compliance: Practical Data‑Protection Strategies
ITPUB
ITPUB
Oct 5, 2017 · Databases

Recover Accidentally Deleted Oracle Data with Backup, LogMiner, and Flashback

Oracle provides several powerful recovery mechanisms—logical backups with the import tool, physical file restoration with incomplete recovery, LogMiner analysis of redo logs, and Flashback Query—each illustrated through a scenario where a mistaken update to the TFUNDASSET table is corrected using step‑by‑step procedures and commands.

BackupData RecoveryDatabase
0 likes · 13 min read
Recover Accidentally Deleted Oracle Data with Backup, LogMiner, and Flashback
Qunar Tech Salon
Qunar Tech Salon
Sep 27, 2017 · Databases

Qunar Database High Availability and Backup Recovery Architecture

The article describes Qunar's 99.99% high‑availability goal for MySQL databases, outlines its HA designs (MMM, PXC, QMHA), compares hot and cold backup methods, discusses common backup challenges, and details Qunar's comprehensive backup and recovery solution including Percona XtraBackup, dedicated backup nodes, centralized management, and consistency verification.

BackupDatabaseDisaster Recovery
0 likes · 8 min read
Qunar Database High Availability and Backup Recovery Architecture
dbaplus Community
dbaplus Community
Sep 6, 2017 · Databases

How to Build a MongoDB Database-as-a-Service Platform: Architecture, Features, and Best Practices

This article explains the concept of Database-as-a-Service (DBaaS), introduces MongoDB’s core capabilities, outlines the essential components such as lifecycle management, disaster recovery, monitoring, and value‑added services, and provides practical guidance on building a production‑grade MongoDB DBaaS platform.

BackupCloud DatabaseDBaaS
0 likes · 19 min read
How to Build a MongoDB Database-as-a-Service Platform: Architecture, Features, and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Sep 3, 2017 · Databases

Top MySQL Interview Q&A: Replication, InnoDB, Optimization & Backup

This article compiles a comprehensive set of MySQL interview questions covering replication mechanisms, differences between MyISAM and InnoDB, character type nuances, transaction logging, binlog formats, performance tuning, backup strategies, monitoring, consistency checks, and handling large datasets, providing concise answers for each topic.

BackupDatabaseInnoDB
0 likes · 18 min read
Top MySQL Interview Q&A: Replication, InnoDB, Optimization & Backup
ITPUB
ITPUB
Aug 25, 2017 · Operations

Automate MySQL Database Backups with Bash and Cron

This guide explains how to create a reliable MySQL backup solution by checking disk space, setting up a backup directory, writing a shell script for mysqldump (with optional compression), granting execution rights, scheduling the script with crontab, and verifying the job, while also covering crontab syntax and examples.

BackupCronDatabase
0 likes · 8 min read
Automate MySQL Database Backups with Bash and Cron
ITPUB
ITPUB
Aug 15, 2017 · Operations

Automate MySQL Database Backups on Linux with Bash and Cron

This guide explains why database backups are essential, walks through checking disk space, creating a backup directory, writing a Bash script to dump and compress MySQL data, granting execution rights, and scheduling the script with crontab to ensure reliable, automated backups.

BackupCronDatabase
0 likes · 8 min read
Automate MySQL Database Backups on Linux with Bash and Cron
Efficient Ops
Efficient Ops
Aug 2, 2017 · Operations

Essential Ops Playbook: 6 Key Practices to Prevent Disasters

Drawing from a year‑and‑a‑half of ops experience, this guide outlines six practical categories—online operation standards, data handling, security, daily monitoring, performance tuning, and mindset—to help engineers avoid costly mistakes and maintain stable, secure systems.

BackupMonitoringOperations
0 likes · 12 min read
Essential Ops Playbook: 6 Key Practices to Prevent Disasters
dbaplus Community
dbaplus Community
Jul 20, 2017 · Databases

Master MySQL Backup, Security, and SQL Best Practices: A Complete Guide

This article provides a comprehensive, step‑by‑step guide on MySQL backup strategies, security hardening, SQL coding standards, and system planning, offering practical recommendations, verification methods, and actionable checklists to help DBAs build resilient and well‑managed database environments.

BackupDBADatabase Planning
0 likes · 26 min read
Master MySQL Backup, Security, and SQL Best Practices: A Complete Guide
ITPUB
ITPUB
Jul 12, 2017 · Databases

Mastering Oracle RAC: Check Status, Configure, and Manage Instances with SRVCTL

This guide explains how to use SRVCTL to view the status of Oracle RAC databases, instances, services, node applications, and ASM instances, retrieve configuration details, start and stop the cluster, and perform backup and restore operations with concrete command examples.

ASMBackupDatabase Management
0 likes · 10 min read
Mastering Oracle RAC: Check Status, Configure, and Manage Instances with SRVCTL
21CTO
21CTO
Jul 10, 2017 · Operations

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

After a mistaken rm -rf command wiped an entire production server—including MySQL data—the author chronicles a step‑by‑step recovery using ext3grep, custom scripts, and binlog restoration, highlighting lessons learned and best practices for future incident handling.

BackupData RecoveryLinux
0 likes · 9 min read
How I Rescued a Production MySQL Database After a Fatal rm -rf Disaster
ITPUB
ITPUB
Jul 6, 2017 · Databases

Choosing the Right RAID Level for MySQL: A Practical Guide

This article explains RAID fundamentals, compares common RAID levels, shows how to identify the configured RAID using MegaCli, evaluates write policies and battery status, and recommends optimal RAID configurations for MySQL data, binary logs, and redo files.

BackupMySQLRAID
0 likes · 11 min read
Choosing the Right RAID Level for MySQL: A Practical Guide
ITPUB
ITPUB
Jun 15, 2017 · Databases

Mastering MySQL Backups: From Cold Copies to Xtrabackup Strategies

This guide explains MySQL backup fundamentals, comparing cold backups, LVM snapshot backups, logical tools like mysqldump and mydumper, and physical solutions such as Percona Xtrabackup, detailing each method’s workflow, advantages, limitations, and how to achieve consistent recovery points and times.

BackupLVMMyDumper
0 likes · 10 min read
Mastering MySQL Backups: From Cold Copies to Xtrabackup Strategies
ITPUB
ITPUB
Jun 13, 2017 · Databases

Recover a Dropped MySQL Database with Binlog and Full Backup Steps

This guide explains how to restore an accidentally dropped MySQL database by leveraging nightly full backups and incremental binlog files, detailing the required configuration, command usage, and step‑by‑step procedures to safely recover lost data.

BackupData RestorationDatabase Recovery
0 likes · 5 min read
Recover a Dropped MySQL Database with Binlog and Full Backup Steps
MaGe Linux Operations
MaGe Linux Operations
Jun 11, 2017 · Operations

Essential Linux Ops Tools Every Sysadmin Should Master

This guide outlines the ten core toolsets—ranging from Linux basics and network services to scripting, firewalls, monitoring, clustering, and backup—that aspiring Linux operations engineers need to master for effective system administration.

BackupLinuxNetworking
0 likes · 7 min read
Essential Linux Ops Tools Every Sysadmin Should Master
dbaplus Community
dbaplus Community
May 24, 2017 · Databases

Automate Oracle RMAN Backup Validation and Restore with Shell Scripts

This article presents two comprehensive Shell scripts—one to validate Oracle RMAN backup sets and another to perform a full backup‑restore experiment—detailing SSH trust configuration, source information collection, log transfer, directory preparation, and step‑by‑step RMAN restore commands, all illustrated with practical screenshots and a GitHub repository link.

AutomationBackupDatabase Administration
0 likes · 15 min read
Automate Oracle RMAN Backup Validation and Restore with Shell Scripts
Tencent TDS Service
Tencent TDS Service
Apr 27, 2017 · Databases

Cutting WeChat SQLite Corruption in Half: Strategies and Lessons

Facing a 0.02% SQLite corruption rate that threatened years of chat history, the WeChat mobile team identified three main causes—insufficient space, power loss, and sync failures—and implemented space management, full sync settings, and master‑table backups, halving damage and doubling repair success.

BackupData ReliabilitySQLite
0 likes · 9 min read
Cutting WeChat SQLite Corruption in Half: Strategies and Lessons
dbaplus Community
dbaplus Community
Apr 25, 2017 · Databases

9 Proven MySQL Data Recovery Techniques Every DBA Should Know

This guide outlines nine practical MySQL recovery methods—including full backup with binlog, business‑logic rollback, flashback tools, innodb_force_recovery, tablespace discard/import, manual ibd editing, extundelete, and Percona's recovery utility—to help DBAs restore data after accidental deletions, corruption, or hardware failures.

BackupData RecoveryInnoDB
0 likes · 12 min read
9 Proven MySQL Data Recovery Techniques Every DBA Should Know
Architects' Tech Alliance
Architects' Tech Alliance
Apr 10, 2017 · Information Security

Overview of Backup Technologies and Major Enterprise Backup Software

This article provides a comprehensive overview of backup concepts, various backup architectures such as Host, LAN, LAN‑free, Server‑free and Server‑less, evaluates leading enterprise backup solutions, and analyzes key features like deduplication, NDMP support, OS compatibility and maintainability.

BackupEnterprise SoftwareNDMP
0 likes · 15 min read
Overview of Backup Technologies and Major Enterprise Backup Software
ITPUB
ITPUB
Mar 15, 2017 · Databases

From Table Design to Scalable MySQL: A Complete Optimization Roadmap

This article outlines the five evolutionary stages of a MySQL deployment—table design, deployment, performance tuning, architecture scaling, and maintenance—detailing practical configuration tweaks, kernel and hardware optimizations, replication strategies, caching, sharding, partitioning, and essential monitoring and backup techniques.

BackupMySQLSharding
0 likes · 18 min read
From Table Design to Scalable MySQL: A Complete Optimization Roadmap
Java Backend Technology
Java Backend Technology
Mar 13, 2017 · Databases

Mastering Redis Persistence: RDB Snapshots and AOF Explained

This article explains why Redis data must be persisted, compares the two built‑in methods—RDB snapshotting and Append‑Only File (AOF)—and provides practical configuration tips, command usage, performance considerations, and verification tools for reliable backup and recovery.

AOFBackupDatabase
0 likes · 11 min read
Mastering Redis Persistence: RDB Snapshots and AOF Explained
ITPUB
ITPUB
Feb 13, 2017 · Operations

What the GitLab Deletion Teaches About Boosting System Reliability

The article reflects on the GitLab database deletion incident, analyzing how human error, decision fatigue, inadequate backup strategies, and insufficient safeguards exposed reliability gaps, and proposes practical DevOps practices—such as pair operations, diversified redundancy, strict command restrictions, and continuous feedback—to strengthen complex software systems.

BackupGitLabHumanFactors
0 likes · 10 min read
What the GitLab Deletion Teaches About Boosting System Reliability
ITPUB
ITPUB
Jan 29, 2017 · Databases

Step-by-Step Oracle RMAN Disaster Recovery: Backup, Restore, and Validation

This guide walks through simulating a catastrophic Oracle database failure, performing incremental RMAN backups, verifying backup completeness, and executing a full restore and recovery—including spfile, controlfile, datafiles, and archived logs—so you can confidently recover a database after total data loss.

BackupDatabase RecoveryOracle
0 likes · 15 min read
Step-by-Step Oracle RMAN Disaster Recovery: Backup, Restore, and Validation
Weidian Tech Team
Weidian Tech Team
Dec 15, 2016 · Databases

How to Build a Scalable Automated MySQL Operations Platform

This article explains how to standardize and automate MySQL operations—including multi‑instance deployment, metadata collection, monitoring, backup, and high‑availability using Zookeeper—so that large‑scale database services can be provisioned, managed, and scaled with minimal human intervention.

BackupDatabase OperationsHigh Availability
0 likes · 11 min read
How to Build a Scalable Automated MySQL Operations Platform
dbaplus Community
dbaplus Community
Dec 12, 2016 · Databases

Mastering MySQL GTID: From Basics to Advanced Replication and Recovery

This comprehensive guide explains MySQL GTID fundamentals, its syntax, how to view and generate GTIDs, configure GTID‑based replication, troubleshoot replication errors, integrate GTID with backup/restore, MHA failover, and ensure crash‑safe slaves while discussing performance trade‑offs.

BackupCrash SafetyGTID
0 likes · 24 min read
Mastering MySQL GTID: From Basics to Advanced Replication and Recovery
dbaplus Community
dbaplus Community
Dec 5, 2016 · Databases

Master‑Slave Replication, Backup & Recovery in MySQL – A Complete Step‑by‑Step Guide

This article provides a comprehensive, hands‑on guide to MySQL master‑slave replication, covering configuration changes, creating replication users, backing up the master, restoring to slaves, setting up read/write splitting, handling master failures, implementing dual‑master setups, and performing full and incremental backups and restores.

BackupDualMasterMasterFailure
0 likes · 17 min read
Master‑Slave Replication, Backup & Recovery in MySQL – A Complete Step‑by‑Step Guide
ITPUB
ITPUB
Oct 11, 2016 · Databases

How to Secure Oracle RMAN Backups with Password, Wallet, and Hybrid Encryption

This guide explains why backup security is critical for enterprise databases, introduces Oracle RMAN's three encryption strategies, and provides step‑by‑step commands to configure password‑based encryption, perform backups, handle decryption errors, and finally disable encryption safely.

BackupDatabaseOracle
0 likes · 9 min read
How to Secure Oracle RMAN Backups with Password, Wallet, and Hybrid Encryption
ITPUB
ITPUB
Oct 5, 2016 · Databases

How to Backup and Restore Oracle PL/SQL User Objects Using Export/Import Tools

This guide walks through exporting Oracle PL/SQL user objects and table data with PL/SQL Developer, then restoring them by dropping the existing user, recreating it with necessary privileges, executing the exported SQL script, and importing table data while handling constraints and triggers.

BackupDatabaseExport
0 likes · 5 min read
How to Backup and Restore Oracle PL/SQL User Objects Using Export/Import Tools
dbaplus Community
dbaplus Community
Sep 30, 2016 · Databases

How NetEase Hive RDS Enables Fast, Reliable MySQL Instance Migration

This article explains NetEase Hive RDS's instance migration feature, covering use cases, technical challenges such as consistent backup, business impact, data import speed, incremental sync, and the solutions implemented—including multi‑threaded logical backup with mydumper, load‑aware throttling, parallel import with myloader, and filtered replication—to achieve efficient and safe MySQL migrations.

BackupInstance MigrationMySQL
0 likes · 16 min read
How NetEase Hive RDS Enables Fast, Reliable MySQL Instance Migration
ITPUB
ITPUB
Sep 24, 2016 · Databases

Recover a Dropped MySQL Database Using Full Backup and Binlog Incrementals

This guide shows how to restore a MySQL database that was accidentally dropped by combining a nightly full mysqldump backup (with master‑log info) and the subsequent binlog files, extracting only the needed statements and replaying them in order.

BackupData RecoveryDatabase
0 likes · 8 min read
Recover a Dropped MySQL Database Using Full Backup and Binlog Incrementals
Practical DevOps Architecture
Practical DevOps Architecture
Sep 8, 2016 · Databases

MySQL Database Architecture Evolution, Design, Deployment, Optimization, and Maintenance Guide

This article outlines the lifecycle of a mature MySQL database architecture, covering table design, deployment, performance tuning, scaling strategies such as replication, sharding and partitioning, as well as maintenance tasks like monitoring, backup, and repair, with practical configuration examples.

BackupMySQLdatabase optimization
0 likes · 17 min read
MySQL Database Architecture Evolution, Design, Deployment, Optimization, and Maintenance Guide
Architects' Tech Alliance
Architects' Tech Alliance
Aug 28, 2016 · Operations

Calculating Backup Storage Capacity and Performance Requirements

This article explains how to calculate the required capacity and performance for backup storage media, covering assumptions about data volume, retention policies, full and incremental backups, deduplication ratios, RAID configurations, and provides formulas to size storage and IOPS for reliable disaster recovery.

BackupIOPSRAID
0 likes · 8 min read
Calculating Backup Storage Capacity and Performance Requirements
Architects' Tech Alliance
Architects' Tech Alliance
Aug 4, 2016 · Information Security

Reliability and High Availability of Backup Software Systems

This article examines how backup software ensures enterprise data reliability through media redundancy, server failover, load balancing, and both cold and high‑availability solutions for the management server, highlighting technologies such as GridStor, dual‑array clustering, and deduplication.

Backupdata protectiondeduplication
0 likes · 11 min read
Reliability and High Availability of Backup Software Systems
Architects' Tech Alliance
Architects' Tech Alliance
Jul 23, 2016 · Fundamentals

Understanding Data Deduplication and Compression in Backup Software

This article explains the core features of backup software, focusing on data deduplication and compression techniques, including source‑side, target‑side, and media‑side deduplication, parallel deduplication architectures, replication methods, and hardware snapshot integration, illustrated with SimPana and AnyBackup examples.

Backupcompressiondeduplication
0 likes · 14 min read
Understanding Data Deduplication and Compression in Backup Software
Architects' Tech Alliance
Architects' Tech Alliance
Jul 21, 2016 · Operations

Analysis of Backup Software Network Architectures: LAN Base, LAN Free, Server Free, NDMP, and Server‑Less

The article provides a comprehensive overview of various backup software networking models—including LAN Base, LAN Free, Server Free, NDMP, and the emerging Server‑Less approach—detailing their deployment options, performance impacts, and suitability for different data volumes and infrastructure requirements.

BackupIT OperationsNetwork Architecture
0 likes · 10 min read
Analysis of Backup Software Network Architectures: LAN Base, LAN Free, Server Free, NDMP, and Server‑Less
Architects' Tech Alliance
Architects' Tech Alliance
Jul 20, 2016 · Operations

How Distributed Indexing Improves Backup Performance and Scalability

The article explains how traditional centralized backup indexes become performance bottlenecks as data grows, and details Simpana's two‑level distributed indexing architecture—primary and secondary indexes—showing how it enhances backup speed, reduces network load, and simplifies recovery across multi‑site environments.

BackupData RecoveryOperations
0 likes · 7 min read
How Distributed Indexing Improves Backup Performance and Scalability
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2016 · Operations

Top 10 Linux Snapshot Tools to Quickly Restore Your System

This guide reviews ten beginner-friendly Linux snapshot applications—including TimeShift, Cronopete, Back In Time, Systemback, Snapper, and others—explaining their installation, operation, and how they enable quick system restoration, backup, and migration, while also comparing snapshots to traditional backups.

BackupLinuxSnapper
0 likes · 21 min read
Top 10 Linux Snapshot Tools to Quickly Restore Your System
ITPUB
ITPUB
Jun 19, 2016 · Cloud Computing

Top Cloud Backup Solutions for Linux: A Practical Guide

This guide reviews both proprietary and open‑source cloud storage options for Linux, detailing how each service works, its Linux support, key features, pricing, and limitations to help users choose the right backup solution for their needs.

BackupLinuxcloud
0 likes · 7 min read
Top Cloud Backup Solutions for Linux: A Practical Guide
MaGe Linux Operations
MaGe Linux Operations
May 10, 2016 · Operations

10 Essential Practices to Prevent Operational Failures in Database Management

This article outlines ten practical guidelines for operations engineers—ranging from mandatory rollback testing and cautious handling of destructive commands to robust backup verification, vigilant monitoring, and disciplined handover procedures—to dramatically reduce system outages and improve overall reliability.

AutomationBackupDatabase
0 likes · 18 min read
10 Essential Practices to Prevent Operational Failures in Database Management
ITPUB
ITPUB
May 9, 2016 · Databases

Mastering MySQL Backups: From Cold Copies to Xtrabackup and Beyond

This article explains MySQL backup fundamentals, compares cold, snapshot, logical (mysqldump, mydumper) and physical (Xtrabackup) methods, outlines their workflows, pros and cons, and discusses lock‑related performance impacts and Percona's backup‑lock improvements.

BackupDatabasesLVM
0 likes · 11 min read
Mastering MySQL Backups: From Cold Copies to Xtrabackup and Beyond
MaGe Linux Operations
MaGe Linux Operations
May 5, 2016 · Databases

Mastering MySQL Backups: Strategies, Types, and Tools for Reliable Data Protection

This guide explains why data backup is essential, outlines backup types (full, incremental, differential), compares MySQL backup methods (hot, warm, cold), evaluates physical vs logical approaches, reviews common tools like mysqldump, cp, tar, LVM snapshots, and xtrabackup, and offers strategies for choosing the right solution.

BackupDatabasedata protection
0 likes · 8 min read
Mastering MySQL Backups: Strategies, Types, and Tools for Reliable Data Protection
Qunar Tech Salon
Qunar Tech Salon
Mar 26, 2016 · Databases

MySQL User Management, Database and Table Operations Guide

This guide provides step‑by‑step instructions for connecting to MySQL, creating and managing users and permissions, displaying, creating and deleting databases and tables, performing backups and restores, and executing various query operations such as selecting, updating, and aggregating data.

BackupDatabase OperationsMySQL
0 likes · 14 min read
MySQL User Management, Database and Table Operations Guide
Architect
Architect
Mar 19, 2016 · Databases

Understanding Percona XtraBackup (PXB) Architecture and Backup Process

This article explains the components, communication mechanisms, full and incremental backup procedures, and restoration steps of Percona XtraBackup (PXB), detailing how the innobackupex script and xtrabackup binary cooperate to perform hot physical backups of MySQL/InnoDB databases.

BackupInnoDBMySQL
0 likes · 10 min read
Understanding Percona XtraBackup (PXB) Architecture and Backup Process
Efficient Ops
Efficient Ops
Mar 2, 2016 · Databases

How DBMP Automates MySQL Management and Cuts DBA Workload

This article explains why the DBMP platform was created to automate MySQL operations, describes its architecture and key features such as host management, instance groups, backup, slow‑query handling, and scheduled tasks, and outlines future optimization directions and common technical Q&A.

BackupDatabase AutomationFailover
0 likes · 14 min read
How DBMP Automates MySQL Management and Cuts DBA Workload
Architects' Tech Alliance
Architects' Tech Alliance
Feb 12, 2016 · Industry Insights

Unlocking Massive Data Deduplication: PBBA Appliances vs Backup Software

Backup environments generate abundant duplicate data, making deduplication essential; this article examines how purpose‑built backup appliances (PBBA) and leading backup software implement variable‑length, global deduplication, compare scale‑out versus scale‑up architectures, and discuss performance trade‑offs and CPU bottlenecks.

BackupPBBAdeduplication
0 likes · 7 min read
Unlocking Massive Data Deduplication: PBBA Appliances vs Backup Software