Releases: j-keck/zfs-snap-diff
v1.1.3
v1.1.1
This release contains only changes for zsd.
-
zsd: new flag -H for scripting mode output.
-
zsd: new flag -snapshot-timemachine to support mrBliss/snapshot-timemachine
The release / packaging process for the two programms is currently not separated, so i make a “bugfix” release for this changes.
v1.1.0
v1.0.1
- fix destroy snapshot
v1.0.0
-
create and destroy snapshots from the webapp
-
download a complete directory as a zip-archive
-
zsd cli tool to find different file-versions in the command line
does not need a running zfs-snap-diff instance -
date-range based search for file versions
this speeds up the scan dramatically if there are thousands snapshots on spinning disks -
bookmark support
bookmarks are per dataset and stored in the browser (Web storage). -
works now also with ‘legacy’ mountpoints
0.0.10
-
use relative url for service endpoints
-
to use zfs-snap-diff behind a reverse proxy
-
minimal example config snipped for nginx:
location /zfs-snap-diff/ { proxy_pass http://localhost:12345/; }
-
-
optional tls encryption
-
listen address per '-l' flag configurable
0.0.9
- show file size and modify timestamp in the file-browser
- list directories at first in the file-browser
- sortable columns in the file-browser
- only regular files / directories are clickable
- small fixes
0.0.8
- dataset selectable in 'browse-actual' view
- add size informations to dataset (to match 'zfs list' output)
- small fixes
- code cleanup
0.0.7
- support sub zfs filesystems (datasets)
- optional use sudo when execute zfs commands
- necessary under linux when running as non root
- needs sudo rules (see doc/etc/sudoers.d/zfs-snap-diff)
- start
zfs-snap-diff
with '-use-sudo'
- new view for server messages