<?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: yearly backups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641417#M43780</link>
    <description>Hi Rick&lt;BR /&gt;&lt;BR /&gt;An Idea&lt;BR /&gt;&lt;BR /&gt;Use tar but from a script that starts at / and finds files.&lt;BR /&gt;&lt;BR /&gt;Note their size.&lt;BR /&gt;&lt;BR /&gt;Add up sizes.&lt;BR /&gt;&lt;BR /&gt;When total size = backup device size ie 12/70 gig. &lt;BR /&gt;&lt;BR /&gt;Tar those file to device.&lt;BR /&gt;&lt;BR /&gt;Request a tape change.&lt;BR /&gt;&lt;BR /&gt;Do it again.&lt;BR /&gt;&lt;BR /&gt;ETC&lt;BR /&gt;ETC&lt;BR /&gt;&lt;BR /&gt;Simple with only one variable (the dat/dlt drive).&lt;BR /&gt;&lt;BR /&gt;For safety do each twice.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Jan 2002 15:19:10 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2002-01-09T15:19:10Z</dc:date>
    <item>
      <title>yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641412#M43775</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Got requests coming in from clients to perform the yearly backup. Catch is they do not want via OmniBack or some other proprietary utility. They want the backup to be performed via a backup utility that is portable to other UNIX platforms. TAR was a mention. &lt;BR /&gt;&lt;BR /&gt;Questions, can TAR span multiple tapes for a complete system backup? Do I need to TAR some stuff to the tape and then TAR some additional stuff to another tape to get past the storage limit on DLTs?&lt;BR /&gt;&lt;BR /&gt;Can vxdump be by other UNIX flavors in case a restore is needed? &lt;BR /&gt;&lt;BR /&gt;I have an idea to use dd for the backup but will this span multiple tapes? &lt;BR /&gt;&lt;BR /&gt;Are there any oponions as to the tool to use for this task?&lt;BR /&gt;&lt;BR /&gt;Going through the research stage here and I need to get the info as this is a one-shot deal</description>
      <pubDate>Wed, 09 Jan 2002 15:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641412#M43775</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2002-01-09T15:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641413#M43776</link>
      <description>Hi Rick:&lt;BR /&gt;&lt;BR /&gt;I'd use 'tar' since its such "common-change".  From the man pages, "When end-of-tape is reached, tar prompts the user for a new special file and continues.".&lt;BR /&gt;&lt;BR /&gt;One other consideration is that the standard 'tar' will not handle files larger than 2GB nor will it handle user or group id`s larger than 60,000.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 Jan 2002 15:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641413#M43776</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-09T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641414#M43777</link>
      <description>Hi Rick:&lt;BR /&gt;&lt;BR /&gt;If it were me and portability is a concern, I would stick to the old reliable - tar. I would use the Gnu version of tar to avoid the 2GB filesize restriction. Dd by itself won't span tapes. You have to prescan the data and determine how much will fit on a tape and then pipe the output of tar or cpio through dd and prompt for a new tape when you reach capacity.&lt;BR /&gt;The only reason to do this is to get better blocking factors and possibly higher transfer rates. Since this is only done once a year, I would just let them run tar.</description>
      <pubDate>Wed, 09 Jan 2002 15:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641414#M43777</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-09T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641415#M43778</link>
      <description>Hi Rick,&lt;BR /&gt;&lt;BR /&gt;For portability tar or cpio are possibilities. vxdump is HP specific.&lt;BR /&gt;&lt;BR /&gt;Suggest you use tar with a 64Kb blocksize to improve speed and tape usage - use the b (blocking factor) flag. You'll also have to supply this to tar if you restore.&lt;BR /&gt;&lt;BR /&gt;Neither tar or cpio will span tapes but you can split it into several different tar runs to seperate tapes, specifying different legs in the filesystem.&lt;BR /&gt;&lt;BR /&gt;dd won't span tapes either.&lt;BR /&gt;&lt;BR /&gt;Also beware files &amp;gt; 2Gb, standard tar won't handle them.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2002 15:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641415#M43778</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-01-09T15:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641416#M43779</link>
      <description>Hi Rick,&lt;BR /&gt;&lt;BR /&gt;You might also consider "pax" which is like the best of tar and cpio mixed in with some other cool options.&lt;BR /&gt;&lt;BR /&gt;I don't know how portable it is, though.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jim</description>
      <pubDate>Wed, 09 Jan 2002 15:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641416#M43779</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2002-01-09T15:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641417#M43780</link>
      <description>Hi Rick&lt;BR /&gt;&lt;BR /&gt;An Idea&lt;BR /&gt;&lt;BR /&gt;Use tar but from a script that starts at / and finds files.&lt;BR /&gt;&lt;BR /&gt;Note their size.&lt;BR /&gt;&lt;BR /&gt;Add up sizes.&lt;BR /&gt;&lt;BR /&gt;When total size = backup device size ie 12/70 gig. &lt;BR /&gt;&lt;BR /&gt;Tar those file to device.&lt;BR /&gt;&lt;BR /&gt;Request a tape change.&lt;BR /&gt;&lt;BR /&gt;Do it again.&lt;BR /&gt;&lt;BR /&gt;ETC&lt;BR /&gt;ETC&lt;BR /&gt;&lt;BR /&gt;Simple with only one variable (the dat/dlt drive).&lt;BR /&gt;&lt;BR /&gt;For safety do each twice.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2002 15:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641417#M43780</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-01-09T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641418#M43781</link>
      <description>Hi Rick,&lt;BR /&gt;&lt;BR /&gt;In the case of tar - Yes, it will span multiple tapes during backup. Once the media is full, it will ask you to enter the device file (/dev/rmt/0m) for the next media. &lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 09 Jan 2002 15:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641418#M43781</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-09T15:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641419#M43782</link>
      <description>Rick&lt;BR /&gt;&lt;BR /&gt;An addition to your script could check for files greater than 2 gig, if found gzip them and retest the size, if under 2 gig continue, if over fire up error warning.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 09 Jan 2002 15:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641419#M43782</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-01-09T15:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641420#M43783</link>
      <description>Hi,&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;There are many disadvantages in using dd. Like, It's not possible to restore single file or directory from backup&lt;BR /&gt;Not possible to restore files based on a "pattern-match"&lt;BR /&gt;Difficult to create backups that can be recovered on other systems and It's not possible to perform incremental backups. DD is basically a image copy.&lt;BR /&gt;&lt;BR /&gt;Some of the backup commands, specifically tar, cpio, pax will support files up to 2GB&lt;BR /&gt;only. Attempts to archive any files &amp;gt;2GB would  fail.&lt;BR /&gt;&lt;BR /&gt;Try using GNUTAR instead ...    &lt;A href="http://hpux.asknet.de/hppd/hpux/Gnu/tar-1.13.18" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Gnu/tar-1.13.18&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 09 Jan 2002 15:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641420#M43783</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-09T15:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641421#M43784</link>
      <description>Rick,&lt;BR /&gt;&lt;BR /&gt;Apologies, tar will span tapes but only if you run it interactively. &lt;BR /&gt;&lt;BR /&gt;I used to use it for cron'd backups and it would fail at end of tape with 'unable to access /dev/tty'.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Wed, 09 Jan 2002 15:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641421#M43784</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-01-09T15:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641422#M43785</link>
      <description>HI&lt;BR /&gt;For files greater than 2 GB, you may need to use the GNUtar. The normal tar/cpio will not help for fles bigger than that.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Wed, 09 Jan 2002 17:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641422#M43785</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-01-09T17:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641423#M43786</link>
      <description>Rick,&lt;BR /&gt;&lt;BR /&gt;Uday has it right, use GNU's tar, because it WILL span tape drives:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/manual/tar/html_mono/tar.html#SEC131" target="_blank"&gt;http://www.gnu.org/manual/tar/html_mono/tar.html#SEC131&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;software can be found here:&lt;BR /&gt; &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/&lt;/A&gt;&lt;BR /&gt;(nov 2001)&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 09 Jan 2002 18:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641423#M43786</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-09T18:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: yearly backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641424#M43787</link>
      <description>Rick&lt;BR /&gt;&lt;BR /&gt;You can use GNU TAR to accomplish this, but I prefer CPIO since I believe it to be much faster than TAR.&lt;BR /&gt;&lt;BR /&gt;Anyway here is a link to GNU TAR.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Gnu/tar-1.13.18" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Gnu/tar-1.13.18&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this assist you in your task.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;FG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2002 20:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yearly-backups/m-p/2641424#M43787</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-01-09T20:21:58Z</dc:date>
    </item>
  </channel>
</rss>

