Skip to content

Commit

Permalink
update REAMDE for v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
j-keck committed Oct 13, 2014
1 parent 6ff57ac commit a4292e7
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 21 deletions.
58 changes: 37 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,59 +61,67 @@ The backend is implemented in golang, the frontend with [angularjs](https://angu

## Browse actual filesystem state

### Select a dataset

Select a dataset which you would explore. If you start `zfs-snap-diff` on a dataset with no childrens, the current dataset are selected.

![Datasets](doc/zsd-ba-datasets.png)


### Search a file

Search a file in the file browser.
Search a file to compare in the file browser.

![File browser](doc/zsd-file-browser.png)
![File browser](doc/zsd-ba-file-browser.png)



### Select a file

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).
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).

![File selected](doc/zsd-file-selected.png)
![File selected](doc/zsd-ba-snapshots.png)



### Select a snapshot

When you select a snapshot, you can view, diff, download or restore the file from the selected snapshot.

#### View
##### View
View the file content from an older file version.
![File View](doc/zsd-snap-selected-view-file.png)
![File View](doc/zsd-ba-view-file.png)

#### Diff
##### Diff
Explore file differences and pick single changes to revert.

intext diff:
![intext diff](doc/zsd-ba-diff-intext.png)


![intext diff](doc/zsd-snap-selected-diff-file-intext.png)

![side by side diff](doc/zsd-snap-selected-diff-file-side-by-side.png)
side by side diff:
![side by side diff](doc/zsd-ba-diff-side-by-side.png)


## Browse snapshot state

### Select a dataset
## Browse snapshot state

Select a dataset (sub zfs filesystem).

![Dataset Browser](doc/zsd-snapshots-datasets.png)

### Search a snaphot

Search a snapshot in the snapshot browser. All snapshots from the selected dataset are displayed in this view.

![Snapshot Browser](doc/zsd-snapshots.png)
![Snapshot Browser](doc/zsd-bs-snapshots.png)


### Select a snapshot

When a snapshot is selected, the file-browser shows the content from this snapshot.
From here you can easy restore / view a deleted file.

![File Browser](doc/zsd-bs-file-browser.png)


From here you can easy view / restore a deleted file.

![File Browser](doc/zsd-snapshots-file-browser.png)
![File View](doc/zsd-bs-file-selected.png)



Expand Down Expand Up @@ -179,6 +187,14 @@ From here you can easy restore / view a deleted file.

###0.0.X###

0.0.8:
* dataset selectable in 'browse-actual' view
* add size informations to dataset (to match 'zfs list' output)
* small fixes
* code cleanup

[all commits from 0.0.7...0.0.8](https://github.com/j-keck/zfs-snap-diff/compare/0.0.7...0.0.8)

0.0.7:
* support sub zfs filesystems (datasets)
* optional use sudo when execute zfs commands
Expand Down
Binary file added doc/zsd-ba-datasets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/zsd-ba-diff-intext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/zsd-ba-diff-side-by-side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/zsd-ba-file-browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/zsd-ba-snapshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/zsd-ba-view-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/zsd-bs-file-browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/zsd-bs-file-selected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/zsd-bs-snapshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/zsd-file-browser.png
Binary file not shown.
Binary file removed doc/zsd-file-selected.png
Binary file not shown.
Binary file added doc/zsd-messages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/zsd-snap-selected-diff-file-intext.png
Binary file not shown.
Binary file removed doc/zsd-snap-selected-diff-file-side-by-side.png
Binary file not shown.
Binary file removed doc/zsd-snap-selected-view-file.png
Binary file not shown.
Binary file removed doc/zsd-snapshots-datasets.png
Binary file not shown.
Binary file removed doc/zsd-snapshots-file-browser.png
Binary file not shown.
Binary file removed doc/zsd-snapshots.png
Binary file not shown.

0 comments on commit a4292e7

Please sign in to comment.