table of contents
other versions
- bookworm 2.1.11-1
- bookworm-backports 2.2.6-1~bpo12+3
- testing 2.2.6-2
- unstable 2.2.6-2
ZFS-BOOKMARK(8) | System Manager's Manual | ZFS-BOOKMARK(8) |
NAME¶
zfs-bookmark
—
create bookmark of ZFS snapshot
SYNOPSIS¶
zfs |
bookmark
snapshot|bookmark
newbookmark |
DESCRIPTION¶
Creates a new bookmark of the given snapshot or bookmark.
Bookmarks mark the point in time when the snapshot was created, and can be
used as the incremental source for a zfs
send
.
When creating a bookmark from an existing redaction bookmark, the resulting bookmark is not a redaction bookmark.
This feature must be enabled to be used. See zpool-features(7) for details on ZFS feature flags and the bookmarks feature.
SEE ALSO¶
May 27, 2021 | OpenZFS |