summaryrefslogtreecommitdiff
path: root/gemfeed/atom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/atom.xml')
-rw-r--r--gemfeed/atom.xml22
1 files changed, 12 insertions, 10 deletions
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 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2025-10-12T11:09:49+03:00</updated>
+ <updated>2025-10-12T22:45:20+03:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -265,7 +265,7 @@ p hash.values_at(:a, :c)
<br />
<span>Other Ruby-related posts:</span><br />
<br />
-<a class='textlink' href='./2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html'>2025-10-11 Key kakeaways from The Well-Grounded Rubyist (You are currently reading this)</a><br />
+<a class='textlink' href='./2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html'>2025-10-11 Key Takeaways from The Well-Grounded Rubyist (You are currently reading this)</a><br />
<a class='textlink' href='./2021-07-04-the-well-grounded-rubyist.html'>2021-07-04 The Well-Grounded Rubyist</a><br />
<br />
<a class='textlink' href='../'>Back to the main site</a><br />
@@ -3064,11 +3064,13 @@ global:
interval: 1m
pruning:
keep_sender:
- - <b><u><font color="#000000">type</font></u></b>: last_n
- count: <font color="#000000">10</font>
+ - <b><u><font color="#000000">type</font></u></b>: grid
+ grid: 4x7d | 6x30d
+ regex: <font color="#808080">"^zrepl_.*"</font>
keep_receiver:
- - <b><u><font color="#000000">type</font></u></b>: last_n
- count: <font color="#000000">10</font>
+ - <b><u><font color="#000000">type</font></u></b>: grid
+ grid: 4x7d | 6x30d
+ regex: <font color="#808080">"^zrepl_.*"</font>
- name: f0_to_f1_fedora
<b><u><font color="#000000">type</font></u></b>: push
@@ -9779,20 +9781,20 @@ http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre>root@f0:~ <i><font color="silver"># cat &lt;&lt;END &gt;&gt;/etc/periodic.conf</font></i>
daily_zfs_snapshot_enable=<font color="#808080">"YES"</font>
-daily_zfs_snapshot_pools=<font color="#808080">"zroot zdata"</font>
+daily_zfs_snapshot_pools=<font color="#808080">"zroot"</font>
daily_zfs_snapshot_keep=<font color="#808080">"7"</font>
weekly_zfs_snapshot_enable=<font color="#808080">"YES"</font>
-weekly_zfs_snapshot_pools=<font color="#808080">"zroot zdata"</font>
+weekly_zfs_snapshot_pools=<font color="#808080">"zroot"</font>
weekly_zfs_snapshot_keep=<font color="#808080">"5"</font>
monthly_zfs_snapshot_enable=<font color="#808080">"YES"</font>
-monthly_zfs_snapshot_pools=<font color="#808080">"zroot zdata"</font>
+monthly_zfs_snapshot_pools=<font color="#808080">"zroot"</font>
monthly_zfs_snapshot_keep=<font color="#808080">"6"</font>
END
</pre>
<br />
<a class='textlink' href='https://github.com/ross/zfs-periodic'>https://github.com/ross/zfs-periodic</a><br />
<br />
-<span>Note: We have also added <span class='inlinecode'>zdata</span> to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series.</span><br />
+<span>Note: We have not added <span class='inlinecode'>zdata</span> to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series. <span class='inlinecode'>zrepl</span>, which we will use for replication, later in this blog series will manage the <span class='inlinecode'>zdata</span> snapshots.</span><br />
<br />
<h3 style='display: inline' id='uptime-tracking'>Uptime tracking</h3><br />
<br />