<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Time Machine Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/time-machine/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/time-machine/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Mon, 10 Dec 2018 10:09:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/defwriteicon.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Time Machine Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/time-machine/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Speed up Time Machine backups</title>
		<link>https://www.defaults-write.com/speed-up-time-machine-backups/</link>
					<comments>https://www.defaults-write.com/speed-up-time-machine-backups/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 09 Aug 2018 18:26:40 +0000</pubDate>
				<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1371</guid>

					<description><![CDATA[<p>Time Machine backups are great, but very slow when a large amount of data/files needs to be transferred (such as the initial back-up). As desgined by Apple the Time Machine background proces is running in a very low CPU priority.</p>
<p>The post <a href="https://www.defaults-write.com/speed-up-time-machine-backups/">Speed up Time Machine backups</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Time Machine backups are great, but very slow when a large amount of data/files needs to be transferred (such as the initial back-up). As desgined by Apple the Time Machine background proces is running in a very low CPU priority, giving all other running applications en services priority. <span id="more-1371"></span></p>
<p>With the following Terminal command you can temporary speed up the Time Machine backups:</p>
<pre lang="bash">sudo sysctl debug.lowpri_throttle_enabled=0</pre>
<p>The command prevents Time Machine’s backup process assuming a low CPU priority, allowing backups to complete more quickly. </p>
<p>The command is not persistent and will become inactive after a reboot. If you want revert to the default setting without a reboot:</p>
<pre lang="bash">sudo sysctl debug.lowpri_throttle_enabled=1</pre>
<p>Searching for more Time Machine tweaks? <a href="/cat/time-machine/">Check this</a>!</p>
<p>The post <a href="https://www.defaults-write.com/speed-up-time-machine-backups/">Speed up Time Machine backups</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/speed-up-time-machine-backups/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1371</post-id>	</item>
		<item>
		<title>Time Machine: Setup a size limit for backup volumes</title>
		<link>https://www.defaults-write.com/time-machine-setup-a-size-limit-for-backup-volumes/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Mon, 20 Mar 2017 19:37:26 +0000</pubDate>
				<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1327</guid>

					<description><![CDATA[<p>Time Machine will standard use all the available disk space on an external drive or a external server volume. You can setup a  limit how much disk space Time Machine may use. Use this defaults write Terminal command: </p>
<p>The post <a href="https://www.defaults-write.com/time-machine-setup-a-size-limit-for-backup-volumes/">Time Machine: Setup a size limit for backup volumes</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Time Machine will standard use all the available disk space on an external drive or a external server volume. Did you know you can setup a limit how much disk space Time Machine may use. Use the following defaults write Terminal command: <span id="more-1327"></span></p>
<p><code>sudo defaults write /Library/Preferences/com.apple.TimeMachine MaxSize -integer XX</code></p>
<p>Replace <code>XX</code> by the number of megabytes that you want to use, 1 GB = 1024 MB</p>
<p>Example 200GB:</p>
<p><code>sudo defaults write /Library/Preferences/com.apple.TimeMachine MaxSize -integer 204800</code></p>
<p>To remove the limit:</p>
<p><code>sudo defaults delete /Library/Preferences/com.apple.TimeMachine MaxSize</code></p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/03/groote-time-machine-beperken-OSX-600x342@2x.jpg" rel="attachment wp-att-1328"><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/03/groote-time-machine-beperken-OSX-600x342@2x-585x333.jpg?resize=585%2C333" alt="time machine" width="585" height="333" class="aligncenter size-large wp-image-1328" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/03/groote-time-machine-beperken-OSX-600x342@2x.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/03/groote-time-machine-beperken-OSX-600x342@2x.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/03/groote-time-machine-beperken-OSX-600x342@2x.jpg?w=1200&amp;ssl=1 1200w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/time-machine-setup-a-size-limit-for-backup-volumes/">Time Machine: Setup a size limit for backup volumes</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1327</post-id>	</item>
		<item>
		<title>Setup a size limit for Time Machine backup volumes</title>
		<link>https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/</link>
					<comments>https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Mon, 22 Oct 2012 18:00:11 +0000</pubDate>
				<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=799</guid>

					<description><![CDATA[<p>Time Machine will standard use all the available disk space on an external drive or a external server volume. You can setup a limit how much disk space Time Machine may use. Use this defaults write Terminal command: defaults write /Library/Preferences/com.apple.TimeMachine MaxSize 405600 Where MaxSize 405600 is the MB equivalent of 400GB (400 * 1024) To remove the limit: defaults delete /Library/Preferences/com.apple.TimeMachine MaxSize</p>
<p>The post <a href="https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/">Setup a size limit for Time Machine backup volumes</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Time Machine will standard use all the available disk space on an external drive or a external server volume. You can setup a  limit how much disk space Time Machine may use. Use this defaults write Terminal command: <span id="more-799"></span></p>
<pre lang="bash">defaults write /Library/Preferences/com.apple.TimeMachine MaxSize 405600</pre>
<p>Where MaxSize 405600 is the MB equivalent of 400GB (400 * 1024)</p>
<p>To remove the limit:</p>
<pre lang="bash">defaults delete /Library/Preferences/com.apple.TimeMachine MaxSize</pre>
<p>The post <a href="https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/">Setup a size limit for Time Machine backup volumes</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">799</post-id>	</item>
		<item>
		<title>Disable new disks requests for Time Machine</title>
		<link>https://www.defaults-write.com/disable-new-disks-requests-for-time-machine/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 06 Sep 2012 08:10:37 +0000</pubDate>
				<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=382</guid>

					<description><![CDATA[<p>If you don’t use Time Machine, you might notice that every time you attach a empty hard disk to your Mac, you get asked if you want to use this hard disk Time Machine backups. Disable this dialog box with the following command: defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true Restart your Mac or log out and back in again for the changes to take effect. Revert to defaults setting: defaults delete com.apple.TimeMachine DoNotOfferNewDisksForBackup</p>
<p>The post <a href="https://www.defaults-write.com/disable-new-disks-requests-for-time-machine/">Disable new disks requests for Time Machine</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you don’t use Time Machine, you might notice that every time you attach a empty hard disk to your Mac, you get asked if you want to use this hard disk Time Machine backups. Disable this dialog box with the following command: <span id="more-382"></span></p>
<pre lang="bash">defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true</pre>
<p>Restart your Mac or log out and back in again for the changes to take effect.</p>
<p>Revert to defaults setting:</p>
<pre lang="bash">defaults delete com.apple.TimeMachine DoNotOfferNewDisksForBackup</pre>
<p>The post <a href="https://www.defaults-write.com/disable-new-disks-requests-for-time-machine/">Disable new disks requests for Time Machine</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">382</post-id>	</item>
		<item>
		<title>Change the Time Machine Backup Schedule</title>
		<link>https://www.defaults-write.com/change-the-time-machine-backup-schedule/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 11 Jul 2012 10:21:17 +0000</pubDate>
				<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=552</guid>

					<description><![CDATA[<p>If you think Time Machine is backing up your Mac too often, you can customize the interval between two automatic scheduled backups. Use following command to change the Time Machine Backup Schedule. sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int XXXX Change XXXX to some other time interval in seconds, for one hour: 3600, for two hours: 7200, … Revert to defaults setting: sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 3600</p>
<p>The post <a href="https://www.defaults-write.com/change-the-time-machine-backup-schedule/">Change the Time Machine Backup Schedule</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you think Time Machine is backing up your Mac too often, you can customize the interval between two automatic scheduled backups. Use following command to change the Time Machine Backup Schedule. <span id="more-552"></span></p>
<pre lang="bash">sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int XXXX</pre>
<p>Change XXXX to some other time interval in seconds, for one hour: 3600, for two hours: 7200, …</p>
<p>Revert to defaults setting:</p>
<pre lang="bash">sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 3600</pre>
<p>The post <a href="https://www.defaults-write.com/change-the-time-machine-backup-schedule/">Change the Time Machine Backup Schedule</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">552</post-id>	</item>
	</channel>
</rss>
