diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-07-29 22:32:40 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-07-29 22:32:40 -0500 |
commit | 9582c91207857490ec11401808589a8b6bf598fc (patch) | |
tree | 61c9f5aeaed5255dbe0d7604a6b862588d86fc61 /content/blog/2024-02-06-zfs.org | |
parent | 80337326778f415a157063ae66e36c136298ad9b (diff) | |
download | cleberg.net-9582c91207857490ec11401808589a8b6bf598fc.tar.gz cleberg.net-9582c91207857490ec11401808589a8b6bf598fc.tar.bz2 cleberg.net-9582c91207857490ec11401808589a8b6bf598fc.zip |
fix slugs for all other posts
Diffstat (limited to 'content/blog/2024-02-06-zfs.org')
-rw-r--r-- | content/blog/2024-02-06-zfs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/2024-02-06-zfs.org b/content/blog/2024-02-06-zfs.org index a8c276f..410b030 100644 --- a/content/blog/2024-02-06-zfs.org +++ b/content/blog/2024-02-06-zfs.org @@ -1,7 +1,7 @@ #+date: <2024-02-06> #+title: How to Create a ZFS Pool on Ubuntu Linux #+description: - +#+slug: zfs This post details the process I used to create ZFS pools, datasets, and snapshots on Ubuntu Server. |