]> git.proxmox.com Git - mirror_zfs.git/blame - man/man8/zfs-bookmark.8
Move properties, parameters, events, and concepts around manual sections
[mirror_zfs.git] / man / man8 / zfs-bookmark.8
CommitLineData
870fc32f
RW
1.\"
2.\" CDDL HEADER START
3.\"
4.\" The contents of this file are subject to the terms of the
5.\" Common Development and Distribution License (the "License").
6.\" You may not use this file except in compliance with the License.
7.\"
8.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9.\" or http://www.opensolaris.org/os/licensing.
10.\" See the License for the specific language governing permissions
11.\" and limitations under the License.
12.\"
13.\" When distributing Covered Code, include this CDDL HEADER in each
14.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15.\" If applicable, add the following below this CDDL HEADER, with the
16.\" fields enclosed by brackets "[]" replaced with your own identifying
17.\" information: Portions Copyright [yyyy] [name of copyright owner]
18.\"
19.\" CDDL HEADER END
20.\"
870fc32f
RW
21.\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
22.\" Copyright 2011 Joshua M. Clulow <josh@sysmgr.org>
23.\" Copyright (c) 2011, 2019 by Delphix. All rights reserved.
24.\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
25.\" Copyright (c) 2014, Joyent, Inc. All rights reserved.
26.\" Copyright (c) 2014 by Adam Stevko. All rights reserved.
27.\" Copyright (c) 2014 Integros [integros.com]
28.\" Copyright 2019 Richard Laager. All rights reserved.
29.\" Copyright 2018 Nexenta Systems, Inc.
30.\" Copyright 2019 Joyent, Inc.
a73f361f 31.\" Copyright (c) 2019, 2020 by Christian Schwarz. All Rights Reserved.
870fc32f 32.\"
f84fe3fc
AZ
33.Dd May 27, 2021
34.Dt ZFS-BOOKMARK 8
6706552e 35.Os
f84fe3fc 36.
870fc32f 37.Sh NAME
1e36af8c 38.Nm zfs-bookmark
f84fe3fc 39.Nd create bookmark of ZFS snapshot
870fc32f 40.Sh SYNOPSIS
1e36af8c 41.Nm zfs
870fc32f 42.Cm bookmark
f84fe3fc
AZ
43.Ar snapshot Ns | Ns Ar bookmark
44.Ar newbookmark
45.
46.Sh DESCRIPTION
a73f361f 47Creates a new bookmark of the given snapshot or bookmark.
870fc32f
RW
48Bookmarks mark the point in time when the snapshot was created, and can be used
49as the incremental source for a
f84fe3fc 50.Nm zfs Cm send .
870fc32f 51.Pp
a73f361f
CS
52When creating a bookmark from an existing redaction bookmark, the resulting
53bookmark is
f84fe3fc 54.Em not
a73f361f
CS
55a redaction bookmark.
56.Pp
870fc32f
RW
57This feature must be enabled to be used.
58See
2badb345 59.Xr zpool-features 7
870fc32f
RW
60for details on ZFS feature flags and the
61.Sy bookmarks
62feature.
f84fe3fc 63.
870fc32f
RW
64.Sh SEE ALSO
65.Xr zfs-destroy 8 ,
66.Xr zfs-send 8 ,
67.Xr zfs-snapshot 8