<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: files processing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/files-processing/m-p/3719884#M21552</link>
    <description>tar cf - .| rsh remote_linux_box "cd /target_dir; tar xf -"</description>
    <pubDate>Mon, 30 Jan 2006 02:40:40 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2006-01-30T02:40:40Z</dc:date>
    <item>
      <title>files processing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-processing/m-p/3719883#M21551</link>
      <description>how do i can copy, backup with tar and untared it  on another linux system in one short command.</description>
      <pubDate>Mon, 30 Jan 2006 02:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-processing/m-p/3719883#M21551</guid>
      <dc:creator>dipesh_2</dc:creator>
      <dc:date>2006-01-30T02:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: files processing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-processing/m-p/3719884#M21552</link>
      <description>tar cf - .| rsh remote_linux_box "cd /target_dir; tar xf -"</description>
      <pubDate>Mon, 30 Jan 2006 02:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-processing/m-p/3719884#M21552</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-01-30T02:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: files processing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-processing/m-p/3719885#M21553</link>
      <description>Shalom dipesh,&lt;BR /&gt;&lt;BR /&gt;Since rsh is being deprecated and not part of the standard Linux install, though you can still use it, take the above command and use ssh instead.&lt;BR /&gt;&lt;BR /&gt;If the system is recent (the last 5 years) the command will work after a password prompt.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 30 Jan 2006 02:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-processing/m-p/3719885#M21553</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-30T02:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: files processing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-processing/m-p/3719886#M21554</link>
      <description>You can use tar over ssh tunnel:&lt;BR /&gt;&lt;BR /&gt;tar -czf -  | ssh &lt;HOSTNAME&gt; tar -xzf - -C &lt;/HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Mon, 30 Jan 2006 02:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-processing/m-p/3719886#M21554</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2006-01-30T02:52:03Z</dc:date>
    </item>
  </channel>
</rss>

