summaryrefslogtreecommitdiffstats
path: root/system/partimage/man/partimaged.8
blob: b350b8a1fedb09bf4d0f9eba5aa08a76c66874c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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>