<?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/index.php?action=history&amp;feed=atom&amp;title=Time_Machine_Backups_on_sparse_ZVOL</id>
		<title>Time Machine Backups on sparse ZVOL - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://openzfsonosx.org/w/index.php?action=history&amp;feed=atom&amp;title=Time_Machine_Backups_on_sparse_ZVOL"/>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/w/index.php?title=Time_Machine_Backups_on_sparse_ZVOL&amp;action=history"/>
		<updated>2026-05-02T08:53:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.3</generator>

	<entry>
		<id>https://openzfsonosx.org/w/index.php?title=Time_Machine_Backups_on_sparse_ZVOL&amp;diff=1510&amp;oldid=prev</id>
		<title>Whizzrd: Created page with &quot;== Creating a thin provisioned ZVOL for time machine backups ==  === Unencrypted === &lt;code&gt;     sudo zfs create -s -V 500G zpool/ZVOL/TimeMachine     DISK=$(ioreg -trn &quot;ZVOL z...&quot;</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/w/index.php?title=Time_Machine_Backups_on_sparse_ZVOL&amp;diff=1510&amp;oldid=prev"/>
				<updated>2019-11-19T22:40:55Z</updated>
		
		<summary type="html">&lt;p&gt;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;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&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>