Zfs Snap Diff Versions Save

helps you with your zfs snapshots

v1.1.3

2 years ago

v1.1.1

3 years ago

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.

all commits from v1.1.0 to v1.1.1

v1.1.0

4 years ago
  • add snapshot management functions (see docs)

    • rename
    • destroy
    • clone
    • rollback
  • handle keyboard events in input fields

    • 'Enter' for 'Submit'
    • 'Esc' for 'Cancel' / close modal
  • update npm deps

all commits from v1.0.1…v1.1.0

v1.0.1

4 years ago
  • fix destroy snapshot

v1.0.0

4 years ago
  • 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

all commits from 0.0.10…v1.0.0

0.0.10

5 years ago
  • 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

all commits from 0.0.9...0.0.10

0.0.9

7 years ago
  • 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

all commits from 0.0.8...0.0.9

0.0.8

9 years ago
  • 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

0.0.7

9 years ago
  • support sub zfs filesystems (datasets)
  • optional use sudo when execute zfs commands
  • new view for server messages

all commits from 0.0.6...0.0.7

0.0.6

9 years ago
  • check if file in snapshot has changed filetype depend:
    • text files: md5
    • others: size+modTime
  • diffs created in the backend (per go-diff)
    • different presentation: intext / side by side
    • possibility to revert single changes

all commits from 0.0.5...0.0.6