diff --git a/README.org b/README.org index 2eb1af0..156f493 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,8 @@ helps you with your zfs snapshots. +/For a terminal based tool see [[https://j-keck.github.io/zsd][zsd]]./ + ** Documentation See the [[https://j-keck.github.io/zfs-snap-diff/][website]] for more details. diff --git a/doc/site/content/_index.md b/doc/site/content/_index.md index 883f544..1a83fd5 100644 --- a/doc/site/content/_index.md +++ b/doc/site/content/_index.md @@ -32,7 +32,7 @@ navigate in your snapshots (directory history) and download a directory as a zip remote file / backup server (no Xserver necessary). To keep it portable it's made as a single static compiled executable. -For a quick file version lookup / restore in the terminal, it contains the independent [`zsd`](/docs/zsd) cli tool. +_For a terminal based tool see [zsd](https://j-keck.github.io/zsd)._ {{< figure src="/images/zfs-snap-diff.gif" alt="Example session from zfs-snap-diff" link="/images/zfs-snap-diff.gif" >}} diff --git a/doc/site/content/docs/contact-support.md b/doc/site/content/docs/contact-support.md index 862fcd1..faac34d 100644 --- a/doc/site/content/docs/contact-support.md +++ b/doc/site/content/docs/contact-support.md @@ -8,11 +8,11 @@ weight = 60 ## Contact {#contact} {{< columns >}} -[{{< fas envelope >}} Check my GitHub Profile for my mail address.](https://github.com/j-keck) +[{{< fas envelope lg >}} Check my GitHub Profile for my mail address.](https://github.com/j-keck) <---> -[{{< fab twitter >}} Send me an direct message on twitter.](https://twitter.com/jhyphenkeck) +[{{< fab twitter lg >}} Send me an direct message on twitter.](https://twitter.com/jhyphenkeck) <---> -[{{< fab keybase >}} Use keybase to contact me.](https://keybase.io/jkeck) +[{{< fab keybase lg >}} Use keybase to contact me.](https://keybase.io/jkeck) {{< /columns >}} diff --git a/doc/site/content/docs/zsd.md b/doc/site/content/docs/zsd.md index 9b10f79..01f5abb 100644 --- a/doc/site/content/docs/zsd.md +++ b/doc/site/content/docs/zsd.md @@ -5,6 +5,12 @@ creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)" weight = 35 +++ +{{< hint warning >}} +`zsd` is now a independent project. You find it here: . + +The next version of `zfs-snap-diff` comes without `zsd`. +{{< /hint >}} + `zsd` - cli tool to find older versions of a given file in your zfs snapshots. With `zsd` you can diff --git a/site.org b/site.org index 3402dfd..5802408 100644 --- a/site.org +++ b/site.org @@ -1,4 +1,4 @@ - # +# # The gh-pages site at 'https://j-keck.github.io/zfs-snap-diff' # are generated from this file # @@ -40,7 +40,7 @@ navigate in your snapshots (directory history) and download a directory as a zip remote file / backup server (no Xserver necessary). To keep it portable it's made as a single static compiled executable. - For a quick file version lookup / restore in the terminal, it contains the independent [[/docs/zsd][~zsd~]] cli tool. + /For a terminal based tool see [[https://j-keck.github.io/zsd][zsd]]./ #+attr_html: :alt Example session from zfs-snap-diff [[/images/zfs-snap-diff.gif][file:/images/zfs-snap-diff.gif]] @@ -331,6 +331,14 @@ The archive size is restricted by default. You can configure per :export_hugo_section: docs :END: + +{{< hint warning >}} +~zsd~ is now a independent project. You find it here: [[https://j-keck.github.io/zsd]]. + +The next version of ~zfs-snap-diff~ comes without ~zsd~. +{{< /hint >}} + + ~zsd~ - cli tool to find older versions of a given file in your zfs snapshots. With ~zsd~ you can @@ -765,11 +773,11 @@ The backend is implemented in [[https://golang.org][Go]] (as before) and the fro ** Contact {{< columns >}} -[[https://github.com/j-keck][{{< fas envelope >}} Check my GitHub Profile for my mail address.]] +[[https://github.com/j-keck][{{< fas envelope lg >}} Check my GitHub Profile for my mail address.]] <---> -[[https://twitter.com/jhyphenkeck][{{< fab twitter >}} Send me an direct message on twitter.]] +[[https://twitter.com/jhyphenkeck][{{< fab twitter lg >}} Send me an direct message on twitter.]] <---> -[[https://keybase.io/jkeck][{{< fab keybase >}} Use keybase to contact me.]] +[[https://keybase.io/jkeck][{{< fab keybase lg >}} Use keybase to contact me.]] {{< /columns >}}