1PARTCLONE.CHKIMG(8)          Partclone User Manual         PARTCLONE.CHKIMG(8)
2
3
4

NAME

6       partclone.chkimg - The utility to check image made by partclone
7

SYNOPSIS

9       partclone.chkimg {[-s | --source] source}
10                        [[-dX | --debug=X] [-N | --ncurses] [-f | --UI-fresh] [-F | --force] [--ignore_crc] [-X | --dialog] [-C | --no_check] [-L | --logfile] logfile]
11

DESCRIPTION

13       partclone.chkimg is a part of Partclone project to veritfy image file.
14       Partclone provide utilities to backup used blocks and design for higher
15       compatibility of the file system by using existing library, e.g.
16       e2fslibs is used to read the used block of ext2 partition.
17
18       Partclone supported file system include btrfs, ext2, ext3, ext4,
19       reiserfs, reiser4, xfs and jfs for LINUX. Also support some non-linux
20       operation system, ex: NTFS, FAT, EXFAT(for Windows), HFS plus(APPLE MAC
21       OS), UFS2(FreeBSD), VMFS(VMWare Vsphere). All partclone utils could be
22       run like partclone.xxx is very smiliar fsck or mkfs. For example, for
23       backup/restore hfsplus, just run partclone.hfsp.
24

OPTIONS

26       The program follows the usual GNU command line syntax, with long
27       options starting with two dashes (`-'). A summary of options is
28       included below.
29
30       -s FILE, --source FILE
31           Source FILE. The FILE could be a image file(made by partclone) or
32           device depend on your action. Normanly, backup source is device,
33           restore source is image file.
34
35           Receving data from pipe line is supported ONLY for restoring, just
36           ignore -s option or use '-' means receive data from stdin.
37
38       -l FILE, --logfile FILE
39           put special path to record partclone log information.(default
40           /var/log/partclone.log)
41
42       -C, --no_check
43           Don't check device size and free space.
44
45       -N, --ncurse
46           Using Ncurses Text User Interface.
47
48       -X, --dialog
49           Output message as Dialog Format.
50
51       --ignore_crc
52           Ignore crc check error.
53
54       -F, --force
55           Force progress.
56
57       -f sec, --UI-fresh sec
58           put special second to different interval.
59
60       -dlevel, --debug level
61           Set the debug level [1|2|3]
62
63       -h, --help
64           Show summary of options.
65
66       -v, --version
67           Show version of program.
68

FILES

70       /var/log/partclone.log
71           The log file of partclone.chkimg
72

EXAMPLES

74            check part.img file is correct or not.
75              partclone.chkimg -d -s partclone.img
76
77

DIAGNOSTICS

79       The following diagnostics may be issued on stderr:
80
81       partclone.chkimg provides some return codes, that can be used in
82       scripts:
83
84       Code   Diagnostic
85       0      Program exited successfully.
86       1      Clone or Restore seem failed.
87
88

BUGS

90       Report bugs to thomas@nchc.org.tw or http://partclone.org.
91
92       You can get support at http://partclone.org
93

SEE ALSO

95       partclone(8), partclone.chkimg(8), partclone.restore(8),
96       partclone.dd(8), partclone.info(8)
97

AUTHOR

99       Yu-Chin Tsai <thomas@nchc.org.tw>
100
102       Copyright © 2007 Yu-Chin Tsai
103
104       This manual page was written for the Debian system (and may be used by
105       others).
106
107       Permission is granted to copy, distribute and/or modify this document
108       under the terms of the GNU General Public License, Version 2 or (at
109       your option) any later version published by the Free Software
110       Foundation.
111
112       On Debian systems, the complete text of the GNU General Public License
113       can be found in /usr/share/common-licenses/GPL.
114
115
116
117
118partclone.chkimg                  09/19/2015               PARTCLONE.CHKIMG(8)
Impressum