<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Solved]Understanding some basics]]></title><description><![CDATA[[[topic:post_is_deleted]]]]></description><link>http://community.onion.io/topic/280/solved-understanding-some-basics</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 03:25:21 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/280.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Dec 2015 16:55:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Solved]Understanding some basics on Tue, 15 Dec 2015 17:30:30 GMT]]></title><description><![CDATA[<p dir="auto">@Rudy-Trujillo The middle two commands with <code>tar</code> essentially moves everything from <code>/overlay</code> to <code>/mnt</code>. The reason why this method was used instead of a simple <code>cp -r</code> was because this way all the timestamp and ownership of the files and directories are preserved.</p>
<p dir="auto">The way it works is essentially getting tar to create a compressed version of all files in <code>/overlay</code>. The compressed data is then passed via the pipe to another <code>tar</code> command, which decompresses that in the <code>/mnt</code> directory. Note that instead of taking a filename as the argument in the second <code>tar</code> command, it reads directly from stdin.</p>
]]></description><link>http://community.onion.io/post/2267</link><guid isPermaLink="true">http://community.onion.io/post/2267</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Tue, 15 Dec 2015 17:30:30 GMT</pubDate></item></channel></rss>