<?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 Utilities for Single Files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552572#M28339</link>
    <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Especially in the old days, tar was slow when writing to tape devices becuase of small block sizes but the workaround is easy. &lt;BR /&gt;&lt;BR /&gt;Do somrthing like like:&lt;BR /&gt;&lt;BR /&gt;tar cvf - myfile1 myfile2 | dd ibs=512 obs=64k&lt;BR /&gt;&lt;BR /&gt;of=/dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;You may need to experiment with obs to optimize performmance.&lt;BR /&gt;&lt;BR /&gt;You can also specify blocking in the tar command itself. But I think you will find that tar is reasonable in terms of performance. The barrier that will get you is the 2GB limit.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Jul 2001 19:35:25 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-07-13T19:35:25Z</dc:date>
    <item>
      <title>Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552563#M28330</link>
      <description>I am trying to choose a backup utility to use for performing hot backups of an Oracle database.  I need a utility that will allow the backup of individual files or a file list (as opposed to a whole directory or filesystem).  So far, cpio is the only one I can find.  Does anybody know of any others?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 13 Jul 2001 16:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552563#M28330</guid>
      <dc:creator>Jeanine Kone</dc:creator>
      <dc:date>2001-07-13T16:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552564#M28331</link>
      <description>Hi Jeanine,&lt;BR /&gt;&lt;BR /&gt;Actually tar will backup just one file as well.&lt;BR /&gt;If you specify a file then only the file is backed up; on the other hand if you specify a directory then the directory will be backed up.&lt;BR /&gt;&lt;BR /&gt;e.g. tar cvf /dev/rmt/0m /tmp/myfile2 /tmp/myfile3&lt;BR /&gt;&lt;BR /&gt;will backup just those files.&lt;BR /&gt;&lt;BR /&gt;You can also use fbackup or OmniBack.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Fri, 13 Jul 2001 16:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552564#M28331</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-13T16:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552565#M28332</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'tar' or 'fbackup' are the obvious choices.  I've used 'tar' for this purpose, but my personal favorite is 'fbackup'.&lt;BR /&gt;&lt;BR /&gt;Take a look at the man pages for both.  Don't be intimidated by 'fbackup'.  'fbackup' and its companion, 'frecover' can handle largefiles (those &amp;gt; 2GB).  'tar', 'pax' (it's cousin) and 'cpio' cannot -- something to keep in mind.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 13 Jul 2001 16:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552565#M28332</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-13T16:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552566#M28333</link>
      <description>Thanks for the quick response.  The man pages for fbackup don't mention single files, but I tried it and it does work.  Although it does not allow you to specify wildcards to get multiple files.  I am guessing a graph file could be used to specify multiple single files.  I'll play more with that later.  &lt;BR /&gt;&lt;BR /&gt;One more question though...The man pages also state that you should not use the no rewind device.  I will be needing to write multiple archives one after the other to the tape.  Is their any easy way to get the tape positioned to the correct spot for each archive?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 13 Jul 2001 18:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552566#M28333</guid>
      <dc:creator>Jeanine Kone</dc:creator>
      <dc:date>2001-07-13T18:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552567#M28334</link>
      <description>Hi Jeanine:&lt;BR /&gt;&lt;BR /&gt;You are right on target.  'fbackup' doesn't allow wildcard specifications (too bad).  However, with include and exclude statements oin a graph file, you can approximate this fairly closely.&lt;BR /&gt;&lt;BR /&gt;'tar' can be used with no-rewind tape devices to stack archives on the tape.  You'll be interested too in the 'mt' tape positioning command.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 13 Jul 2001 18:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552567#M28334</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-13T18:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552568#M28335</link>
      <description>Hi Jeanine,&lt;BR /&gt;&lt;BR /&gt;Don't overlook the ability to build your graphfile 'on the fly' in a script possibly by reading a file generated by sqlplus.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Fri, 13 Jul 2001 18:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552568#M28335</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-13T18:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552569#M28336</link>
      <description>Hi Jeanine,&lt;BR /&gt;&lt;BR /&gt;Since you are doing Oracle backups, let me throw out one method you might not have considered. Have you thought about doing&lt;BR /&gt;a vxfs snapshot? The idea is that you shutdown the database, snapshot mount, and then start the database. This entire process takes less than two minutes and you can then backup at leisure. This gives you all the warm, fuzzy of a cold database backup with almost all the benefits of a hotbackup. Restores are also then trivially easy.&lt;BR /&gt;&lt;BR /&gt;Food for thought, Clay</description>
      <pubDate>Fri, 13 Jul 2001 18:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552569#M28336</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-13T18:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552570#M28337</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Yes, fbackup doesn't allow wildcards, u need to specify each file to be excluded. &lt;BR /&gt;For ur requirement(need to write multiple archives on a single tape) unfortunately fbackup doesn't serve this purpose that is why it is specified in man page that u should not use no rewind tape.&lt;BR /&gt;&lt;BR /&gt; To append archives u can use tar with mt(to position the tape at the end of archive to append next archive).&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.</description>
      <pubDate>Fri, 13 Jul 2001 19:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552570#M28337</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-07-13T19:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552571#M28338</link>
      <description>Ok - Just to get this straight.  I can not write multiple archives to a single tape with fbackup?  Even if I use the mt command to fast forward after each archive I write?  I was thinking I could keep a counter in my shell script and forward x amount each time I wrote a new archive.&lt;BR /&gt;&lt;BR /&gt;Eveyone keeps mentioning tar.  I know it is very popular, but my HP-UX book stated that it was very slow and should not be used for large backups.  For that reason we had discounted it as an option.  Is the book wrong?</description>
      <pubDate>Fri, 13 Jul 2001 19:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552571#M28338</guid>
      <dc:creator>Jeanine Kone</dc:creator>
      <dc:date>2001-07-13T19:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Utilities for Single Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552572#M28339</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Especially in the old days, tar was slow when writing to tape devices becuase of small block sizes but the workaround is easy. &lt;BR /&gt;&lt;BR /&gt;Do somrthing like like:&lt;BR /&gt;&lt;BR /&gt;tar cvf - myfile1 myfile2 | dd ibs=512 obs=64k&lt;BR /&gt;&lt;BR /&gt;of=/dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;You may need to experiment with obs to optimize performmance.&lt;BR /&gt;&lt;BR /&gt;You can also specify blocking in the tar command itself. But I think you will find that tar is reasonable in terms of performance. The barrier that will get you is the 2GB limit.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jul 2001 19:35:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-utilities-for-single-files/m-p/2552572#M28339</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-13T19:35:25Z</dc:date>
    </item>
  </channel>
</rss>

