Welcome to Partclone Usage
partclone.[ [fstype] | restore | dd | chkimg | info ]
Name
partclone.chkimg — The utility to check image made by partclone
Synopsis
partclone.chkimg {
[ -s | --source ]
source
} [
[ -dX | --debug=X ]
[ -N | --ncurses ]
[ -f | --UI-fresh ]
[ -F | --force ]
[ --ignore_crc ]
[ -X | --dialog ]
[ -C | --no_check ]
[ -L | --logfile ]
logfile
]
DESCRIPTION
partclone.chkimg is a part of Partclone project to veritfy image file. Partclone provide utilities to backup used blocks and design for higher compatibility of the file system by using existing library, e.g. e2fslibs is used to read the used block of ext2 partition.
Partclone supported file system include btrfs, ext2, ext3, ext4, reiserfs, reiser4, xfs and jfs for LINUX. Also support some non-linux operation system, ex: NTFS, FAT, EXFAT(for Windows), HFS plus(APPLE MAC OS), UFS2(FreeBSD), VMFS(VMWare Vsphere). All partclone utils could be run like partclone.xxx is very smiliar fsck or mkfs. For example, for backup/restore hfsplus, just run partclone.hfsp.
OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.
-s,FILE--sourceFILESource FILE. The FILE could be a image file(made by partclone) or device depend on your action. Normanly, backup source is device, restore source is image file.
Receving data from pipe line is supported ONLY for restoring, just ignore -s option or use '-' means receive data from stdin.
-L,FILE--logfileFILEput special path to record partclone log information.(default /var/log/partclone.log)
-C,--no_checkDon't check device size and free space.
-N,--ncurseUsing Ncurses Text User Interface.
-X,--dialogOutput message as Dialog Format.
--ignore_crcIgnore crc check error.
-F,--forceForce progress.
-f,sec--UI-freshsecput special second to different interval.
-d,level--debuglevelSet the debug level [1|2|3]
-h,--helpShow summary of options.
-v,--versionShow version of program.
DIAGNOSTICS
The following diagnostics may be issued
on stderr:
partclone.chkimg provides some return codes, that can be used in scripts:
BUGS
Report bugs to thomas@nchc.org.tw or http://partclone.org.
You can get support at http://partclone.org
SEE ALSO
partclone(8), partclone.chkimg(8), partclone.restore(8), partclone.dd(8), partclone.info(8)


