Auto-sync
This commit is contained in:
@@ -1,43 +0,0 @@
|
||||
---
|
||||
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 UEFI,MBR for BIOS)
|
||||
- 备份模式选择 device-image,NFS 挂载 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
|
||||
- 无
|
||||
Reference in New Issue
Block a user