Skip to content

Commit

Permalink
document rmsnap
Browse files Browse the repository at this point in the history
  • Loading branch information
pr1ntf committed Jun 23, 2017
1 parent 847c806 commit 16964ef
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ resize <name> <diskN> <size>
disks <name>
snap <name>@<snap>
roll <name>@<snap>
rmsnap [-f] <name>@<snap>
clone [-r] <name> <clonename>
export <name>
snaplist
Expand Down
1 change: 1 addition & 0 deletions iohyve
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ iohyve version
disks <name>
snap <name>@<snap>
roll <name>@<snap>
rmsnap [-f] <name>@<snap>
clone [-r] <name> <clonename>
export <name>
snaplist
Expand Down
11 changes: 10 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 "17 May 2017" "" "FreeBSD System Manager's Manual"
.TH iohyve 8 "23 June 2017" "" "FreeBSD System Manager's Manual"
.SH NAME
\fBiohyve(8) \fP- bhyve manager/launcher v0.7.8 "I'd Rather be in the Delta Quadrant Edition"
\fB
Expand Down Expand Up @@ -41,6 +41,7 @@
\fBiohyve\fP \fIdisks\fP <name>
\fBiohyve\fP \fIsnap\fP <name>@<\fIsnap\fP>
\fBiohyve\fP \fIroll\fP <name>@<\fIsnap\fP>
\fBiohyve\fP \fIrmsnap\fP [\fB-f\fP] <name>@<\fIsnap\fP>
\fBiohyve\fP \fIclone\fP [\fB-r\fP] <name> <clonename>
\fBiohyve\fP \fIexport\fP <name>
\fBiohyve\fP \fIsnaplist\fP
Expand Down Expand Up @@ -316,6 +317,14 @@ name of the guest and <\fIsnap\fP> is what you would
like to name the snapshot.
.TP
.B
\fIrmsnap\fP
Removes a snapshot of a guest
Usage: '\fBiohyve\fP \fIrmsnap\fP <name>@<\fIsnap\fP>' where <name> is the name
of the guest operating system. <\fIsnap\fP> is the snapshot
you want removed. Use with caution. If [\fB-f\fP] is supplied
before the <name>, there is no prompt to \fIremove\fP.
.TP
.B
\fIclone\fP
Clone a guest. Note that this will \fIclone\fP all of the properties.
If you want to use the \fIclone\fP and the original guest at the
Expand Down
7 changes: 7 additions & 0 deletions iohyve.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ iohyve resize <name> <diskN> <size>
iohyve disks <name>
iohyve snap <name>@<snap>
iohyve roll <name>@<snap>
iohyve rmsnap [-f] <name>@<snap>
iohyve clone [-r] <name> <clonename>
iohyve export <name>
iohyve snaplist
Expand Down Expand Up @@ -235,6 +236,12 @@ roll Rollback guest to a snapshot.
name of the guest and <snap> is what you would
like to name the snapshot.

rmsnap Removes a snapshot of a guest
Usage: 'iohyve rmsnap <name>@<snap>' where <name> is the name
of the guest operating system. <snap> is the snapshot
you want removed. Use with caution. If [-f] is supplied
before the <name>, there is no prompt to remove.

clone Clone a guest. Note that this will clone all of the properties.
If you want to use the clone and the original guest at the
same time you will need to change the tap and nmdm properties
Expand Down

0 comments on commit 16964ef

Please sign in to comment.