Tagged articles
4 articles
Page 1 of 1
21CTO
21CTO
Jan 15, 2022 · Information Security

How a HPE Update Erased 77 TB of Kyoto University Research Data

A faulty HPE software update caused an infinite loop in a backup script, unintentionally deleting 77 TB of critical research data from Kyoto University's supercomputers, highlighting the severe risks of automated backup processes and the need for rigorous change management.

Backup ScriptData lossHPE
0 likes · 4 min read
How a HPE Update Erased 77 TB of Kyoto University Research Data
Liangxu Linux
Liangxu Linux
Jan 11, 2021 · Operations

How to Create and Run Executable Bash Scripts on Linux

This guide walks you through creating a .sh Bash script, adding a simple “Hello World” program, granting execute permission with chmod, and running it directly or via sh/bash, plus a practical backup script example that archives /var/log using tar.

Backup ScriptBashShell scripting
0 likes · 4 min read
How to Create and Run Executable Bash Scripts on Linux
Liangxu Linux
Liangxu Linux
Jan 3, 2021 · Fundamentals

How to Declare and Use Boolean Variables in Bash Scripts

This guide explains how to create, test, and apply boolean-like variables in Bash, covering numeric (0/1) and string (true/false) representations, conditional checks, and practical examples for cron jobs and backup scripts on Linux/Unix systems.

Backup ScriptBashShell scripting
0 likes · 7 min read
How to Declare and Use Boolean Variables in Bash Scripts
dbaplus Community
dbaplus Community
May 9, 2018 · Databases

How We Migrated MySQL from Docker Swarm to Alibaba RDS and Fixed a CPU Crisis

This article recounts a real‑world MySQL migration from Docker Swarm containers to an Alibaba Cloud RDS instance, detailing the original architecture, migration steps, backup scripts, a critical index‑missing outage, and the practical indexing strategies used to restore performance.

Backup ScriptDocker SwarmIndex Optimization
0 likes · 13 min read
How We Migrated MySQL from Docker Swarm to Alibaba RDS and Fixed a CPU Crisis