Skip to content
Thomas Tsai edited this page Mar 19, 2023 · 1 revision

install from debian official repository

sudo apt-get install partclone

Current partclone can be found at sid and wheezy, thanks for the debian package maintainer. This Debian package not include all support file system because some library not yet accept our make file patch. If you need more file system clone/restore like clonezilla, try next steps...

compile

sudo apt-get build-dep partclone
sudo apt-get install f2fs-tools hfsprogs exfatprogs gddrescue reiser4progs 
./autogen
./configure --enable-extfs --enable-ntfs --enable-fat --enable-exfat --enable-hfsp --enable-apfs --enable-btrfs --enable-minix --enable-f2fs --enable-reiser4 --enable-xfs 
make
make install

or Add DRBL Repository (ALL File System Support) (need root permission)

deb http://free.nchc.org.tw/drbl-core drbl stable testing unstable dev

and add repository key && install partclone

sudo wget http://drbl.nchc.org.tw/GPG-KEY-DRBL; apt-key add GPG-KEY-DRBL
sudo apt-get update
sudo apt-get install partclone