Add an example for 'zfs bookmark' to the Example section.
Signed-off-by: Turbo Fredriksson <turbo@bayour.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #2762
This commit is contained in:
parent
e022864d19
commit
a215ee16c0
|
@ -3707,6 +3707,21 @@ M F /tank/test/modified
|
||||||
.in -2
|
.in -2
|
||||||
.sp
|
.sp
|
||||||
|
|
||||||
|
.LP
|
||||||
|
\fBExample 24\fR Creating a bookmark
|
||||||
|
.sp
|
||||||
|
.LP
|
||||||
|
The following example create a bookmark to a snapshot. This bookmark can then
|
||||||
|
be used instead of snapshot in send streams.
|
||||||
|
|
||||||
|
.sp
|
||||||
|
.in +2
|
||||||
|
.nf
|
||||||
|
# zfs bookmark rpool@snapshot rpool#bookmark
|
||||||
|
.fi
|
||||||
|
.in -2
|
||||||
|
.sp
|
||||||
|
|
||||||
.SH "ENVIRONMENT VARIABLES"
|
.SH "ENVIRONMENT VARIABLES"
|
||||||
.TP
|
.TP
|
||||||
.B "ZFS_ABORT
|
.B "ZFS_ABORT
|
||||||
|
|
Loading…
Reference in New Issue