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 Server进行全盘镜像备份"
type: source
tags: [clonezilla, backup, ubuntu, nas, 镜像备份]
date: 2025-03-06
---
## Source File
- [[raw/Home Office/Clonezilla对Ubuntu Server进行全盘镜像备份.md]]
## Summary
- 核心主题使用Clonezilla再生龙对Ubuntu Server进行全盘镜像备份到NAS
- 问题域如何将运行中的Ubuntu Server完整备份以便灾难恢复
- 方法/机制制作Clonezilla启动U盘 → 从U盘启动 → 选择源盘和NAS目标 → 执行镜像备份
- 结论/价值Clonezilla提供免费、可靠的全盘镜像备份支持增量备份和压缩
## Key Claims
- 下载Clonezilla ISOamd64架构debian发行版
- 使用Rufus制作启动U盘注意会格式化U盘
- 备份模式Clonezilla提供两种模式disk to disk、disk to image
- 存储目标支持NFS、SMB等网络存储本例使用NAS
- 恢复时注意选择正确的目标磁盘,避免覆盖错误
## Key Concepts
- [[Clonezilla]]:开源磁盘镜像备份工具,再生龙
- [[全盘镜像]]:将整个磁盘复制为可恢复的镜像文件
- [[NAS备份]]:通过网络存储实现异地备份
## Key Entities
- [[Clonezilla]]:备份工具
- [[NAS]]:网络附加存储(备份目标)
## Connections
- [[Clonezilla]] ← 备份工具 ← Ubuntu Server
- [[NAS备份]] ← 存储目标 ← 备份
## Contradictions
- 无明显冲突