Files
nexus/wiki/entities/Clonezilla.md
2026-04-16 20:05:13 +08:00

28 lines
858 B
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"
type: entity
tags: [backup, recovery, imaging]
date: 2026-04-16
---
## Definition
Clonezilla 是一款开源的磁盘镜像备份和克隆工具,支持分区和整盘克隆。它是 Linux 环境下最流行的系统备份解决方案之一,类似于 Windows 的 Ghost 工具。
## Key Features
- 自由开源:完全免费,源码开放
- 多种文件系统支持ext4、ntfs、fat、hfs+ 等
- 增量备份:支持差异备份
- 远程恢复:可通过网络进行恢复
- 压缩存储:支持多种压缩算法减小镜像体积
## Common Use Cases
- 整机镜像备份(系统+数据)
- 硬盘裸机克隆
- 系统迁移
- 灾难恢复基础镜像
## Related
- [[灾难恢复]]Clonezilla 是灾难恢复流程中的系统恢复工具
- [[rsync]]Clonezilla 恢复后可结合 rsync 实现增量数据同步