From fa09cd0ab8ebbdc11f61298272d22f52380683af Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 12 Oct 2025 22:46:42 +0300 Subject: Update content for html --- gemfeed/2021-07-04-the-well-grounded-rubyist.html | 2 +- ...4-12-03-f3s-kubernetes-with-freebsd-part-2.html | 8 ++++---- ...5-07-14-f3s-kubernetes-with-freebsd-part-6.html | 10 ++++++---- ...y-takeaways-from-the-well-grounded-rubyist.html | 2 +- gemfeed/atom.xml | 22 ++++++++++++---------- 5 files changed, 24 insertions(+), 20 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2021-07-04-the-well-grounded-rubyist.html b/gemfeed/2021-07-04-the-well-grounded-rubyist.html index 14332626..75d538d5 100644 --- a/gemfeed/2021-07-04-the-well-grounded-rubyist.html +++ b/gemfeed/2021-07-04-the-well-grounded-rubyist.html @@ -135,7 +135,7 @@ Hello World
Other Ruby-related posts:

-2025-10-11 Key kakeaways from The Well-Grounded Rubyist
+2025-10-11 Key Takeaways from The Well-Grounded Rubyist
2021-07-04 The Well-Grounded Rubyist (You are currently reading this)

Back to the main site
diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html index 62b03900..df4e5185 100644 --- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html +++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html @@ -213,20 +213,20 @@ http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
root@f0:~ # cat <<END >>/etc/periodic.conf
 daily_zfs_snapshot_enable="YES"
-daily_zfs_snapshot_pools="zroot zdata"
+daily_zfs_snapshot_pools="zroot"
 daily_zfs_snapshot_keep="7"
 weekly_zfs_snapshot_enable="YES"
-weekly_zfs_snapshot_pools="zroot zdata"
+weekly_zfs_snapshot_pools="zroot"
 weekly_zfs_snapshot_keep="5"
 monthly_zfs_snapshot_enable="YES"
-monthly_zfs_snapshot_pools="zroot zdata"
+monthly_zfs_snapshot_pools="zroot"
 monthly_zfs_snapshot_keep="6"
 END
 

https://github.com/ross/zfs-periodic

-Note: We have also added zdata to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series.
+Note: We have not added zdata to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series. zrepl, which we will use for replication, later in this blog series will manage the zdata snapshots.

Uptime tracking



diff --git a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html index df04504e..5912c3d4 100644 --- a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html +++ b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html @@ -449,11 +449,13 @@ global: interval: 1m pruning: keep_sender: - - type: last_n - count: 10 + - type: grid + grid: 4x7d | 6x30d + regex: "^zrepl_.*" keep_receiver: - - type: last_n - count: 10 + - type: grid + grid: 4x7d | 6x30d + regex: "^zrepl_.*" - name: f0_to_f1_fedora type: push diff --git a/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html b/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html index 1b893408..75950fb3 100644 --- a/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html +++ b/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html @@ -258,7 +258,7 @@ p hash.values_at(:a, :c)
Other Ruby-related posts:

-2025-10-11 Key kakeaways from The Well-Grounded Rubyist (You are currently reading this)
+2025-10-11 Key Takeaways from The Well-Grounded Rubyist (You are currently reading this)
2021-07-04 The Well-Grounded Rubyist

Back to the main site
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index e119c57b..9341893b 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-10-12T11:09:49+03:00 + 2025-10-12T22:45:20+03:00 foo.zone feed To be in the .zone! @@ -265,7 +265,7 @@ p hash.values_at(:a, :c)
Other Ruby-related posts:

-2025-10-11 Key kakeaways from The Well-Grounded Rubyist (You are currently reading this)
+2025-10-11 Key Takeaways from The Well-Grounded Rubyist (You are currently reading this)
2021-07-04 The Well-Grounded Rubyist

Back to the main site
@@ -3064,11 +3064,13 @@ global: interval: 1m pruning: keep_sender: - - type: last_n - count: 10 + - type: grid + grid: 4x7d | 6x30d + regex: "^zrepl_.*" keep_receiver: - - type: last_n - count: 10 + - type: grid + grid: 4x7d | 6x30d + regex: "^zrepl_.*" - name: f0_to_f1_fedora type: push @@ -9779,20 +9781,20 @@ http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
root@f0:~ # cat <<END >>/etc/periodic.conf
 daily_zfs_snapshot_enable="YES"
-daily_zfs_snapshot_pools="zroot zdata"
+daily_zfs_snapshot_pools="zroot"
 daily_zfs_snapshot_keep="7"
 weekly_zfs_snapshot_enable="YES"
-weekly_zfs_snapshot_pools="zroot zdata"
+weekly_zfs_snapshot_pools="zroot"
 weekly_zfs_snapshot_keep="5"
 monthly_zfs_snapshot_enable="YES"
-monthly_zfs_snapshot_pools="zroot zdata"
+monthly_zfs_snapshot_pools="zroot"
 monthly_zfs_snapshot_keep="6"
 END
 

https://github.com/ross/zfs-periodic

-Note: We have also added zdata to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series.
+Note: We have not added zdata to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series. zrepl, which we will use for replication, later in this blog series will manage the zdata snapshots.

Uptime tracking



-- cgit v1.2.3