diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-17 10:14:55 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-17 10:14:55 +0200 |
| commit | 7c9b6beb471674c7d49e699da104ae8a2cf27c9d (patch) | |
| tree | 82e224dea81d231379e89eb4ba427dc98b264e07 /gemfeed | |
| parent | 2e7ae7b4e311c0dc72e4b1e92a24280a266539db (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi | 2 | ||||
| -rw-r--r-- | gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl | 2 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 4 |
3 files changed, 7 insertions, 1 deletions
diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi index e3eaf1b3..07500032 100644 --- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi +++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi @@ -106,6 +106,8 @@ Let's face it, backups are non-negotiable. On the HAST master node, incremental and encrypted ZFS snapshots are created daily and automatically backed up to AWS S3 Glacier Deep Archive via CRON. I have a bunch of scripts already available, which I currently use for a similar purpose on my FreeBSD Home NAS server (an old ThinkPad T440 with an external USB drive enclosure, which I will eventually retire when the HAST setup is ready). I will copy them and slightly modify them to fit the purpose. +There's also `zfstools` in the ports, which helps set up an automatic snapshot regime: + => https://www.freshports.org/sysutils/zfstools The backup scripts also perform some zpool scrubbing now and then. A scrub once in a while keeps the trouble away. diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl index 2a86e862..b346a023 100644 --- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl +++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi.tpl @@ -91,6 +91,8 @@ Let's face it, backups are non-negotiable. On the HAST master node, incremental and encrypted ZFS snapshots are created daily and automatically backed up to AWS S3 Glacier Deep Archive via CRON. I have a bunch of scripts already available, which I currently use for a similar purpose on my FreeBSD Home NAS server (an old ThinkPad T440 with an external USB drive enclosure, which I will eventually retire when the HAST setup is ready). I will copy them and slightly modify them to fit the purpose. +There's also `zfstools` in the ports, which helps set up an automatic snapshot regime: + => https://www.freshports.org/sysutils/zfstools The backup scripts also perform some zpool scrubbing now and then. A scrub once in a while keeps the trouble away. diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 2a41d122..56de2db8 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2024-11-17T09:34:29+02:00</updated> + <updated>2024-11-17T10:14:02+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -128,6 +128,8 @@ <br /> <span>On the HAST master node, incremental and encrypted ZFS snapshots are created daily and automatically backed up to AWS S3 Glacier Deep Archive via CRON. I have a bunch of scripts already available, which I currently use for a similar purpose on my FreeBSD Home NAS server (an old ThinkPad T440 with an external USB drive enclosure, which I will eventually retire when the HAST setup is ready). I will copy them and slightly modify them to fit the purpose.</span><br /> <br /> +<span>There's also <span class='inlinecode'>zfstools</span> in the ports, which helps set up an automatic snapshot regime:</span><br /> +<br /> <a class='textlink' href='https://www.freshports.org/sysutils/zfstools'>https://www.freshports.org/sysutils/zfstools</a><br /> <br /> <span>The backup scripts also perform some zpool scrubbing now and then. A scrub once in a while keeps the trouble away.</span><br /> |
