
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chaos and Order</title>
      <link>https://www.youngju.dev/blog</link>
      <description>천천히 올바르게. AI Researcher &amp; DevOps Engineer Youngju&#39;s blog. GPU/CUDA, LLM, MLOps, Kubernetes AI workloads, and data engineering — plus mindset essays on confidence, routines, health, and sport psychology.</description>
      <language>ko</language>
      <managingEditor>fjvbn2003@gmail.com (Youngju Kim)</managingEditor>
      <webMaster>fjvbn2003@gmail.com (Youngju Kim)</webMaster>
      <lastBuildDate>Sat, 15 Aug 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.youngju.dev/tags/복구/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.youngju.dev/blog/linux/2026-08-15-guide-backup-and-restore.en</guid>
    <title>The complete backup and restore guide: designing backwards from the recovery scenario</title>
    <link>https://www.youngju.dev/blog/linux/2026-08-15-guide-backup-and-restore.en</link>
    <description>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.</description>
    <pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>리눅스</category><category>백업</category><category>복구</category><category>재해복구</category><category>운영</category><category>rsync</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/linux/2026-08-15-guide-backup-and-restore.ja</guid>
    <title>バックアップとリストア完全ガイド: 復旧シナリオから逆算して設計する</title>
    <link>https://www.youngju.dev/blog/linux/2026-08-15-guide-backup-and-restore.ja</link>
    <description>RPOとRTOから出発して、rsync、tar、LVMスナップショット、スナップショットベースのバックアップツールを選ぶ基準を整理します。復旧リハーサルの手順と、バックアップが静かに壊れる五つの方式まで扱います。</description>
    <pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>리눅스</category><category>백업</category><category>복구</category><category>재해복구</category><category>운영</category><category>rsync</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/linux/2026-08-15-guide-backup-and-restore</guid>
    <title>백업과 복구 완전 가이드: 복구 시나리오에서 거꾸로 설계하기</title>
    <link>https://www.youngju.dev/blog/linux/2026-08-15-guide-backup-and-restore</link>
    <description>RPO와 RTO에서 출발해 rsync, tar, LVM 스냅샷, 스냅샷 기반 백업 도구를 고르는 기준을 정리합니다. 복구 리허설 절차와 백업이 조용히 망가지는 다섯 가지 방식까지 다룹니다.</description>
    <pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>리눅스</category><category>백업</category><category>복구</category><category>재해복구</category><category>운영</category><category>rsync</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/linux/2026-08-15-guide-git-undo.en</guid>
    <title>Undoing Things in Git, the Complete Guide: What Comes Back and What Is Gone Forever</title>
    <link>https://www.youngju.dev/blog/linux/2026-08-15-guide-git-undo.en</link>
    <description>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 situations.</description>
    <pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>git</category><category>버전관리</category><category>복구</category><category>운영</category><category>협업</category><category>명령어</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/linux/2026-08-15-guide-git-undo.ja</guid>
    <title>Git 取り消し完全ガイド: 復元できるものと永遠に消えるもの</title>
    <link>https://www.youngju.dev/blog/linux/2026-08-15-guide-git-undo.ja</link>
    <description>reset、revert、restore、reflog、fsck の境界線を復元可能性という基準で整理します。reflog の期限切れポリシーと gc が実際にオブジェクトを削除するタイミング、強制プッシュ事故やワークツリー・サブモジュールの状況まで扱います。</description>
    <pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>git</category><category>버전관리</category><category>복구</category><category>운영</category><category>협업</category><category>명령어</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/linux/2026-08-15-guide-git-undo</guid>
    <title>Git 되돌리기 완전 가이드: 복구되는 것과 영원히 사라지는 것</title>
    <link>https://www.youngju.dev/blog/linux/2026-08-15-guide-git-undo</link>
    <description>reset, revert, restore, reflog, fsck의 경계선을 복구 가능성 기준으로 정리합니다. reflog 만료 정책과 gc가 언제 객체를 실제로 지우는지, 강제 푸시 사고와 워크트리·서브모듈 상황까지 다룹니다.</description>
    <pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>git</category><category>버전관리</category><category>복구</category><category>운영</category><category>협업</category><category>명령어</category>
  </item>

    </channel>
  </rss>
