<?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: How do you use tar for n/w backup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-do-you-use-tar-for-n-w-backup/m-p/3830833#M24372</link>
    <description>How can we mount remote tape device&lt;BR /&gt;Pls give Syntax&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sreekanth</description>
    <pubDate>Fri, 28 Jul 2006 01:24:10 GMT</pubDate>
    <dc:creator>sreekanthtm</dc:creator>
    <dc:date>2006-07-28T01:24:10Z</dc:date>
    <item>
      <title>How do you use tar for n/w backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-you-use-tar-for-n-w-backup/m-p/3830830#M24369</link>
      <description>what is the command to take backup using tar&lt;BR /&gt;Iam connected to the server using telnet&lt;BR /&gt;&lt;BR /&gt;Tell me commands for both conditons&lt;BR /&gt;&lt;BR /&gt;1. If the tape device is connected localy to the server&lt;BR /&gt;2. If the tape device is connected to another system on the same n/w</description>
      <pubDate>Wed, 26 Jul 2006 03:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-you-use-tar-for-n-w-backup/m-p/3830830#M24369</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2006-07-26T03:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use tar for n/w backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-you-use-tar-for-n-w-backup/m-p/3830831#M24370</link>
      <description>For #1, the syntax is "tar cvf /dev/tape-device /filesystem"&lt;BR /&gt;&lt;BR /&gt;For #2, the tar syntax is the same, but you 1st have to rmount the remote tape drive.</description>
      <pubDate>Thu, 27 Jul 2006 09:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-you-use-tar-for-n-w-backup/m-p/3830831#M24370</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-07-27T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use tar for n/w backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-you-use-tar-for-n-w-backup/m-p/3830832#M24371</link>
      <description>I will suggest the use of "star" instead of tar. It's faster and more easy for remote backups.&lt;BR /&gt;&lt;BR /&gt;With tar&lt;BR /&gt;&lt;BR /&gt;Local backups:&lt;BR /&gt;&lt;BR /&gt;Create&lt;BR /&gt;tar cvf /dev/st0 directory directory file ....&lt;BR /&gt;&lt;BR /&gt;List&lt;BR /&gt;tar tvf /dev/st0&lt;BR /&gt;&lt;BR /&gt;Extract&lt;BR /&gt;&lt;BR /&gt;tar xvf /dev/st0&lt;BR /&gt;&lt;BR /&gt;Remote backups&lt;BR /&gt;&lt;BR /&gt;Create&lt;BR /&gt;tar cvf - | ssh remotehost dd of=/dev/st0&lt;BR /&gt;&lt;BR /&gt;List&lt;BR /&gt;ssh remotehost dd if=/dev/st0 | tar tvf -&lt;BR /&gt;&lt;BR /&gt;Extract&lt;BR /&gt;&lt;BR /&gt;ssh remotehost dd if=/dev/st0 | tar xvf -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Using star&lt;BR /&gt;&lt;BR /&gt;Local backups:&lt;BR /&gt;&lt;BR /&gt;star -cv f=/dev/st0 directory directory files  ...&lt;BR /&gt;&lt;BR /&gt;Remote backups:&lt;BR /&gt;&lt;BR /&gt;env RSH=/usr/bin/ssh star -cvM f=user@host.dominio:/dev/st0 directory directory files ...</description>
      <pubDate>Thu, 27 Jul 2006 10:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-you-use-tar-for-n-w-backup/m-p/3830832#M24371</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-27T10:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use tar for n/w backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-you-use-tar-for-n-w-backup/m-p/3830833#M24372</link>
      <description>How can we mount remote tape device&lt;BR /&gt;Pls give Syntax&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sreekanth</description>
      <pubDate>Fri, 28 Jul 2006 01:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-you-use-tar-for-n-w-backup/m-p/3830833#M24372</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2006-07-28T01:24:10Z</dc:date>
    </item>
  </channel>
</rss>

