<?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: Backup using tar and fbackup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829832#M88596</link>
    <description>However, it may be possible to write the tar archive after fbackup...&lt;BR /&gt;&lt;BR /&gt;From experiment, if you run fbackup to a NO-REWIND device (contrary to advice in the man pages) then the tape is not rewound.&lt;BR /&gt;&lt;BR /&gt;So the following is possible...&lt;BR /&gt;&lt;BR /&gt;1. Run fbackup -f /dev/rmt/?mn&lt;BR /&gt;2. Run your tar to the same device.&lt;BR /&gt;&lt;BR /&gt;The (minor) difficulty is how to position to your tar dump if you heve to do a restore. One possibility is as follows...&lt;BR /&gt;&lt;BR /&gt;export TAPE=/dev/rmt/?mn&lt;BR /&gt;mt rew&lt;BR /&gt;while true&lt;BR /&gt;do&lt;BR /&gt; mt fsf 1 || break&lt;BR /&gt;done&lt;BR /&gt;mt bsf 3&lt;BR /&gt;mt fsf 1&lt;BR /&gt;&lt;BR /&gt;This code will leave the tape positioned at the start of the LAST file on the tape which will be your tar dump.&lt;BR /&gt;&lt;BR /&gt;Running frecover with the -N flag (no recovery) also appears to leave the tape positioned correctly.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
    <pubDate>Mon, 21 Oct 2002 11:53:55 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2002-10-21T11:53:55Z</dc:date>
    <item>
      <title>Backup using tar and fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829829#M88593</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a scheduled backup running every day using TAR to backup database files and other scheduled backup in SAM using FBACKUP only on fridays to backup the others files of the system. Can I use the same tape to do this job ? I??m afraid to lose one of the two backups.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Mauro</description>
      <pubDate>Mon, 21 Oct 2002 11:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829829#M88593</guid>
      <dc:creator>Mauro_8</dc:creator>
      <dc:date>2002-10-21T11:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using tar and fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829830#M88594</link>
      <description>The fbackup command only supports one archive per tape. No appending, etc. is available. So if you need more than one session on a single medium (using non-autorewind device files) you cannot use fbackup...&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Mon, 21 Oct 2002 11:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829830#M88594</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-10-21T11:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using tar and fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829831#M88595</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It was my fear :-(&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mauro&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 11:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829831#M88595</guid>
      <dc:creator>Mauro_8</dc:creator>
      <dc:date>2002-10-21T11:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using tar and fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829832#M88596</link>
      <description>However, it may be possible to write the tar archive after fbackup...&lt;BR /&gt;&lt;BR /&gt;From experiment, if you run fbackup to a NO-REWIND device (contrary to advice in the man pages) then the tape is not rewound.&lt;BR /&gt;&lt;BR /&gt;So the following is possible...&lt;BR /&gt;&lt;BR /&gt;1. Run fbackup -f /dev/rmt/?mn&lt;BR /&gt;2. Run your tar to the same device.&lt;BR /&gt;&lt;BR /&gt;The (minor) difficulty is how to position to your tar dump if you heve to do a restore. One possibility is as follows...&lt;BR /&gt;&lt;BR /&gt;export TAPE=/dev/rmt/?mn&lt;BR /&gt;mt rew&lt;BR /&gt;while true&lt;BR /&gt;do&lt;BR /&gt; mt fsf 1 || break&lt;BR /&gt;done&lt;BR /&gt;mt bsf 3&lt;BR /&gt;mt fsf 1&lt;BR /&gt;&lt;BR /&gt;This code will leave the tape positioned at the start of the LAST file on the tape which will be your tar dump.&lt;BR /&gt;&lt;BR /&gt;Running frecover with the -N flag (no recovery) also appears to leave the tape positioned correctly.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Mon, 21 Oct 2002 11:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829832#M88596</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-10-21T11:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using tar and fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829833#M88597</link>
      <description>Hi Mauro,&lt;BR /&gt;&lt;BR /&gt;If possible, I'd use different tapes for the tar and fbackup jobs.  I think you're asking for trouble in trying to save a tape, especially since you only backup the other files once a week.  Ask yourself, what is it worth to know that you can restore your system?&lt;BR /&gt;&lt;BR /&gt;Why not consider using fbackup instead of tar?  On Friday you could backup your other files in addition to the database files.&lt;BR /&gt;&lt;BR /&gt;I trust you have your database down while backing it up.  Else, your backups may be unreliable.&lt;BR /&gt;&lt;BR /&gt;Mauro, let me suggest you read:&lt;BR /&gt;&lt;A href="http://66.216.15.50/ITRCForumsEtiquette" target="_blank"&gt;http://66.216.15.50/ITRCForumsEtiquette&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think you'll find you get more (and perhaps more detailed) answers to your questions if you apply what you learn from the above web page, especially the "After Posting to the ITRC Forums" section.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Mon, 21 Oct 2002 12:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-tar-and-fbackup/m-p/2829833#M88597</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-10-21T12:39:26Z</dc:date>
    </item>
  </channel>
</rss>

