feat(wiki): ingest remaining subdirectories batch (51 files)

- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
This commit is contained in:
2026-04-14 20:48:34 +08:00
parent 631b34fa88
commit f9ac3145ab
79 changed files with 2920 additions and 153 deletions

View File

@@ -0,0 +1,43 @@
---
title: "Clonezilla对Ubuntu Server进行全盘镜像备份"
type: source
tags: [backup, clonezilla, nas, ubuntu, 运维]
date: 2025-12-20
---
## Source File
- [[raw/Home Office/Clonezilla对Ubuntu Server进行全盘镜像备份.md]]
## Summary
- 核心主题:使用 Clonezilla 再生龙对 Ubuntu Server 进行全盘镜像备份到 NAS
- 问题域:服务器灾难恢复与数据保护
- 方法/机制:通过 Rufus 制作 Clonezilla 启动盘,通过 NFS 挂载 NAS保存/还原磁盘镜像
- 结论/价值:实现类似 Ghost 的磁盘镜像备份,支持完整系统恢复
## Key Claims
- Clonezilla 支持将整个磁盘备份为镜像文件,存储在 NAS 或外置硬盘
- 使用 Rufus 制作 U 盘启动盘需选择正确的分区方案GPT for UEFIMBR for BIOS
- 备份模式选择 device-imageNFS 挂载 NAS 的共享文件夹作为存储目标
- 恢复时选择 restoredisk选中镜像文件即可覆盖新硬盘完成系统复活
## Key Quotes
> "以 ISO 镜像模式写入 (推荐)" — Rufus 制作 Clonezilla 启动盘的关键设置
## Key Concepts
- [[Clonezilla]]:开源磁盘克隆工具,类似 Ghost 但免费
- [[NFS]]:网络文件系统,用于 Linux 间共享存储
- [[磁盘镜像]]:将整个磁盘内容打包为单个镜像文件
- [[灾难恢复]]:通过镜像备份实现系统复原
## Key Entities
- [[Rufus]]:开源 U 盘启动盘制作工具
- [[Synology NAS]]NAS 存储设备,备份目标
- [[HP ZBook]]:源笔记本电脑,运行 Ubuntu Server
## Connections
- [[HP ZBook]] ← backed_up_to ← [[Synology NAS]]
- [[Clonezilla]] ← creates ← [[磁盘镜像]]
- [[Rufus]] ← creates ← [[Clonezilla启动盘]]
## Contradictions
-