feat(wiki): ingest Cloud DevOps and Home Office sources batch

This commit is contained in:
2026-04-14 20:27:45 +08:00
parent b299ecf694
commit 189d98acd2
57 changed files with 2029 additions and 189 deletions

View File

@@ -0,0 +1,40 @@
---
title: "RTO vs RPO Key Differences for Modern Disaster Recovery"
type: source
tags: []
date: 2026-04-14
---
## Source File
- [[raw/Cloud & DevOps/RTO vs RPO Key Differences for Modern Disaster Recovery.md]]
## Summary
- 核心主题RTO和RPO在现代灾难恢复中的差异
- 问题域:恢复时间和恢复点的选择
- 方法/机制:分层恢复目标策略
- 结论/价值:预防优于恢复
## Key Claims
- RTO系统可容忍的最大停机时间
- RPO可容忍的最大数据丢失量
- 功能开关实现秒级恢复
## Key Quotes
> "The best way to reach aggressive RTO and RPO targets isn't building a better disaster recovery plan—it's shipping code that doesn't break in the first place."
## Key Concepts
- [[RTO]]:恢复时间目标
- [[RPO]]:恢复点目标
- [[功能开关]]:特性标志控制
- [[渐进式发布]]:逐步推广
## Key Entities
- [[LaunchDarkly]]:功能管理平台
- [[Feature Flags]]:特性标志
## Connections
- [[功能开关]] ← enables ← [[RTO]]
- [[功能开关]] ← protects ← [[RPO]]
## Contradictions
- 无