man page for qphotorec
This commit is contained in:
parent
06c5784c9c
commit
50967cb2ed
5 changed files with 49 additions and 6 deletions
|
@ -888,9 +888,9 @@ AC_CONFIG_FILES([
|
|||
Makefile
|
||||
src/Makefile
|
||||
man/Makefile
|
||||
man/testdisk.8 man/photorec.8 man/fidentify.8
|
||||
man/testdisk.8 man/photorec.8 man/qphotorec.8 man/fidentify.8
|
||||
man/zh_CN/Makefile
|
||||
man/zh_CN/testdisk.8 man/zh_CN/photorec.8 man/zh_CN/fidentify.8
|
||||
man/zh_CN/testdisk.8 man/zh_CN/photorec.8 man/zh_CN/qphotorec.8 man/zh_CN/fidentify.8
|
||||
linux/testdisk.spec
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = zh_CN
|
||||
|
||||
man_MANS = testdisk.8 photorec.8 fidentify.8
|
||||
EXTRA_DIST = testdisk.8.in photorec.8.in fidentify.8.in
|
||||
man_MANS = testdisk.8 photorec.8 qphotorec.8 fidentify.8
|
||||
EXTRA_DIST = testdisk.8.in photorec.8.in qphotorec.8.in fidentify.8.in
|
||||
|
|
20
man/qphotorec.8.in
Normal file
20
man/qphotorec.8.in
Normal file
|
@ -0,0 +1,20 @@
|
|||
.\" May be distributed under the GNU General Public License
|
||||
.TH QPHOTOREC 8 @TESTDISKDATE@ "Administration Tools"
|
||||
.SH NAME
|
||||
qphotorec \- Recover lost files from harddisk, digital camera and cdrom
|
||||
.SH SYNOPSIS
|
||||
.BI "qphotorec
|
||||
.SH DESCRIPTION
|
||||
\fBQPhotoRec\fP is a GUI file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (Photo Recovery) from digital camera memory. QPhotoRec ignores the filesystem and goes after the underlying data, so it'll work even if your media's filesystem is severely damaged or formatted. PhotoRec is safe to use, it will never attempt to write to the drive or memory support you are about to recover lost data from.
|
||||
For more information on how to use, please visit the wiki pages on www.cgsecurity.org
|
||||
.SH SEE ALSO
|
||||
.BR photorec(8),
|
||||
.BR testdisk(8),
|
||||
.BR fdisk (8).
|
||||
.BR
|
||||
.SH AUTHOR
|
||||
QPhotoRec @VERSION@, Data Recovery Utility, @TESTDISKDATE@
|
||||
.br
|
||||
Christophe GRENIER <grenier@cgsecurity.org>
|
||||
.br
|
||||
http://www.cgsecurity.org
|
|
@ -1,4 +1,4 @@
|
|||
mandir = @mandir@/zh_CN
|
||||
|
||||
man_MANS = testdisk.8 photorec.8 fidentify.8
|
||||
EXTRA_DIST = testdisk.8.in photorec.8.in fidentify.8.in
|
||||
man_MANS = testdisk.8 photorec.8 qphotorec.8 fidentify.8
|
||||
EXTRA_DIST = testdisk.8.in photorec.8.in qphotorec.8.in fidentify.8.in
|
||||
|
|
23
man/zh_CN/qphotorec.8.in
Normal file
23
man/zh_CN/qphotorec.8.in
Normal file
|
@ -0,0 +1,23 @@
|
|||
.\" May be distributed under the GNU General Public License
|
||||
.TH QPHOTOREC 8 @TESTDISKDATE@ "Administration Tools"
|
||||
.SH NAME
|
||||
qphotorec \- 从硬盘,数码相机或光盘中恢复丢失的文件
|
||||
.SH SYNOPSIS
|
||||
.BI "qphotorec
|
||||
.SH DESCRIPTION
|
||||
\fBQPhotoRec\fP 是一个数据恢复工具,它能从硬盘、光盘中恢复丢失的文件包括视频,文档,归档,以及从数码相机存储中恢复丢失的图片(Photo Recovery)。QPhotoRec 会忽略文件系统,并根据基本的数据进行恢复。所以即便您存储介质上的文件系统遭到了严重破坏,或者被格式化,它仍能工作。 QPhotoRec 的使用是安全的,因为它会拒绝对目标 驱动器/存储器 进行写入操作。
|
||||
关于该软件的使用方面的信息,可以参见 www.cgsecurity.org 上的维基页面。
|
||||
.SH SEE ALSO
|
||||
.BR photorec(8),
|
||||
.BR testdisk(8),
|
||||
.BR fdisk (8).
|
||||
.BR
|
||||
.SH TRANSLATION
|
||||
Zhou Mo <cdluminate@gmail.com>
|
||||
.SH AUTHOR
|
||||
PhotoRec @VERSION@, 数据恢复工具, @TESTDISKDATE@
|
||||
.br
|
||||
Christophe GRENIER <grenier@cgsecurity.org>
|
||||
.br
|
||||
http://www.cgsecurity.org
|
||||
|
Loading…
Reference in a new issue