diff options
-rwxr-xr-x | man1/ezjail-admin.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index 2ae03ea..a796f00 100755 --- a/man1/ezjail-admin.1 +++ b/man1/ezjail-admin.1 | |||
@@ -88,11 +88,14 @@ creates a backup of one, multiple or all ezjails. | |||
88 | 88 | ||
89 | Unless an archive name is given via -a switch, the archive's name is derived from | 89 | Unless an archive name is given via -a switch, the archive's name is derived from |
90 | jailname, date and time. It is being saved to a directory provided by -d switch | 90 | jailname, date and time. It is being saved to a directory provided by -d switch |
91 | or the .fIezjail_archivedir.fR variable in \fBezjail.conf\fR and defaults to | 91 | or the \fIezjail_archivedir\fR variable in \fBezjail.conf\fR and defaults to |
92 | .fI``.''.fR | 92 | \fI.\fR . |
93 | 93 | ||
94 | Use -A with no further parameters to archive all jails or specify one or more | 94 | Use -A with no further parameters to archive all jails \fBor\fR specify one or more |
95 | ezjails. | 95 | ezjails as parameters. |
96 | |||
97 | Use \fIezjail-admin create -a archive\fR to restore an archive. A restore command | ||
98 | that automatically restores jails from a list of archives is on the way. | ||
96 | .SH ezjail-admin config | 99 | .SH ezjail-admin config |
97 | manages existing specific ezjails. | 100 | manages existing specific ezjails. |
98 | 101 | ||