Files
nexus/wiki/sources/clonezilla-dui-ubuntu-server-jin-hang-quan-pan-jing-xiang-bei-fen.md
2026-04-14 16:02:50 +08:00

35 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Clonezilla对Ubuntu Server进行全盘镜像备份"
type: source
tags: [backup, clonezilla, nas, rufus, ubuntu]
date: 2026-04-13
source_file: raw/Technical/Home Office/🟠Clonezilla对Ubuntu Server进行全盘镜像备份.md
---
## Summary
- 核心主题使用Clonezilla对Ubuntu Server进行全盘镜像备份到NAS
- 问题域:服务器灾难恢复与数据保护
- 方法/机制Clonezilla启动盘制作 + NFS网络备份 + ghost风格镜像克隆
- 结论/价值:提供从启动盘制作到灾难恢复的完整操作流程
## Key Claims
- Rufus制作Clonezilla启动盘时必须选择"以ISO镜像模式写入"而非DD镜像模式
- 针对新笔记本推荐GPT分区方案+UEFI目标系统旧笔记本使用MBR+BIOS
- NFS网络备份需要正确填写NAS的IP地址和共享路径
- savedisk模式将整个磁盘备份为镜像文件压缩选项-z1p提供高压缩率
## Key Concepts
- [[磁盘镜像备份]]:将整个磁盘内容复制为镜像文件,用于灾难恢复
- [[NFS网络存储]]:通过网络文件系统协议挂载远程存储进行备份
## Key Entities
- [[Clonezilla]]开源磁盘克隆工具类似Ghost的备份恢复软件
- [[Rufus]]U盘启动盘制作工具支持ISO写入
- [[Ubuntu-Server]]:备份的源系统目标
## Connections
- [[Clonezilla]] ← 用于 ← [[磁盘镜像备份]]
- [[磁盘镜像备份]] ← 目标 ← [[Ubuntu-Server]]
## Contradictions