<?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: Tape backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955002#M414461</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I recomend you to use SAM (System Adm. Manager). Just type sam:&lt;BR /&gt;&lt;BR /&gt;#sam&lt;BR /&gt;&lt;BR /&gt;And go to Backup and Recovery -&amp;gt; Interactive Backup and Recovery -&amp;gt; [select yout tape drive] -&amp;gt; Back Up Files Interactively... -&amp;gt; Choose you backup scope...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
    <pubDate>Wed, 25 Jan 2006 06:56:17 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2006-01-25T06:56:17Z</dc:date>
    <item>
      <title>Tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955000#M414459</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am new to HP-UX and request your help.I want take backup of application logs to tape and to restore them when I need.&lt;BR /&gt;Please tell the commands to take backup to tape and restore to same folder.Tape is DDS4. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 06:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955000#M414459</guid>
      <dc:creator>bhagirathp</dc:creator>
      <dc:date>2006-01-25T06:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955001#M414460</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are so many option with you&lt;BR /&gt;&lt;BR /&gt;1. tar&lt;BR /&gt;2. cpio&lt;BR /&gt;3. fbackup&lt;BR /&gt;4. dd&lt;BR /&gt;&lt;BR /&gt;The easiest and most commonly used is tar&lt;BR /&gt;&lt;BR /&gt;TO Backup use&lt;BR /&gt;#tar -cvf /dev/rmt/xmn ./path_to_directory&lt;BR /&gt;&lt;BR /&gt;To Display contents of tape&lt;BR /&gt;#tar -tvf /dev/rmt/xmn &lt;BR /&gt;&lt;BR /&gt;To Restore to alternate location use in that directory&lt;BR /&gt;#tar -xvf /dev/rmt/xmn .&lt;BR /&gt;&lt;BR /&gt;man tar for deails./dev/rmt/xmn is your tape device file.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 25 Jan 2006 06:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955001#M414460</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-25T06:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955002#M414461</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I recomend you to use SAM (System Adm. Manager). Just type sam:&lt;BR /&gt;&lt;BR /&gt;#sam&lt;BR /&gt;&lt;BR /&gt;And go to Backup and Recovery -&amp;gt; Interactive Backup and Recovery -&amp;gt; [select yout tape drive] -&amp;gt; Back Up Files Interactively... -&amp;gt; Choose you backup scope...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Wed, 25 Jan 2006 06:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955002#M414461</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-01-25T06:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955003#M414462</link>
      <description>Check tape status as,&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/&lt;DEVICE&gt;&lt;BR /&gt;&lt;BR /&gt;Backup&lt;BR /&gt;# tar -cvf /dev/rmt/&lt;DEVICE&gt; directory&lt;BR /&gt;&lt;BR /&gt;Recover - Testing&lt;BR /&gt;# tar -tvf /dev/rmt/&lt;DEVICE&gt;&lt;BR /&gt;&lt;BR /&gt;Recover&lt;BR /&gt;# tar -xvf /dev/rmt/&lt;DEVICE&gt; .&lt;BR /&gt;&lt;BR /&gt;See tar man page on EXAMPLES part.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;&lt;/DEVICE&gt;&lt;/DEVICE&gt;&lt;/DEVICE&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Wed, 25 Jan 2006 06:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955003#M414462</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-25T06:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955004#M414463</link>
      <description>You can do this with tar:&lt;BR /&gt;&lt;BR /&gt;tar cvf /dev/rmt/0m dir&lt;BR /&gt;&lt;BR /&gt;where /dev/rmt/0m is your tape drive (you may want to check this) and dir is the full path of the directory containing the logs (without a leading / - e.g. if you want to back up /var/adm/syslog you would put var/adm/syslog).&lt;BR /&gt;&lt;BR /&gt;The cvf is:&lt;BR /&gt;&lt;BR /&gt;c = create&lt;BR /&gt;v = verbose (echo to screen)&lt;BR /&gt;f = file (device receiving the backup).&lt;BR /&gt;&lt;BR /&gt;To restore you would type the same command except you would replace the c with an x (extract).&lt;BR /&gt;&lt;BR /&gt;For greater reliability you may want to use a proper backup product such as Data Protector - an HP product that provides much greater flexibility than tar.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 25 Jan 2006 06:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955004#M414463</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2006-01-25T06:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tape backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955005#M414464</link>
      <description>Thanks guys for your help bye...</description>
      <pubDate>Wed, 25 Jan 2006 07:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup/m-p/4955005#M414464</guid>
      <dc:creator>bhagirathp</dc:creator>
      <dc:date>2006-01-25T07:18:51Z</dc:date>
    </item>
  </channel>
</rss>

