<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Start a Time Machine Backup on a Remote Mac with SSH</title>
	<atom:link href="http://osxdaily.com/2012/11/05/start-time-machine-backup-remote-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/11/05/start-time-machine-backup-remote-mac/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Wed, 22 May 2013 19:52:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: BetterWay</title>
		<link>http://osxdaily.com/2012/11/05/start-time-machine-backup-remote-mac/#comment-449218</link>
		<dc:creator>BetterWay</dc:creator>
		<pubDate>Sun, 11 Nov 2012 21:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34252#comment-449218</guid>
		<description>sudo tmutil disable
sudo tmutil enable

Backup should start running in 90 seconds and you can logoff immediately.</description>
		<content:encoded><![CDATA[<p>sudo tmutil disable<br />
sudo tmutil enable</p>
<p>Backup should start running in 90 seconds and you can logoff immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://osxdaily.com/2012/11/05/start-time-machine-backup-remote-mac/#comment-446880</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 05 Nov 2012 21:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34252#comment-446880</guid>
		<description>The problem with SSH is you must leave the port open on the firewall/router.

A better way might be to set up a mail filter for a verified email address and passphrase, which triggers an Automator action.</description>
		<content:encoded><![CDATA[<p>The problem with SSH is you must leave the port open on the firewall/router.</p>
<p>A better way might be to set up a mail filter for a verified email address and passphrase, which triggers an Automator action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://osxdaily.com/2012/11/05/start-time-machine-backup-remote-mac/#comment-446865</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Mon, 05 Nov 2012 21:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34252#comment-446865</guid>
		<description>The safer way to start a process and keep it running in the background while you log out:
nohup tmutil startbackup &gt; /dev/null 2&gt;&amp;1 &amp;

Nohup sets the SIGHUP signal (given by the logout process) to be ignored. The nomenclature after the &#039;&gt;&#039; sign means that all output is silently ignored. The last ampersand puts this process in the background.</description>
		<content:encoded><![CDATA[<p>The safer way to start a process and keep it running in the background while you log out:<br />
nohup tmutil startbackup &gt; /dev/null 2&gt;&amp;1 &amp;</p>
<p>Nohup sets the SIGHUP signal (given by the logout process) to be ignored. The nomenclature after the &#8216;&gt;&#8217; sign means that all output is silently ignored. The last ampersand puts this process in the background.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 211/212 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-22 19:45:28 -->