<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zfs-snapshots, branch main</title>
<subtitle>ZFS snapshot script</subtitle>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/'/>
<entry>
<title>Add a version number</title>
<updated>2025-11-14T04:09:11+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-11-14T04:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=196e295779f2bc19c4697aac81ba7e730982c810'/>
<id>196e295779f2bc19c4697aac81ba7e730982c810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update readme</title>
<updated>2025-11-14T04:08:42+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-11-14T04:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=3c8a2884289ac344aad33d97596c9cbe225176c8'/>
<id>3c8a2884289ac344aad33d97596c9cbe225176c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation comments and usage text</title>
<updated>2025-11-14T04:08:36+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-11-14T04:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=283fda23ac3aa2329d698d560e1466cd98b58cb3'/>
<id>283fda23ac3aa2329d698d560e1466cd98b58cb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spacing</title>
<updated>2025-11-14T04:01:33+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-11-14T04:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=74b7a1ad39fe4e77f10ae148bf91dd03d51f4862'/>
<id>74b7a1ad39fe4e77f10ae148bf91dd03d51f4862</id>
<content type='text'>
snapshots.sh was somehow inadvertently written with a mix of spaces and tabs
for indentation. Retabbed with four-space tabs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
snapshots.sh was somehow inadvertently written with a mix of spaces and tabs
for indentation. Retabbed with four-space tabs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor script</title>
<updated>2025-08-13T20:48:58+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-08-13T20:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=52da4bda88d915adba69af03557e5d49b0fd6e1b'/>
<id>52da4bda88d915adba69af03557e5d49b0fd6e1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation</title>
<updated>2025-08-13T20:28:43+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-08-13T20:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=f5970ac2d29374e02139aa837566d50a4e3f1efa'/>
<id>f5970ac2d29374e02139aa837566d50a4e3f1efa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix license file permissions</title>
<updated>2025-08-13T20:24:25+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-08-13T20:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=7cb40b7e74f38cc9c83e64b7cb9fbbbe4397a9ef'/>
<id>7cb40b7e74f38cc9c83e64b7cb9fbbbe4397a9ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix -p -r behavior</title>
<updated>2025-08-13T20:24:08+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-08-13T20:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=b2db2aecc85ee8d5dd08dc4363c30566daa8f252'/>
<id>b2db2aecc85ee8d5dd08dc4363c30566daa8f252</id>
<content type='text'>
Using the prune command with the recursive flag resulted in the script
only pruning snapshots of the specified filesystem, ignoring their
children.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the prune command with the recursive flag resulted in the script
only pruning snapshots of the specified filesystem, ignoring their
children.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead code</title>
<updated>2025-08-13T07:15:58+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-08-13T07:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=f5f2300f42b29a35573be54afd55de0710699616'/>
<id>f5f2300f42b29a35573be54afd55de0710699616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add readme</title>
<updated>2025-07-30T18:19:32+00:00</updated>
<author>
<name>Benjamin Linskey</name>
</author>
<published>2025-07-30T18:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/zfs-snapshots/commit/?id=2abe7e9aba03cec30136fc075ea3d26f4c6e2bf7'/>
<id>2abe7e9aba03cec30136fc075ea3d26f4c6e2bf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
