<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://openzfsonosx.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://openzfsonosx.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Whizzrd</id>
		<title>OpenZFS on OS X - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://openzfsonosx.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Whizzrd"/>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Special:Contributions/Whizzrd"/>
		<updated>2026-05-04T13:57:15Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.3</generator>

	<entry>
		<id>https://openzfsonosx.org/wiki/Time_Machine_Backups_on_sparse_ZVOL</id>
		<title>Time Machine Backups on sparse ZVOL</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Time_Machine_Backups_on_sparse_ZVOL"/>
				<updated>2019-11-19T22:40:55Z</updated>
		
		<summary type="html">&lt;p&gt;Whizzrd: Created page with &amp;quot;== Creating a thin provisioned ZVOL for time machine backups ==  === Unencrypted === &amp;lt;code&amp;gt;     sudo zfs create -s -V 500G zpool/ZVOL/TimeMachine     DISK=$(ioreg -trn &amp;quot;ZVOL z...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Creating a thin provisioned ZVOL for time machine backups ==&lt;br /&gt;
&lt;br /&gt;
=== Unencrypted ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    sudo zfs create -s -V 500G zpool/ZVOL/TimeMachine&lt;br /&gt;
    DISK=$(ioreg -trn &amp;quot;ZVOL zpool/ZVOL/TimeMachine Media&amp;quot; | awk -F'&amp;quot;' '/BSD Name/ {print $4;}')&lt;br /&gt;
    sudo diskutil cs create TimeMachine $DISK&lt;br /&gt;
    LVG_UUID=$(diskutil cs info ${DISK}s2 | grep -E &amp;quot;Parent LVG UUID:&amp;quot; | sed -E 's/.*\:\s*([A-F0-9-]*)/\1/')&lt;br /&gt;
    sudo diskutil cs createVolume $LVG_UUID jhfs+ TimeMachine 100%&lt;br /&gt;
    sudo tmutil setdestination -a /Volumes/TimeMachine&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Encrypted ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    sudo zfs create -s -V 500G zpool/ZVOL/TimeMachine&lt;br /&gt;
    DISK=$(ioreg -trn &amp;quot;ZVOL zpool/ZVOL/TimeMachine Media&amp;quot; | awk -F'&amp;quot;' '/BSD Name/ {print $4;}')&lt;br /&gt;
    sudo diskutil cs create TimeMachine $DISK&lt;br /&gt;
    LVG_UUID=$(diskutil cs info ${DISK}s2 | grep -E &amp;quot;Parent LVG UUID:&amp;quot; | sed -E 's/.*\:\s*([A-F0-9-]*)/\1/')&lt;br /&gt;
    sudo diskutil cs createVolume $LVG_UUID jhfs+ TimeMachine 100% -stdinpassphrase&lt;br /&gt;
    sudo tmutil setdestination -a /Volumes/TimeMachine&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Whizzrd</name></author>	</entry>

	</feed>