Tag: #복구
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
The complete backup and restore guide: designing backwards from the recovery scenario
Starting from RPO and RTO, the criteria for choosing between rsync, tar, LVM snapshots, and snapshot-based backup tools. Covers the recovery rehearsal procedure and the five ways a backup quietly rots.
2026-08-15 · 16 min read #리눅스#백업#복구#재해복구#운영Undoing Things in Git, the Complete Guide: What Comes Back and What Is Gone Forever
Maps the boundary between reset, revert, restore, reflog, and fsck by what can actually be recovered. Covers reflog expiry policy, when gc really deletes objects, force-push accidents, and worktree and submodule situatio
2026-08-15 · 17 min read #git#버전관리#복구#운영#협업