summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2007-10-01 01:44:04 +0000
committererdgeist <erdgeist@erdgeist.org>2007-10-01 01:44:04 +0000
commit3418e96f2de3cf41aded12c278f89d595519b5d1 (patch)
treea7bc3d06fd26e026a801b231a23ec40e16aac633 /man1
parent70d10f08a7041bbabf94c2777c9f8e6264bbc731 (diff)
Document ezjail-admin archive
Diffstat (limited to 'man1')
-rwxr-xr-xman1/ezjail-admin.115
1 files changed, 14 insertions, 1 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1
index 81d98d8..2ae03ea 100755
--- a/man1/ezjail-admin.1
+++ b/man1/ezjail-admin.1
@@ -4,7 +4,7 @@ ezjail-admin \- Administrate ezjail
4.SH SYNOPSIS 4.SH SYNOPSIS
5.T 5.T
6.B ezjail-admin create 6.B ezjail-admin create
7[-f flavour] [-r jailroot] [-s imagesize] [-ibx] [-c bde|eli] [-C attachargs]\fI hostname jailip 7[-f flavour] [-r jailroot] [-s imagesize] [-ibx] [-c bde|eli] [-C attachargs] [-a archive]\fI hostname jailip
8 8
9.T 9.T
10.B ezjail-admin delete \fR[-w] \fI hostname 10.B ezjail-admin delete \fR[-w] \fI hostname
@@ -19,6 +19,9 @@ ezjail-admin \- Administrate ezjail
19.B ezjail-admin console\fR [-f] [-e command]\fI jailname 19.B ezjail-admin console\fR [-f] [-e command]\fI jailname
20 20
21.T 21.T
22.B ezjail-admin archive\fR [-Af] [-a archive] [-d archivedir]\fI [jailname...]
23
24.T
22.B ezjail-admin install\fR [-mps] [-h host] [-r release] 25.B ezjail-admin install\fR [-mps] [-h host] [-r release]
23 26
24.T 27.T
@@ -80,6 +83,16 @@ running, \fB(S)topped\fR. An optional \fB(N)orun\fR stands for disabled jails (s
80\fIezjail-admin config\fR). 83\fIezjail-admin config\fR).
81 84
82Rest of the row is jails jid (if available), its IP, hostname and root directory. 85Rest of the row is jails jid (if available), its IP, hostname and root directory.
86.SH ezjail-admin archive
87creates a backup of one, multiple or all ezjails.
88
89Unless an archive name is given via -a switch, the archive's name is derived from
90jailname, date and time. It is being saved to a directory provided by -d switch
91or the .fIezjail_archivedir.fR variable in \fBezjail.conf\fR and defaults to
92.fI``.''.fR
93
94Use -A with no further parameters to archive all jails or specify one or more
95ezjails.
83.SH ezjail-admin config 96.SH ezjail-admin config
84manages existing specific ezjails. 97manages existing specific ezjails.
85 98