<?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: Incremental backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463891#M15128</link>
    <description>Hi Rajesh,&lt;BR /&gt;&lt;BR /&gt;Well your plan's good from time perspective but I have run to ocassional problems with it.&lt;BR /&gt;&lt;BR /&gt;For e.g. if you have a tape failure then you loose data for that particular day . Say Mon user created a file and Friday you need to recover it , if Monday's backup tape is bad you cannot recover it .&lt;BR /&gt;&lt;BR /&gt;On the other hand if you follow &lt;BR /&gt;0 5 5 5 5 5 5  scheme you can recover it from Tues/Wed/Thurs tape .&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
    <pubDate>Fri, 10 Nov 2000 16:35:18 GMT</pubDate>
    <dc:creator>Vikas Khator</dc:creator>
    <dc:date>2000-11-10T16:35:18Z</dc:date>
    <item>
      <title>Incremental backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463890#M15127</link>
      <description>Hello,&lt;BR /&gt;     Would someone be kind enough to let me know what would be a good sequence to follow for incremental backups using fbackup?&lt;BR /&gt;&lt;BR /&gt;     We need to keep the backup times to a minimum.  i was thinking of 0 1 2 3 4 5 6 starting Sun ending Sat.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rajesh</description>
      <pubDate>Fri, 10 Nov 2000 14:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463890#M15127</guid>
      <dc:creator>Rajesh Patel</dc:creator>
      <dc:date>2000-11-10T14:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463891#M15128</link>
      <description>Hi Rajesh,&lt;BR /&gt;&lt;BR /&gt;Well your plan's good from time perspective but I have run to ocassional problems with it.&lt;BR /&gt;&lt;BR /&gt;For e.g. if you have a tape failure then you loose data for that particular day . Say Mon user created a file and Friday you need to recover it , if Monday's backup tape is bad you cannot recover it .&lt;BR /&gt;&lt;BR /&gt;On the other hand if you follow &lt;BR /&gt;0 5 5 5 5 5 5  scheme you can recover it from Tues/Wed/Thurs tape .&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Fri, 10 Nov 2000 16:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463891#M15128</guid>
      <dc:creator>Vikas Khator</dc:creator>
      <dc:date>2000-11-10T16:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463892#M15129</link>
      <description>Hi Rajesh.&lt;BR /&gt;&lt;BR /&gt;A way to keep you backup times to the minimum is to triple mirror your database and at backup time split the mirror - so the database runs of two mirrors (Safer), and then backup from the split mirror.&lt;BR /&gt;&lt;BR /&gt;This backup system can all be carried out on the fly.&lt;BR /&gt;&lt;BR /&gt;I would strongly suggest that this is not done on a double mirror as you will be running on a single system whilst the backup is ongoing ? a situation fraught with danger.&lt;BR /&gt;&lt;BR /&gt;A simple script to backup on a triple mirror.&lt;BR /&gt;&lt;BR /&gt;# Split mirror&lt;BR /&gt;lvsplit -s _copy /dev/vg01/lvol1                                                &lt;BR /&gt;# Make mount point &lt;BR /&gt;mkdir /backup &lt;BR /&gt;# Mount the split vol                                                              &lt;BR /&gt;mount /dev/vg01/lvol1_copy /backup                                          &lt;BR /&gt;# Backup&lt;BR /&gt;/usr/sbin/fbackup -0i /backup  -f /dev/rmt/c3t3d0BEST                                                                     &lt;BR /&gt;# Unmount after backup&lt;BR /&gt;umount /dev/vg01/lvol1_copy                                                     &lt;BR /&gt;# Remove mount point&lt;BR /&gt;rmdir /backup  &lt;BR /&gt;# Merge back to live system                                                             &lt;BR /&gt;lvmerge /dev/vg01/lvol1_copy /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt; HTH&lt;BR /&gt;&lt;BR /&gt;Paula                &lt;BR /&gt;</description>
      <pubDate>Sat, 11 Nov 2000 14:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463892#M15129</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2000-11-11T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463893#M15130</link>
      <description>Hi Paula,&lt;BR /&gt;&lt;BR /&gt;   i cannot break mirrors as we are using EMC disks as far as i know.&lt;BR /&gt;&lt;BR /&gt;   Is there some other better method?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rajesh</description>
      <pubDate>Mon, 13 Nov 2000 15:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463893#M15130</guid>
      <dc:creator>Rajesh Patel</dc:creator>
      <dc:date>2000-11-13T15:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463894#M15131</link>
      <description>Hi Paula,&lt;BR /&gt;&lt;BR /&gt;   Just found out that we can beak mirrors but we would have to buy another EMC to do that and the company says that they do not wnat to spend that amount of money.&lt;BR /&gt;&lt;BR /&gt;   Anyother suggesstions?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rajesh</description>
      <pubDate>Tue, 14 Nov 2000 15:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463894#M15131</guid>
      <dc:creator>Rajesh Patel</dc:creator>
      <dc:date>2000-11-14T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463895#M15132</link>
      <description>Would there be a chance to use cpio instead ?&lt;BR /&gt;Attached a script for that.</description>
      <pubDate>Wed, 15 Nov 2000 09:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incremental-backup/m-p/2463895#M15132</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2000-11-15T09:16:53Z</dc:date>
    </item>
  </channel>
</rss>

