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: doc/site/content/docs/install.md
+12-23Lines changed: 12 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,62 +7,51 @@ weight = 20
7
7
8
8
## Binary packages {#binary-packages}
9
9
10
-
{{< hint warning >}}
11
-
This is the first release after a complete rewrite. You find older versions on the [GitHub release page](https://github.com/j-keck/zfs-snap-diff/releases).
12
-
13
-
If you have any questions, trouble or other input, feel free to open an
14
-
issue, contact me per mail (see my github profile), or over [keybase.io](https://keybase.io/jkeck).
15
-
{{< /hint >}}
16
-
17
-
{{< hint info >}}
18
-
The tar archive contains currently only the executables. In the following releases
19
-
i will provide distribution specific packages.
20
-
{{< /hint >}}
21
-
22
10
You can download the latest binary package from here or from the [GitHub release page](https://github.com/j-keck/zfs-snap-diff/releases).
23
11
24
12
{{<tabs "install">}}
25
13
{{< tab "Linux" >}}
26
-
1.) ****Download**** the latest version for ****Linux amd64****: [zfs-snap-diff-linux-v1.0.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.0.1/zfs-snap-diff-linux-v1.0.1.tgz)
14
+
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)
27
15
28
-
2.) Unpack the archive: `tar xvf zfs-snap-diff-linux-v1.0.1.tgz`
16
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-linux-v1.1.0.tgz`
29
17
30
18
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
31
19
{{< /tab >}}
32
20
33
21
{{< tab "FreeBSD" >}}
34
-
1.) ****Download**** the latest version for ****FreeBSD amd64****: [zfs-snap-diff-freebsd-v1.0.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.0.1/zfs-snap-diff-freebsd-v1.0.1.tgz)
22
+
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)
35
23
36
-
2.) Unpack the archive: `tar xvf zfs-snap-diff-freebsd-v1.0.1.tgz`
24
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-freebsd-v1.1.0.tgz`
37
25
38
26
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
39
27
{{< /tab >}}
40
28
29
+
{{< tab "FreeBSD (pkg)" >}} You can use `pkg install zfs-snap-diff` to install it from the package repository.{{< /tab >}}
41
30
{{< tab "macOS" >}}
42
-
1.) ****Download**** the latest version for ****macOS amd64****: [zfs-snap-diff-darwin-v1.0.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.0.1/zfs-snap-diff-darwin-v1.0.1.tgz)
31
+
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)
43
32
44
-
2.) Unpack the archive: `tar xvf zfs-snap-diff-darwin-v1.0.1.tgz`
33
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-darwin-v1.1.0.tgz`
45
34
46
35
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
47
36
{{< /tab >}}
48
37
49
38
{{< tab "Solaris" >}}
50
-
1.) ****Download**** the latest version for ****Solaris amd64****: [zfs-snap-diff-solaris-v1.0.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.0.1/zfs-snap-diff-solaris-v1.0.1.tgz)
39
+
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)
51
40
52
-
2.) Unpack the archive: `tar xvf zfs-snap-diff-solaris-v1.0.1.tgz`
41
+
2.) Unpack the archive: `tar xvf zfs-snap-diff-solaris-v1.1.0.tgz`
53
42
54
43
3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
55
44
{{< /tab >}}
56
45
57
46
{{< /tabs >}}
58
47
59
48
{{< hint warning >}}
60
-
Try with the `-use-sudo` flag if it's not working - and please give feedback.
49
+
If you use any snapshot management functions, remember to use the `-use-sudo` flag!
61
50
{{< /hint >}}
62
51
63
52
{{< hint info >}}
64
-
If you need a 32bit version, or a binary for a different
65
-
platform, feel free to contact me!
53
+
The tar archive contains currently only the executables.
54
+
If you need distribution specific packages, or binaries for any other platform, feel free to contact me.
0 commit comments