<?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: tar backup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540205#M17458</link>
    <description>it does not work, it give me the first data which i backup directly from the server that the DLT tape drive connected ,and there is no error in the backup from the remote backup so what should i do</description>
    <pubDate>Mon, 09 May 2005 05:23:50 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2005-05-09T05:23:50Z</dc:date>
    <item>
      <title>tar backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540203#M17456</link>
      <description>Dear All&lt;BR /&gt;i have two Redhat 9 Linux servers i connect a DLT tape drive to one of them i do the backup from the two servers in different times directly from the first one and remontly from the other at the same tape.&lt;BR /&gt;1-from the directly connected tape i execute the command &lt;BR /&gt;tar cvf /dev/nst0 /dirctory containing the file&lt;BR /&gt;2-and for the remotly backup&lt;BR /&gt;tar cvf ServerName:/dev/nst0 /derectory containing the file&lt;BR /&gt;when i try to see the contant of the tape i execute &lt;BR /&gt;tar tvf /dev/nst0&lt;BR /&gt;the output appers to be just the backuped file from the first command.&lt;BR /&gt;so is what i do is correct and how to make sure that every thing is OK.&lt;BR /&gt;BR,&lt;BR /&gt;Fadia</description>
      <pubDate>Mon, 09 May 2005 04:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540203#M17456</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-05-09T04:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540204#M17457</link>
      <description>Fadia&lt;BR /&gt;If you get no error executing the remote tar then probably the remote tar backup is on tape!&lt;BR /&gt;&lt;BR /&gt;To see this try the following&lt;BR /&gt;&lt;BR /&gt;#mt /dev/st0 rewind&lt;BR /&gt;#tar -tvf /dev/nst0&lt;BR /&gt;(you should see the first local tar) after this is finished it's display.&lt;BR /&gt;#tar -tvf /dev/nst0&lt;BR /&gt;(you should see the remote second tar)&lt;BR /&gt;&lt;BR /&gt;you can also go derectly to the seconf file like this!&lt;BR /&gt;&lt;BR /&gt;#mt /dev/st0 rewind&lt;BR /&gt;#mt /dev/sto fsf 1&lt;BR /&gt;#tar -tvf /dev/st0&lt;BR /&gt;&lt;BR /&gt;have a look at man mt for more in depth info&lt;BR /&gt;&lt;BR /&gt;Jean-pierre Huc&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2005 05:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540204#M17457</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-05-09T05:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540205#M17458</link>
      <description>it does not work, it give me the first data which i backup directly from the server that the DLT tape drive connected ,and there is no error in the backup from the remote backup so what should i do</description>
      <pubDate>Mon, 09 May 2005 05:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540205#M17458</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-05-09T05:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540206#M17459</link>
      <description>&lt;BR /&gt;are you able to see list of files flowing through screen when u do remote backup (since you are using v option, u shd be able to see).&lt;BR /&gt;&lt;BR /&gt;if you are doing it from a script, check the return value of the tar command and see whether it is 0 or something else.&lt;BR /&gt;&lt;BR /&gt;i believe for remote tar backup you need to have rhosts file entry. &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Mon, 09 May 2005 05:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540206#M17459</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-09T05:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540207#M17460</link>
      <description>my remote backup configured correctly and i do the backup using the a cron job and the output is going well ,and every thing seems to be OK but when i list the output from the tape it does not appear</description>
      <pubDate>Mon, 09 May 2005 06:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540207#M17460</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-05-09T06:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: tar backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540208#M17461</link>
      <description>&lt;BR /&gt;ok. just to ensure it actually writes, try running the second remote write command alone on a new tape and after writing try to list the tape. if it lists then it means remote writing is success only it is failing when it is executed after local write.&lt;BR /&gt;&lt;BR /&gt;if you still can not list then it is obvious that something wrong in remote writing.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Mon, 09 May 2005 06:38:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup/m-p/3540208#M17461</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-09T06:38:35Z</dc:date>
    </item>
  </channel>
</rss>

