From abe58c8a9aac5de195a3904fd481c293bad8c273 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 12 Oct 2025 22:46:44 +0300 Subject: Update content for gemtext --- gemfeed/atom.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'gemfeed/atom.xml') diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index e4df32dc..bc1a9b38 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