Actions
Feature #4369
closedimplement zfs bookmarks
Start date:
2013-11-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
From the new manpage:
zfs bookmark [-r] snapshot bookmark Creates a bookmark of the given snapshot. Bookmarks mark the point in time when the snapshot was created, and can be used as the incremental source for a zfs send command.
Bookmarks can be used for incremental sends even when the starting snapshot has already been deleted (as long as the snapshot was bookmarked before being delete), meaning that you can free all the data associated with the snapshot.
Related issues
Updated by Christopher Siden almost 10 years ago
- Status changed from In Progress to Closed
commit 78f171005391b928aaf1642b3206c534ed644332 Author: Matthew Ahrens <mahrens@delphix.com> Date: Wed Dec 11 14:33:41 2013 4369 implement zfs bookmarks 4368 zfs send filesystems from readonly pools Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
Updated by Marcel Telka about 7 years ago
- Related to Bug #7386: zfs get does not work properly with bookmarks added
Actions