diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-12 22:46:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-12 22:46:43 +0300 |
| commit | 6675db2b1084fc14ccfa9a16b3640bfa9aacc528 (patch) | |
| tree | 8a39783fbbef68ba3dfb5ad36ae1103ec8541349 /gemfeed | |
| parent | 917b970c73ac52c85013ec5a241d71d2809330eb (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
4 files changed, 12 insertions, 10 deletions
diff --git a/gemfeed/2021-07-04-the-well-grounded-rubyist.md b/gemfeed/2021-07-04-the-well-grounded-rubyist.md index c0c0e612..c2efecf0 100644 --- a/gemfeed/2021-07-04-the-well-grounded-rubyist.md +++ b/gemfeed/2021-07-04-the-well-grounded-rubyist.md @@ -120,7 +120,7 @@ E-Mail your comments to `paul@nospam.buetow.org` :-) Other Ruby-related posts: -[2025-10-11 Key kakeaways from The Well-Grounded Rubyist](./2025-10-11-key-takeaways-from-the-well-grounded-rubyist.md) +[2025-10-11 Key Takeaways from The Well-Grounded Rubyist](./2025-10-11-key-takeaways-from-the-well-grounded-rubyist.md) [2021-07-04 The Well-Grounded Rubyist (You are currently reading this)](./2021-07-04-the-well-grounded-rubyist.md) [Back to the main site](../) diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md index 7a5ce6c6..66ca0abd 100644 --- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md +++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md @@ -178,20 +178,20 @@ root@f0:~ # cp /usr/local/etc/doas.conf.sample /usr/local/etc/doas.conf ```sh 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](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.md b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.md index 1a22e60d..a1d39532 100644 --- a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.md +++ b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.md @@ -388,11 +388,13 @@ jobs: 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.md b/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.md index 1667546f..9ab01443 100644 --- a/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.md +++ b/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.md @@ -217,7 +217,7 @@ E-Mail your comments to `paul@nospam.buetow.org` :-) 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.md) +[2025-10-11 Key Takeaways from The Well-Grounded Rubyist (You are currently reading this)](./2025-10-11-key-takeaways-from-the-well-grounded-rubyist.md) [2021-07-04 The Well-Grounded Rubyist](./2021-07-04-the-well-grounded-rubyist.md) [Back to the main site](../) |
