Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
j-keck committed Jun 17, 2020
1 parent 6a79075 commit 4d389d9
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 8 deletions.
14 changes: 14 additions & 0 deletions doc/site/content/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)"
weight = 50
+++

## 1.1.1 {#1-dot-1-dot-1}

This release contains only changes for [`zsd`](/docs/zsd).

- zsd: new flag `-H` for scripting mode output.

- zsd: new flag `-snapshot-timemachine` to support [mrBliss/snapshot-timemachine](https://github.com/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](https://github.com/j-keck/zfs-snap-diff/compare/v1.1.0...v1.1.1)


## 1.1.0 {#1-dot-1-dot-0}

- add snapshot management functions ([see docs](/docs/zfs-snap-diff/#snapshot-management))
Expand Down
16 changes: 8 additions & 8 deletions doc/site/content/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@ You can download the latest binary package from ****here**** or from the [GitHub

{{<tabs "install">}}
{{< tab "Linux" >}}
1.) ****Download**** the latest version for ****Linux amd64****: [zfs-snap-diff-linux-v1.1.0.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.0/zfs-snap-diff-linux-v1.1.0.tgz)
1.) ****Download**** the latest version for ****Linux amd64****: [zfs-snap-diff-linux-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-linux-v1.1.1.tgz)

2.) Unpack the archive: `tar xvf zfs-snap-diff-linux-v1.1.0.tgz`
2.) Unpack the archive: `tar xvf zfs-snap-diff-linux-v1.1.1.tgz`

3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
{{< /tab >}}

{{< tab "FreeBSD" >}}
1.) ****Download**** the latest version for ****FreeBSD amd64****: [zfs-snap-diff-freebsd-v1.1.0.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.0/zfs-snap-diff-freebsd-v1.1.0.tgz)
1.) ****Download**** the latest version for ****FreeBSD amd64****: [zfs-snap-diff-freebsd-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-freebsd-v1.1.1.tgz)

2.) Unpack the archive: `tar xvf zfs-snap-diff-freebsd-v1.1.0.tgz`
2.) Unpack the archive: `tar xvf zfs-snap-diff-freebsd-v1.1.1.tgz`

3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
{{< /tab >}}

{{< tab "FreeBSD (pkg)" >}}You can use `pkg install zfs-snap-diff` to install it from the package repository.<br/>{{< hint info >}}The new 1.x.x series is currently only in the latest package set.{{< /hint >}}{{< /tab >}}
{{< tab "macOS" >}}
1.) ****Download**** the latest version for ****macOS amd64****: [zfs-snap-diff-darwin-v1.1.0.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.0/zfs-snap-diff-darwin-v1.1.0.tgz)
1.) ****Download**** the latest version for ****macOS amd64****: [zfs-snap-diff-darwin-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-darwin-v1.1.1.tgz)

2.) Unpack the archive: `tar xvf zfs-snap-diff-darwin-v1.1.0.tgz`
2.) Unpack the archive: `tar xvf zfs-snap-diff-darwin-v1.1.1.tgz`

3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
{{< /tab >}}

{{< tab "Solaris" >}}
1.) ****Download**** the latest version for ****Solaris amd64****: [zfs-snap-diff-solaris-v1.1.0.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.0/zfs-snap-diff-solaris-v1.1.0.tgz)
1.) ****Download**** the latest version for ****Solaris amd64****: [zfs-snap-diff-solaris-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-solaris-v1.1.1.tgz)

2.) Unpack the archive: `tar xvf zfs-snap-diff-solaris-v1.1.0.tgz`
2.) Unpack the archive: `tar xvf zfs-snap-diff-solaris-v1.1.1.tgz`

3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
{{< /tab >}}
Expand Down
3 changes: 3 additions & 0 deletions doc/site/content/docs/zsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ USAGE:
./zsd [OPTIONS] <FILE> <ACTION>
OPTIONS:
-H Scripting mode. Do not print headers, print absolute dates and separate fields by a single tab
-V print version and exit
-d int
days to scan (default 2)
-mount-snapshots
mount snapshot (only necessary if it's not mounted by zfs automatically)
-snapshot-timemachine
Special output for Snapshot-timemachine (https://github.com/mrBliss/snapshot-timemachine)
-use-sudo
use sudo when executing 'zfs' commands
-v debug output
Expand Down
13 changes: 13 additions & 0 deletions site.org
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,19 @@ Diff context size in the webui.
:export_hugo_section: docs
:END:

** 1.1.1

This release contains only changes for [[/docs/zsd][~zsd~]].

- zsd: new flag ~-H~ for scripting mode output.

- zsd: new flag ~-snapshot-timemachine~ to support [[https://github.com/mrBliss/snapshot-timemachine][mrBliss/snapshot-timemachine]]

/The release / packaging process for the two programms is
currently not separated, so i make a "bugfix" release for this changes./

[[https://github.com/j-keck/zfs-snap-diff/compare/v1.1.0...v1.1.1][all commits from v1.1.0 to v1.1.1]]

** 1.1.0

- add snapshot management functions ([[/docs/zfs-snap-diff/#snapshot-management][see docs]])
Expand Down

0 comments on commit 4d389d9

Please sign in to comment.