diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-24 19:35:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-24 19:35:30 +0700 |
commit | ea2a3496ed40c78680f4a13dad282c6f32a4f102 (patch) | |
tree | 0c0ad03dbdabb7320f987a7f6bef1923061a2c8a /system/partimage/man/partimaged.8 | |
parent | 8297f5ec589a4bcee2837854271a7fe627346647 (diff) | |
download | slackbuilds-ea2a3496ed40c78680f4a13dad282c6f32a4f102.tar.gz |
system/partimage: Added (backup system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/partimage/man/partimaged.8')
-rw-r--r-- | system/partimage/man/partimaged.8 | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/system/partimage/man/partimaged.8 b/system/partimage/man/partimaged.8 new file mode 100644 index 0000000000..b350b8a1fe --- /dev/null +++ b/system/partimage/man/partimaged.8 @@ -0,0 +1,72 @@ +.\" +.\" 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. +.\" +.ig +A copy of the GNU Free Documentation License is available in the +Debian package in the file /usr/share/doc/m17n-docs/copyright. +.. +.ig +A copy of the GNU Free Documentation License is available in the +Debian source package in the file debian/copyright. +.. +.TH partimaged 8 "30 May, 2002" "SlackBuilds.org" "Partition Image Server Manual" +.SH NAME +partimaged \- backup/restore partitions server +.SH SYNOPSIS +.B partimaged +.RB [ " \-DhLv " ] +.RB [ \-r\ directory ] +.RB [ \-p\ port ] +.RB [ \-g\ loglevel ] +.SH DESCRIPTION +.B partimaged +can be used to use partimage over the network. Run partimaged on the computer +where you want to save image files 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 \-L --nologin +Accept only clients with login support disabled. +Clients with login support enabled will be refused. +This option should be used only if clients ask it. +.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), +.BR partimaged-passwd(8) +.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> +Francois Dupoux <fdupoux@partimage.org> + |