Partclone is a partition clone and restore tool. It provides utilities to back up and restore partitions and is designed for higher compatibility of the
file system library. It is developed by the
NCHC Free Software Labs in Taiwan.
It is the default backup application in
Clonezilla
Clonezilla is an open-source suite of disk cloning, disk imaging and system deployment utilities. Clonezilla Server Edition uses multicast technologies to deploy a single image file to a group of computers on a local area network. Clonezilla was ...
,
FOG
Fog is a visible aerosol consisting of tiny water droplets or ice crystals suspended in the air at or near the Earth's surface. Reprint from Fog can be considered a type of low-lying cloud usually resembling stratus and is heavily influenc ...
(from version 1.00),
Redo Rescue
Redo Rescue, formerly Redo Backup and Recovery, is a free backup and disaster recovery software. It runs from a live CD, a bootable Linux CD image, features a GUI that is a front end to the Partclone command line utility, and is capable of bare ...
and Rescuezilla which is simply a front end to partclone.
It supports many file systems and has good performance, as it skips portions of the file system marked as free space.
Utilities
Partclone currently supports the following filesystems:
ext2
ext2, or second extended file system, is a file system for the Linux kernel (operating system), kernel. It was initially designed by French software developer Rémy Card as a replacement for the extended file system (ext). Having been designed ...
,
ext3
ext3, or third extended filesystem, is a journaling file system, journaled file system that is commonly used with the Linux kernel. It used to be the default file system for many popular Linux distributions but generally has been supplanted by ...
,
ext4
ext4 (fourth extended filesystem) is a journaling file system for Linux, developed as the successor to ext3.
ext4 was initially a series of backward-compatible extensions to ext3, many of them originally developed by Cluster File Systems for ...
,
hfs+
HFS Plus or HFS+ (also known as Mac OS Extended or HFS Extended) is a journaling file system developed by Apple Inc. It replaced the Hierarchical File System (HFS) as the primary file system of Apple computers with the 1998 release of Mac OS 8. ...
,
reiserfs
ReiserFS is a general-purpose, journaling file system initially designed and implemented by a team at Namesys led by Hans Reiser and licensed under GPLv2. Introduced in version 2.4.1 of the Linux kernel, it was the first journaling file syst ...
,
reiser4
Reiser4 is a computer file system, successor to the ReiserFS file system, developed from scratch by Namesys and sponsored by DARPA as well as Linspire. Reiser4 was named after its former lead developer Hans Reiser. , the Reiser4 patch set is s ...
,
btrfs
Btrfs (pronounced as "better F S", "butter F S", "b-tree F S", or "B.T.R.F.S.") is a computer storage format that combines a file system based on the copy-on-write (COW) principle with a logical volume manager (distinct from Linux's LVM), d ...
,
vmfs(v3, v5),
xfs
XFS is a high-performance 64-bit journaling file system created by Silicon Graphics, Inc (SGI) in 1993. It was the default file system in SGI's IRIX operating system starting with its version 5.3. XFS was ported to the Linux kernel in 2001; a ...
,
jfs,
ufs,
ntfs
NT File System (NTFS) (commonly called ''New Technology File System'') is a proprietary journaling file system developed by Microsoft in the 1990s.
It was developed to overcome scalability, security and other limitations with File Allocation Tabl ...
,
fat(12/16/32), and
exFAT
exFAT (Extensible File Allocation Table) is a file system optimized for flash memory such as USB flash drives and SD cards, that was introduced by Microsoft in 2006. exFAT was proprietary until 28 August 2019, when Microsoft published its spe ...
.
To run partclone for a particular filesystem, one uses the command 'partclone.
', in a similar manner to the mkfs
In computer operating systems, mkfs is a command used to format a block storage device with a specific file system. The command is part of Unix and Unix-like operating systems. In Unix, a block storage device must be formatted with a file syst ...
command
* partclone.btrfs
* partclone.ext2, partclone.ext3, partclone.ext4
* partclone.fat32, partclone.fat12, partclone.fat16
* partclone.ntfs
* partclone.exFAT
* partclone.hfsp
* partclone.jfs
* partclone.reiserfs
* partclone.reiser4
* partclone.ufs (support SU+J)
* partclone.vmfs (v3)
* partclone.vmfs5 (for vmfs v5)
* partclone.xfs
Features
Partclone is a partition image tool which attempts to only back up used data blocks. It's written in C and focuses on cloning filesystems, as opposed to cloning disks. The basic features are:
* clone partition to image file
* restore image file to partition
* restore image file to raw file as loop device
* duplicate partition on the fly
* create domain file for ddrescue
* crc32 support
* pipe support (restore from stdin , clone to stdout)
* text mode , quiet mode
* Ncurses Text interface
* rescue support
* transfer rate, elapsed time calculating
* support raw clone (like dd)
* partclone.chkimg check image made by partclone
See also
* List of disk cloning software
*Partimage
Partimage is a disk cloning utility for Linux/UNIX environments. Partimage can save partitions in many formats to a disk image. Utilities such as Partimage are useful in a number of situations which are commonly encountered by network administrat ...
*Clonezilla
Clonezilla is an open-source suite of disk cloning, disk imaging and system deployment utilities. Clonezilla Server Edition uses multicast technologies to deploy a single image file to a group of computers on a local area network. Clonezilla was ...
* FSArchiver
*FOG Project
The FOG Project (named after Free and Open-source Ghost), is a suite of software tools for deploying disk images of Microsoft Windows and Linux using the Preboot Execution Environment (PXE). It makes use of TFTP, the Apache webserver and iPXE. ...
References
External links
* {{Official website, http://www.partclone.org/
Disk images
Free backup software
Backup software