Auto-sync: 2026-04-16 20:05

This commit is contained in:
2026-04-16 20:05:13 +08:00
parent db72ecb4f6
commit ee6406f30c
43 changed files with 1786 additions and 12 deletions

View File

@@ -0,0 +1,27 @@
---
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 实现增量数据同步