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
Copy file name to clipboardExpand all lines: README.md
+37-21Lines changed: 37 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,59 +61,67 @@ The backend is implemented in golang, the frontend with [angularjs](https://angu
61
61
62
62
## Browse actual filesystem state
63
63
64
+
### Select a dataset
65
+
66
+
Select a dataset which you would explore. If you start `zfs-snap-diff` on a dataset with no childrens, the current dataset are selected.
67
+
68
+

69
+
70
+
64
71
### Search a file
65
72
66
-
Search a file in the file browser.
73
+
Search a file to compare in the file browser.
67
74
68
-

75
+

69
76
70
77
71
-
78
+
72
79
### Select a file
73
80
74
-
When a file is selected, `zsd-snap-diff` search all snapshots where the selected file was modified (text files per md5, others per size+modTime).
81
+
When a file is selected, `zsd-snap-diff` search all snapshots where the selected file was modified (it compares text files per md5, others per size+modTime).
75
82
76
-

83
+

77
84
78
85
79
-
80
86
### Select a snapshot
81
87
82
88
When you select a snapshot, you can view, diff, download or restore the file from the selected snapshot.
83
89
84
-
#### View
90
+
#####View
85
91
View the file content from an older file version.
86
-

92
+

87
93
88
-
#### Diff
94
+
#####Diff
89
95
Explore file differences and pick single changes to revert.
0 commit comments