You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds in the ability to diff a snapshot against another
snapshot, instead of always against the current state of the filesystem.
The tab key is used to select one or two snapshots that can be passed
into the diff browser.
If two snapshots are selected and a non-diff action is chosen, the
second snapshot (as determined by fzf) is discarded from the return
value.
Since there can potentially be confusion as to which snapshot was
selected, the clone/duplicate screens now show the snapshot to be
cloned/duplicated at the top of the screen.
The diff browser screen no longer shows the snapshot name as the input
prompt - a generic '> ' is instead used.
Lastly, zfsbootmenu-preview now accepts an optional third argument to be
shown on a 3rd preview line. This can be used to provide additional /
relevant help on the screen - such as noting the tab key can be used to
select two snapshots for diffing.
Copy file name to clipboardExpand all lines: pod/online/snapshot-management.pod
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The operation will fail gracefully if the pool can not be set I<read/write>.
39
39
40
40
=item I<[MOD+D]> B<diff>
41
41
42
-
Compare the differences between the selected snapshot and the current state of the boot environment.
42
+
Compare the differences between snapshots and filesystems. A single snapshot can be selected and a diff will be generated between that and the current state of the filesystem. Two snapshots can be selected (and deselected) with the tab key and a diff will be generated between them.
43
43
44
44
The operation will fail gracefully if the pool can not be set I<read/write>.
0 commit comments