summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2008-04-06 16:31:06 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2008-04-06 16:31:06 +0000
commite0aa2f6ba5cf1f522a5522625965f327e1d53c23 (patch)
treef80572a02cbdd2d78a656caf50c9462e6a573bcd /sys-block/partimage
parentStable on ppc64; bug #215735 (diff)
downloadgentoo-2-e0aa2f6ba5cf1f522a5522625965f327e1d53c23.tar.gz
gentoo-2-e0aa2f6ba5cf1f522a5522625965f327e1d53c23.tar.bz2
gentoo-2-e0aa2f6ba5cf1f522a5522625965f327e1d53c23.zip
Fixed missing man pages in 0.6.7.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-block/partimage')
-rw-r--r--sys-block/partimage/ChangeLog6
-rw-r--r--sys-block/partimage/files/partimage.1177
-rw-r--r--sys-block/partimage/files/partimaged.858
-rw-r--r--sys-block/partimage/partimage-0.6.6.ebuild4
-rw-r--r--sys-block/partimage/partimage-0.6.7.ebuild6
5 files changed, 245 insertions, 6 deletions
diff --git a/sys-block/partimage/ChangeLog b/sys-block/partimage/ChangeLog
index 079ae3e28566..dfe093b6ffe1 100644
--- a/sys-block/partimage/ChangeLog
+++ b/sys-block/partimage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-block/partimage
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.33 2008/02/26 19:08:06 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.34 2008/04/06 16:31:06 xmerlin Exp $
+
+ 06 Apr 2008; Christian Zoffoli <xmerlin@gentoo.org> +files/partimage.1,
+ +files/partimaged.8, partimage-0.6.6.ebuild, partimage-0.6.7.ebuild:
+ Fixed missing man pages in 0.6.7.
*partimage-0.6.7 (26 Feb 2008)
diff --git a/sys-block/partimage/files/partimage.1 b/sys-block/partimage/files/partimage.1
new file mode 100644
index 000000000000..3d2c84676363
--- /dev/null
+++ b/sys-block/partimage/files/partimage.1
@@ -0,0 +1,177 @@
+.\"
+.\" Copyright (c) 2001 Partition Image Team
+.\" All rights reserved.
+.\"
+.\" Permission is granted to copy, distribute and/or modify this
+.\" document under the terms of the GNU Free Documentation License,
+.\" Version 1.1 or any later version published by the Free Software
+.\" Foundation; with no Invariant Sections, with no Front-Cover Texts, and
+.\" with no Back-Cover Texts.
+.\"
+.TH partimage 1 "24 June 2001"
+.UC 1
+.SH NAME
+partimage \- back up and restore disk partitions
+.SH SYNOPSIS
+.B partimage
+.RB [ " \-bcdehimMnoSvwy " ]
+.RB [ \-B\ 'pattern\ response\ string' ]
+.RB [ \-z\ compresslevel ]
+.RB [ \-V\ volumesize ]
+.RB [ \-f\ actionatend ]
+.RB [ \-s\ server ]
+.RB [ \-p\ port ]
+.RB [ \-a\ mountoptions ]
+.RB [ \-g\ loglevel ]
+[
+.I "save"
+.I "device"
+.I "image_file"
+]
+.br
+.B partimage
+.RB [ " \-bcdehimMnoSvwy " ]
+.RB [ \-B\ 'pattern\ response\ string' ]
+.RB [ \-z\ compresslevel ]
+.RB [ \-V\ volumesize ]
+.RB [ \-f\ actionatend ]
+.RB [ \-s\ server ]
+.RB [ \-p\ port ]
+.RB [ \-a\ mountoptions ]
+.RB [ \-g\ loglevel ]
+[
+.I "restore"
+.I "device"
+.I "image_file/'stdin'"
+]
+.br
+.B partimage
+[
+.I "restmbr"
+.I "image_file"
+]
+.br
+.B partimage
+[
+.I "imginfo"
+.I "image_file"
+]
+.SH DESCRIPTION
+\fIpartimage\fR backs up disk partitions into image files and restores them.
+.SH OPTIONS
+.TP
+.B \-z val, --compress val
+Set image file compression level:
+.br
+val=0: don't compress: very fast but very big image file
+.br
+val=1: compress using gzip: fast and small image file (default)
+.br
+val=2: compress using bzip2: very slow and very small image file
+.TP
+.B \-c, --nocheck
+Don't check the partition before saving.
+.TP
+.B \-o, --overwrite
+Overwrite the existing image file without confirmation.
+.TP
+.B \-d, --nodesc
+Don't ask any description for the image file.
+.TP
+.B \-V vol, --volume vol
+Split image into multiple volumes files. vol will be the size in KB of volumes.
+.TP
+.B \-w, --waitvol
+Wait for a confirmation after each volume change.
+.TP
+.B \-e, --erase
+Erase empty blocks on restore with zero bytes.
+.TP
+.B \-m, --allowmnt
+Don't fail if the partition is mounted. Dangerous!
+.TP
+.B \-M, --nombr
+Don't create a backup of the MBR (Mast Boot Record) in the image file.
+.TP
+.B \-h, --help
+Show help.
+.TP
+.B \-v, --version
+Show version.
+.TP
+.B \-f action, --finish action
+Action to do if finished successfully:
+.br
+action=0: wait (do nothing)
+.br
+action=1: halt (power off the computer)
+.br
+action=2: reboot (restart the computer)
+.br
+action=3: quit
+.TP
+.B \-b, --batch
+batch mode: the GUI won't wait for an user action.
+.TP
+.B \-B 'pattern response string', --fully-batch 'pattern response string'
+full batch mode: the GUI is not being displayed. Rather status messages
+are displayed as normal text.
+The pattern response string has the following format:
+.br
+.B \'<glob-pattern>=<response-value>;...\'
+.br
+where the glob pattern is matched against the string
+.B <window-title>/<message-text>
+of the message dialogue box to be displayed. For dialog boxes with
+buttons in the window, the <response> must be the exact button text.
+The pattern response string usually needs to be quoted as above.
+.TP
+.B \-y, --nosync
+Don't synchronize the disks at the end of the operation. Dangerous!
+.TP
+.B \-s addr, --server addr
+Give partimaged server's ip address.
+.TP
+.B \-p port, --port port
+Give partimaged server's listening port.
+.TP
+.B \-g debuglevel, --debug debuglevel
+Set the debug level to debuglevel (defaults to 1).
+.TP
+.B \-n, --nossl
+Disable SSL in network mode.
+.TP
+.B \-S, --simulate
+Simulation of restoration mode.
+.TP
+.B \-a str, --automnt str
+Automatic mount with X options. Read the doc for more details.
+
+.SH EXAMPLE
+partimage -z1 -o -d save /dev/hda12 /mnt/backup/redhat-6.2.partimg.gz
+.br
+partimage -z1 -om save /dev/hda9 /mnt/backup/win95-osr2.partimg.gz
+.br
+partimage restore /dev/hda13 /mnt/backup/suse-6.4.partimg
+.br
+cat debian.partimg.000 debian.partimg.001 | partimage restore /dev/hda1 stdin
+.br
+partimage restmbr /mnt/backup/debian-potato-2.2.partimg.bz2
+.br
+partimage imginfo /mnt/backup/debian-potato-2.2.partimg.bz2
+.SH SEE ALSO
+.BR partimaged(8)
+.SH DIAGNOSTICS
+You can read options set at compile time running 'partimage -i'.
+.PP
+When using batchmode, exit status is normaly 0.
+.SH CAVEATS
+For now, only ext2fs, FAT16, FAT32, NTFS, HPFS, JFS, XFS, reiserfs are supported.
+.PP
+FAT12 will never be supported.
+.SH BUGS
+Refer to BUGS file to read them.
+.SH AUTHOR
+.nf
+Franck Ladurelle <ladurelf@partimage.org>
+
diff --git a/sys-block/partimage/files/partimaged.8 b/sys-block/partimage/files/partimaged.8
new file mode 100644
index 000000000000..8e21ffe3213c
--- /dev/null
+++ b/sys-block/partimage/files/partimaged.8
@@ -0,0 +1,58 @@
+.\"
+.\" Copyright (c) 2001 Partition Image Team
+.\" All rights reserved.
+.\"
+.\" Permission is granted to copy, distribute and/or modify this
+.\" document under the terms of the GNU Free Documentation License,
+.\" Version 1.1 or any later version published by the Free Software
+.\" Foundation; with no Invariant Sections, with no Front-Cover Texts, and
+.\" with no Back-Cover Texts.
+.\"
+.TH partimaged 8 "24 June 2001"
+.UC 1
+.SH NAME
+partimaged \- backups/restores partitions server
+.SH SYNOPSIS
+.B partimaged
+.RB [ " \-Dhnv " ]
+.RB [ \-r\ directory ]
+.RB [ \-p\ port ]
+.RB [ \-g\ loglevel ]
+.SH DESCRIPTION
+.B partimaged
+can be used to use partimage on network. Run partimaged on the computer where
+you want to save imagefiles and run partimage on stations you want to backup.
+.SH OPTIONS
+.TP
+.B \-D --daemon
+Start server in daemon mode.
+.TP
+.B \-h --help
+show help
+.TP
+.B \-v --version
+show version
+.TP
+.B \-p port --port port
+Give server's listening port.
+.TP
+.B \-d directory --dest directory
+Directory where the images will be stored.
+.TP
+.B \-g debuglevel --debug debuglevel
+Set the debug level to debuglevel (defaults to 1).
+.TP
+.B \-r dir --chroot dir
+Use chroot to improve security.
+.SH SEE ALSO
+.BR partimage(1) ,
+.BR partimagedusers(5)
+.SH DIAGNOSTICS
+You can read options set at compile time running 'partimage -i'.
+.SH BUGS
+Refer to BUGS file to read them.
+.SH AUTHOR
+.nf
+Franck Ladurelle <ladurelf@partimage.org>
+
+
diff --git a/sys-block/partimage/partimage-0.6.6.ebuild b/sys-block/partimage/partimage-0.6.6.ebuild
index 1f33cea12138..224508ad9955 100644
--- a/sys-block/partimage/partimage-0.6.6.ebuild
+++ b/sys-block/partimage/partimage-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.6.ebuild,v 1.3 2008/02/26 19:08:06 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.6.ebuild,v 1.4 2008/04/06 16:31:06 xmerlin Exp $
WANT_AUTOMAKE="1.10"
@@ -102,7 +102,7 @@ src_install() {
newinitd "${FILESDIR}"/${PN}d.init ${PN}d || die
newconfd "${FILESDIR}"/${PN}d.conf ${PN}d || die
- doman doc/en/man/partimage.1 doc/en/man/partimaged.8 doc/en/man/partimagedusers.5
+ doman "${FILESDIR}"/{partimage.1,partimaged.8,partimagedusers.5} || die
dodoc AUTHORS BUGS ChangeLog INSTALL README* TODO partimage.lsm
# pam
diff --git a/sys-block/partimage/partimage-0.6.7.ebuild b/sys-block/partimage/partimage-0.6.7.ebuild
index 61ffab4f89d5..b678e865bd7b 100644
--- a/sys-block/partimage/partimage-0.6.7.ebuild
+++ b/sys-block/partimage/partimage-0.6.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.7.ebuild,v 1.1 2008/02/26 19:08:06 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.7.ebuild,v 1.2 2008/04/06 16:31:06 xmerlin Exp $
WANT_AUTOMAKE="1.10"
@@ -92,8 +92,8 @@ src_install() {
newinitd "${FILESDIR}"/${PN}d.init ${PN}d || die
newconfd "${FILESDIR}"/${PN}d.conf ${PN}d || die
- doman doc/en/man/partimage.1 doc/en/man/partimaged.8 doc/en/man/partimagedusers.5
- dodoc AUTHORS BUGS ChangeLog INSTALL README* TODO partimage.lsm
+ doman "${FILESDIR}"/{partimage.1,partimaged.8,partimagedusers.5} || die
+ dodoc AUTHORS BUGS ChangeLog INSTALL README* TODO partimage.lsm || die
# pam
if use pam