Skip to content

Commit

Permalink
add export function to man page
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-pr1ntf committed Apr 8, 2016
1 parent 18f7c10 commit 6396a58
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
13 changes: 12 additions & 1 deletion iohyve.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH iohyve 8 "15 March 2016" "" "FreeBSD System Manager's Manual"
.TH iohyve 8 "07 April 2016" "" "FreeBSD System Manager's Manual"
.SH NAME
\fBiohyve(8) \fP- bhyve manager/launcher v0.7.3 "Bear in a Datacenter Edition"
\fB
Expand Down Expand Up @@ -42,6 +42,7 @@
\fBiohyve\fP \fIsnap\fP [\fIname\fP]@[snapshotname]
\fBiohyve\fP \fIroll\fP [\fIname\fP]@[snapshotname]
\fBiohyve\fP \fIclone\fP [\fB-c\fP | \fB-r\fP] [\fIname\fP] [\fIclonename\fP]
\fBiohyve\fP \fIexport\fP [\fIname\fP]
\fBiohyve\fP \fIsnaplist\fP
\fBiohyve\fP \fItaplist\fP
\fBiohyve\fP \fIactivetaps\fP
Expand Down Expand Up @@ -348,6 +349,16 @@ is the \fIname\fP of the guest and [\fIclonename\fP] is what you would
like to \fIname\fP the new \fIclone\fP.
.TP
.B
\fIexport\fP
Export a guest with all of it's properties and \fIdisks\fP to a
GZip'd tarball. Property file is in a ucl-type format.
Disks output to a raw file, allowing for other managers using
ahci-hd emulation to use them. Tarball is put in the guest
dataset ex: /\fBiohyve\fP/guestname/guestname.tar.gz
Usage: '\fBiohyve\fP \fIexport\fP [\fIname\fP]' where [\fIname\fP] is the \fIname\fP of the
guest.
.TP
.B
\fIsnaplist\fP
List all of the snapshots for all the guests. Does not show
snapshots of \fIdisks\fP (they are there, though).
Expand Down
9 changes: 9 additions & 0 deletions iohyve.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ iohyve disks [name]
iohyve snap [name]@[snapshotname]
iohyve roll [name]@[snapshotname]
iohyve clone [-c | -r] [name] [clonename]
iohyve export [name]
iohyve snaplist
iohyve taplist
iohyve activetaps
Expand Down Expand Up @@ -265,6 +266,14 @@ clone Clone a guest. Note that this will clone all of the properties.
is the name of the guest and [clonename] is what you would
like to name the new clone.

export Export a guest with all of it's properties and disks to a
GZip'd tarball. Property file is in a ucl-type format.
Disks output to a raw file, allowing for other managers using
ahci-hd emulation to use them. Tarball is put in the guest
dataset ex: /iohyve/guestname/guestname.tar.gz
Usage: 'iohyve export [name]' where [name] is the name of the
guest.

snaplist List all of the snapshots for all the guests. Does not show
snapshots of disks (they are there, though).

Expand Down

0 comments on commit 6396a58

Please sign in to comment.