<?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>Comentarios en: rsync, root and sudo</title>
	<atom:link href="http://www.pplux.com/2009/02/07/rsync-root-and-sudo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pplux.com/2009/02/07/rsync-root-and-sudo/</link>
	<description>PpluX &#039;s blog</description>
	<lastBuildDate>Sat, 17 Apr 2010 17:00:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Mark</title>
		<link>http://www.pplux.com/2009/02/07/rsync-root-and-sudo/comment-page-1/#comment-5719</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pplux.com/?p=214#comment-5719</guid>
		<description>Thanks, flipped it around a bit and backed up my /etc directory. I added an extra sudo...

sudo rsync --delete -avze ssh --rsync-path=&#039;sudo rsync&#039; \
  /etc REM_USER@REM_HOST:/backup/machines/laptop01

Very useful, now I&#039;m ready to upgrade the OS.</description>
		<content:encoded><![CDATA[<p>Thanks, flipped it around a bit and backed up my /etc directory. I added an extra sudo&#8230;</p>
<p>sudo rsync &#8211;delete -avze ssh &#8211;rsync-path=&#8217;sudo rsync&#8217; \<br />
  /etc REM_USER@REM_HOST:/backup/machines/laptop01</p>
<p>Very useful, now I&#8217;m ready to upgrade the OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: PpluX</title>
		<link>http://www.pplux.com/2009/02/07/rsync-root-and-sudo/comment-page-1/#comment-5187</link>
		<dc:creator>PpluX</dc:creator>
		<pubDate>Sun, 08 Feb 2009 12:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pplux.com/?p=214#comment-5187</guid>
		<description>Was it sarcasm? Did unix hurt you? poor little guy... there, there, XDDD

You know, when someone spends hours reading errors out from malformed C++ templates, these things that are more or less readable, truly become quite simple!

BTW I would love to see a &quot;simple&quot; apple script do the same thing :)</description>
		<content:encoded><![CDATA[<p>Was it sarcasm? Did unix hurt you? poor little guy&#8230; there, there, XDDD</p>
<p>You know, when someone spends hours reading errors out from malformed C++ templates, these things that are more or less readable, truly become quite simple!</p>
<p>BTW I would love to see a &#8220;simple&#8221; apple script do the same thing <img src='http://www.pplux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: José Manuel</title>
		<link>http://www.pplux.com/2009/02/07/rsync-root-and-sudo/comment-page-1/#comment-5186</link>
		<dc:creator>José Manuel</dc:creator>
		<pubDate>Sun, 08 Feb 2009 11:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pplux.com/?p=214#comment-5186</guid>
		<description>&#124; The solution […] is simple

Mmmm,

    &#124; stty -echo; ssh myUser@REMOTE_SERVER &quot;sudo -v&quot;; stty echo  
    &#124; rsync -avze ssh --rsync-path=&#039;sudo rsync&#039; myUser@REMOTE_SERVER:/REMOTE_PATH/ LOCAL_PATH  

Yeah. Sure. Really simple. Trivial. Obvious. Everyone should be able to figure that out just by thinking a bit; no need of Internet or any documentation or help of anybody. I couldn&#039;t think of any way of making that any easier.

These examples are what makes me love Unix simplicity. They make that and they make me wish I had a baseball bat and the person who created that shell commands near here. Just for having some fun, you know. Just some simple fun.</description>
		<content:encoded><![CDATA[<p>| The solution […] is simple</p>
<p>Mmmm,</p>
<p>    | stty -echo; ssh myUser@REMOTE_SERVER &#8220;sudo -v&#8221;; stty echo<br />
    | rsync -avze ssh &#8211;rsync-path=&#8217;sudo rsync&#8217; myUser@REMOTE_SERVER:/REMOTE_PATH/ LOCAL_PATH  </p>
<p>Yeah. Sure. Really simple. Trivial. Obvious. Everyone should be able to figure that out just by thinking a bit; no need of Internet or any documentation or help of anybody. I couldn&#8217;t think of any way of making that any easier.</p>
<p>These examples are what makes me love Unix simplicity. They make that and they make me wish I had a baseball bat and the person who created that shell commands near here. Just for having some fun, you know. Just some simple fun.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

