Files
nexus/wiki/sources/Clonezilla对Ubuntu全盘镜像备份.md

39 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全盘镜像备份"
type: source
tags: [Clonezilla, 备份, Ubuntu]
date: 2025-03-14
---
## Source File
- [[raw/Home Office/Clonezilla对Ubuntu Server进行全盘镜像备份.md]]
## Summary
- 核心主题使用Clonezilla再生龙将Ubuntu Server备份镜像到NAS的全流程
- 问题域:物理服务器/旧笔记本的系统备份与灾难恢复
- 方法/机制Rufus制作启动盘 → Clonezilla live启动 → NFS连接NAS → savedisk全盘备份
- 结论/价值完整的Ghost式备份恢复流程蓝色U盘已安装Clonezilla
## Key Claims
- Rufus制作启动盘选择ISO模式非DD模式UEFI选GPT老机器选MBR
- Clonezilla模式选择device-image磁盘备份为镜像
- NAS连接选择nfs_server输入NAS IP和共享路径如192.168.3.17/volume2/backups
- 参数:-z1p高压缩、-sfsck跳过检查
- 恢复选择restoredisk选中镜像文件即可覆盖新硬盘
## Key Concepts
- [[磁盘镜像备份]]:将整个磁盘备份为镜像文件
- [[NAS备份存储]]通过网络NFS将备份存储到NAS
- [[灾难恢复]]:镜像恢复实现系统复活
## Key Entities
- [[Clonezilla]]:开源磁盘克隆工具(再生龙)
- [[SynologyNAS]]NAS设备备份存储目标
- [[Rufus]]U盘启动盘制作工具
## Connections
- [[Clonezilla对Ubuntu全盘镜像备份]] ← documents ← [[磁盘镜像备份]]
## Contradictions
- 无冲突