Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟴/𝟭𝟭 (Valuable News - 2025/08/11) available.
https://vermaden.wordpress.com/2025/08/11/valuable-news-2025-08-11/
Past releases: https://vermaden.wordpress.com/news/
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟴/𝟭𝟭 (Valuable News - 2025/08/11) available.
https://vermaden.wordpress.com/2025/08/11/valuable-news-2025-08-11/
Past releases: https://vermaden.wordpress.com/news/
#ProxmoxVE 9.0 has been released (#Proxmox / #VirtualEnvironment / #Virtualization / #VirtualMachine / #VM / #Linux / #Debian / #Trixie / #DebianTrixie / #QEMU / #LXC / #KVM / #ZFS / #OpenZFS / #Ceph) https://proxmox.com/
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟴/𝟬𝟰 (Valuable News - 2025/08/04) available.
https://vermaden.wordpress.com/2025/08/04/valuable-news-2025-08-04/
Past releases: https://vermaden.wordpress.com/news/
OK, riddle me this, #Linux (specifically #ArchLinux) fans.
You can use #ZFS and #btrfs on root to create snapshots before updating the OS. But you can't snapshot EFI, because that's on a separate FAT32 partition.
So what happens if you run an update (pacman -Syu
in this case) that includes a kernel update, and something goes wrong? The version of the kernel in the EFI partition will be newer than the modules in the snapshotted /usr/lib/modules
. That's surely going to cause an issue, right?
From memory (it's been over 15 years), Gentoo can have multiple versions of the same kernel installed at once. But Arch only allows one version of any package at one time.
Make Your Own Backup System – Part 2: Forging the FreeBSD Backup Stronghold
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟳/𝟮𝟴 (Valuable News - 2025/07/28) available.
https://vermaden.wordpress.com/2025/07/28/valuable-news-2025-07-28/
Past releases: https://vermaden.wordpress.com/news/
Anyone have any experience running #ZFS on Windows? It's been around a while and still under active development.
It feels not ready for production, but I'm looking for something to switch away from BTRFS on a NAS for long term storage, not highest performance.
ZFS ARC Cache Explained
ZFS uses RAM as a powerful cache called the ARC (Adaptive Replacement Cache) to speed up disk reads and metadata operations.
It looks like ZFS “eats” RAM — but it’s actually putting your memory to work, caching data for blazing-fast access.
Important: ARC is not a memory leak!
It dynamically adjusts — if apps need RAM, ARC frees it instantly.
You can set a limit with zfs_arc_max so ZFS won’t take all your memory.
Properly tuned, ARC boosts performance without starving your system.
So don’t fear the RAM usage—embrace the cache!
Interesting approach: Migrating a ZFS pool from RAIDZ1 to RAIDZ2
Use `bastille zfs` to get/set ZFS properties on jails.
Easily tune compression, quotas, and more from the Bastille CLI.
"ZFS snapshots as poor man's ransomware recovery"
It holds up. Better than you'd think.
Ransomware hits a server? I roll back to a snapshot taken 10 minutes ago. Immutable, local, instant.
No restore wizard. No cloud latency. No vendor lock-in.
Just:
zfs rollback pool/dataset@safe
Gone. Like it never happened.
You want real ransomware defense?
Immutable local snapshots
Offsite ZFS send/mirror
Key-based SSH, no password logins
Restore script you actually test
ZFS isn’t "enterprise." It’s survival-grade.
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟳/𝟮𝟭 (Valuable News - 2025/07/21) available.
https://vermaden.wordpress.com/2025/07/21/valuable-news-2025-07-21/
Past releases: https://vermaden.wordpress.com/news/
#ZFS Right Now! c 2007,
by Jeff B,
(only slides) https://www.usenix.org/legacy/event/lisa07/htgr_files/bonwick_htgr.pdf
https://www.usenix.org/conference/lisa-07/zfs
-- introduction to ZFS of Sun Microsystems vintage
Proxmox VE 9.0 beta is out! Based on Debian 13 'Trixie', it features Ceph Squid 19.2, SDN Fabrics, ZFS 2.3, & more.
https://forum.proxmox.com/threads/proxmox-ve-9-0-beta-released.168618/
2.5 Admins 256: Why ZFS
To celebrate the 256 milestone we devote the whole episode to explaining why we use ZFS. We explain about data safety, data retention, data portability, and ease of administration.
Once again today, #FreeBSD and #ZFS saved a setup. Suddenly, a colleague realized that a database was acting up - probably some massive operation had deleted something. The machine takes snapshots every 15 minutes and keeps them for a few hours, then one a day and keeps those for days. To make a long story short, the July 4th dump still had the correct data. To get there, we just had to clone all the snapshots (going back day by day) and test them.
Snapshots are one of the best inventions since sliced bread.
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟳/𝟭𝟰 (Valuable News - 2025/07/14) available.
https://vermaden.wordpress.com/2025/07/14/valuable-news-2025-07-14/
Past releases: https://vermaden.wordpress.com/news/
First #selfHosting baby steps: bare metal server is finally up and running.
Couldn't figure out remote unlocked encrypted root on #ZFS with #NixOS, but also I realized it would be overkill (what's the point of encrypting the Nix store?) and that I can selectively encrypt datasets, so it's whatevs.