<?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: How do perform Incremental backup using tar or CPIO in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444053#M207709</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Where is the tape? In the Sun server?? If so why don't simply copy files to a backup directory on Sun server and tar them later? I've a similar backup strategy here, only with 2 UX servers...&lt;BR /&gt;&lt;BR /&gt;To do a incremental backup on the tape you run:&lt;BR /&gt;&lt;BR /&gt;#tar rv &lt;BACKUP_DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eric&lt;/BACKUP_DIRECTORY&gt;</description>
    <pubDate>Wed, 15 Dec 2004 05:32:51 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2004-12-15T05:32:51Z</dc:date>
    <item>
      <title>How do perform Incremental backup using tar or CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444052#M207708</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;  I have 2 system one running UX the other on Sun. I want to periodically perform incremental backup from UX to sun. I have set up the /.rhost in both system. But is the best way to do this? Any suggestion? if I am using tar or CPIO how to I go about doin it?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards&lt;BR /&gt;Henry&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 05:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444052#M207708</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-12-15T05:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do perform Incremental backup using tar or CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444053#M207709</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Where is the tape? In the Sun server?? If so why don't simply copy files to a backup directory on Sun server and tar them later? I've a similar backup strategy here, only with 2 UX servers...&lt;BR /&gt;&lt;BR /&gt;To do a incremental backup on the tape you run:&lt;BR /&gt;&lt;BR /&gt;#tar rv &lt;BACKUP_DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eric&lt;/BACKUP_DIRECTORY&gt;</description>
      <pubDate>Wed, 15 Dec 2004 05:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444053#M207709</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-15T05:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do perform Incremental backup using tar or CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444054#M207710</link>
      <description>Hi Henry,&lt;BR /&gt;&lt;BR /&gt;I assume you mean HP-UX when you said UX.&lt;BR /&gt;&lt;BR /&gt;'fbackup' is your best bet on HP-UX as it can handle incremental backups very effectively. You can specify a file (in a filesystem) instead of tape drive to create the archive with fbackup. You can use the following command&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/fbackup -i /dir1 -i /dir2 -f - |remsh sun_server dd of=/filesystem/hpux.fbackup bs=1024k&lt;BR /&gt;&lt;BR /&gt;use the options -0 to -9 depending on the level of incremental backup. 'man fbackup' for more options. Remember, the above is only if you are writing into the filesystem not to the tape.&lt;BR /&gt;&lt;BR /&gt;'tar' and 'cpio' do not support incremental backups. You will have to use GNU's tar.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 15 Dec 2004 05:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444054#M207710</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-12-15T05:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do perform Incremental backup using tar or CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444055#M207711</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;yes Sri I meant HPUX..&lt;BR /&gt;The problem is that I need to perform this backup to a solaris 8 box.. i dun think fbackup is supported on system other than HPUX.  Thank u Eric for your advise.. but what I meant is to actually backing up one of my UX mountpt say /HOST1  to a mount pt I created on the Sun system say /HOST1_backup.. what will be the usual practise in this case?&lt;BR /&gt;&lt;BR /&gt;thank u all for your support!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 06:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444055#M207711</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-12-15T06:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do perform Incremental backup using tar or CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444056#M207712</link>
      <description>Well,&lt;BR /&gt;&lt;BR /&gt;Here I use NFS to copy files from one server to the other but I don't know if there is any way to connect those 2 different OS servers with NFS...? &lt;BR /&gt;&lt;BR /&gt;What do mean by incremental? I've already heared about this in one course but, since I don't use this strategy, I don't remember?&lt;BR /&gt;&lt;BR /&gt;Did you checked the tar manual? There may be an interesting key to do what you want:&lt;BR /&gt;&lt;BR /&gt;#tar uv &lt;DIR&gt; (not rv like I posted before...) &lt;BR /&gt;&lt;BR /&gt;Another idea is to explore a FTP strategy...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;/DIR&gt;</description>
      <pubDate>Wed, 15 Dec 2004 09:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444056#M207712</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-15T09:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do perform Incremental backup using tar or CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444057#M207713</link>
      <description>If you are wanting to do incrementals with tar or cpio then all the work is going to have to be done by you. Basically, you would do a full backup and create a reference file using touch with a timestamp of the time of the full backup. You then use find -newer reffile to find all files modified and feed that list to cpio or tar. You should consider using the Gnu version of tar on both ends since it can handle files up to 8GB.&lt;BR /&gt;&lt;BR /&gt;A much easier solution is to use rdist that is run periodically to transfer the changed files. Man rdist for details. Another option is to download and install rsync; like rdist it's also available for Sun rdist.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 10:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444057#M207713</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-12-15T10:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do perform Incremental backup using tar or CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444058#M207714</link>
      <description>Henry,&lt;BR /&gt;&lt;BR /&gt;As long as you will be able to write into the filesystem of SUN server, you should be able to use the example command I gave you to backup. Try it and see.&lt;BR /&gt;&lt;BR /&gt;However, it is not going to work if you want to use the tape drive on the SUN box because fbackup itself needs to handle the tape drive directly.&lt;BR /&gt;&lt;BR /&gt;GNU tar which can be downloaded from the porting center can be used for incremental backup on HP. Then you can pipe the output to  your remsh and to the remote tape drive if you want.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 10:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444058#M207714</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-12-15T10:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do perform Incremental backup using tar or CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444059#M207715</link>
      <description>Hi Sri,&lt;BR /&gt;&lt;BR /&gt; for this setting:&lt;BR /&gt;&lt;BR /&gt;Source: &lt;BR /&gt;Hostname: host1&lt;BR /&gt;path: /users/HOST3&lt;BR /&gt;filesystem: hfs&lt;BR /&gt;&lt;BR /&gt;target:&lt;BR /&gt;Hostname: host2&lt;BR /&gt;path: /home/HOST3_BACKUP&lt;BR /&gt;filesystem: ufs&lt;BR /&gt;&lt;BR /&gt;is this command correct?&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/fbackup -i /users/HOST3&lt;BR /&gt; -i /home/HOST3_BACKUP -f - |remsh sun_server dd of=/filesystem/hpux.fbackup bs=1024k&lt;BR /&gt;&lt;BR /&gt;can u roughly explain wat each section of this command does and what does different level of incremental backup i.e. fom 1-9 means? &lt;BR /&gt;&lt;BR /&gt;Thank u so much..!!</description>
      <pubDate>Wed, 15 Dec 2004 15:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-perform-incremental-backup-using-tar-or-cpio/m-p/3444059#M207715</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-12-15T15:41:50Z</dc:date>
    </item>
  </channel>
</rss>

