Partclone:多功能的分区和克隆的自由软件

作者: geekpi 2018-03-11 10:08:45

Partclone 是由 Clonezilla 的开发者们开发的用于创建和克隆分区镜像的自由开源软件。实际上,Partclone 是 Clonezilla 所基于的工具之一。


它为用户提供了备份与恢复已用分区的工具,并与多个文件系统高度兼容,这要归功于它能够使用像 e2fslibs 这样的现有库来读取和写入分区,例如 ext2。


它最大的优点是支持各种格式,包括 ext2、ext3、ext4、hfs+、reiserfs、reiser4、btrfs、vmfs3、vmfs5、xfs、jfs、ufs、ntfs、fat(12/16/32)、exfat、f2fs 和 nilfs。


它还有许多的程序,包括 partclone.ext2(ext3&ext4)、partclone.ntfs、partclone.exfat、partclone.hfsp 和 partclone.vmfs(v3和v5) 等等。


官方网站:https://partclone.org/


 


Partclone中的功能




免费软件:Partclone 免费供所有人下载和使用。


开源:Partclone 是在 GNU GPL 许可下发布的,并在 GitHub 上公开(https://github.com/Thomas-Tsai/partclone)。


跨平台:适用于 Linux、Windows、MAC、ESX 文件系统备份/恢复和 FreeBSD。


一个在线的文档页面(https://partclone.org/help/),你可以从中查看帮助文档并跟踪其 GitHub 问题。


为初学者和专业人士提供的在线用户手册(https://partclone.org/usage/)。


支持救援。


克隆分区成镜像文件。


将镜像文件恢复到分区。


快速复制分区。


支持 raw 克隆。


显示传输速率和持续时间。


支持管道。


支持 crc32 校验。


支持 ESX vmware server 的 vmfs 和 FreeBSD 的文件系统 ufs。


Partclone 中还捆绑了更多功能,你可以在 https://partclone.org/features/ 查看其余的功能。


 


下载 Linux 中的 Partclone(https://partclone.org/download/)


 


如何安装和使用 Partclone


在 Linux 上安装 Partclone。


$ sudo apt install partclone [On Debian/Ubuntu]


$ sudo yum install partclone [On CentOS/RHEL/Fedora]


克隆分区为镜像。


# partclone.ext4 -d -c -s /dev/sda1 -o sda1.img


将镜像恢复到分区。


# partclone.ext4 -d -r -s sda1.img -o /dev/sda1


分区到分区克隆。


# partclone.ext4 -d -b -s /dev/sda1 -o /dev/sdb1


显示镜像信息。


# partclone.info -s sda1.img


检查镜像。


# partclone.chkimg -s sda1.img


 


在ubuntu系统上,使用IDEA运行github上克隆的Hadoop源代码:http://www.linuxdiyf.com/linux/26759.html


使用VMware克隆Linux系统:http://www.linuxdiyf.com/linux/26209.html


ubuntu系统下使用git克隆源码:http://www.linuxdiyf.com/linux/23553.html


虚拟机中Linux克隆后相关配置:http://www.linuxdiyf.com/linux/21607.html


Ubuntu Linux操作系统的3种克隆方法:http://www.linuxdiyf.com/linux/11762.html

相关资讯