<?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: Backing up from HPUX box to SUN box in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-from-hpux-box-to-sun-box/m-p/3446785#M208093</link>
    <description>hi,&lt;BR /&gt; &lt;BR /&gt;the message says it all:&lt;BR /&gt;"could not access -i/-e file /HOST3/temp"&lt;BR /&gt; &lt;BR /&gt;and you seem to be missing the "dd" command in you last message (maybe due to copy/paste).&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry Poels.&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Dec 2004 02:27:20 GMT</pubDate>
    <dc:creator>Thierry Poels_1</dc:creator>
    <dc:date>2004-12-20T02:27:20Z</dc:date>
    <item>
      <title>Backing up from HPUX box to SUN box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-from-hpux-box-to-sun-box/m-p/3446782#M208090</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;  I will like to perform a periodical incremental back up from a HPUX10.20b box to a Solaris 8 box. Is the below correct?&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 0-9 means? &lt;BR /&gt;&lt;BR /&gt;Thank u so much..!!</description>
      <pubDate>Sun, 19 Dec 2004 20:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-from-hpux-box-to-sun-box/m-p/3446782#M208090</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-12-19T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up from HPUX box to SUN box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-from-hpux-box-to-sun-box/m-p/3446783#M208091</link>
      <description>Hi Henry,&lt;BR /&gt;    The command which you have given is &lt;BR /&gt;    doing these things step by step&lt;BR /&gt;&lt;BR /&gt;     1. fbackup will pickup the directories&lt;BR /&gt;        which you have specified using -i&lt;BR /&gt;        option&lt;BR /&gt;     2. Then it will redirect the backup&lt;BR /&gt;        to your sun box "-f" comes into&lt;BR /&gt;        picture.&lt;BR /&gt;&lt;BR /&gt;     3. Then remote shell execute the command&lt;BR /&gt;        and takes the backup to the &lt;BR /&gt;        destination bs is block size which is&lt;BR /&gt;        1024 in your case.&lt;BR /&gt;&lt;BR /&gt;    Regarding different level of backup&lt;BR /&gt;    here is my short summary&lt;BR /&gt; &lt;BR /&gt;If an incremental backup is being done at level 4 and the -g option is used, the database file is searched for the most &lt;BR /&gt;recent previous backup at levels 0-3.  If a file's modification time is before the time when the last appropriate session began and the i-node change time is before the time that same session ended, the file is not backed up.  All directories lying on the path to a file that qualifies for the       incremental backup will also be on the backup media, even if the directories do not qualify on their own status.&lt;BR /&gt;&lt;BR /&gt;      If fbackup is used for incremental &lt;BR /&gt;backups, a database of past backups       must be kept.  fbackup maintains this data in the text filemust be created prior to the first time fbackup is used for incremental backups.  The -d option can be used to specify an alternate database file.  The user can specify to update this file when an fbackup session completes successfully.  Entries for each session are recorded on separate pairs of lines.&lt;BR /&gt;&lt;BR /&gt;  NOTE : since you are taking backup to&lt;BR /&gt;         remote machine I think you have&lt;BR /&gt;         to use the -n option for NFS mounted&lt;BR /&gt;         filesystem.&lt;BR /&gt;&lt;BR /&gt;  ANYBODY please correct me if I am wrong.&lt;BR /&gt;&lt;BR /&gt;  Thanks,&lt;BR /&gt;  Amit.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Dec 2004 22:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-from-hpux-box-to-sun-box/m-p/3446783#M208091</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-12-19T22:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up from HPUX box to SUN box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-from-hpux-box-to-sun-box/m-p/3446784#M208092</link>
      <description>I have tried this command:&lt;BR /&gt;&lt;BR /&gt;tester@wtws03[36]_% /usr/sbin/fbackup -i /users/tester/temp -i /HOST3/temp -f - |remsh wtwfbm02 of=/filesystem/hpux.fbackup bs=1024k&lt;BR /&gt;fbackup(1601): could not access -i/-e file /HOST3/temp&lt;BR /&gt;fbackup(1004): session begins on Mon Dec 20 14:44:45 2004&lt;BR /&gt;permission denied.&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file -&lt;BR /&gt;fbackup(9999): Broken pipe&lt;BR /&gt;fbackup(3004): writer aborting&lt;BR /&gt;fbackup(1002): Backup did not complete : Reader or Writer process exit&lt;BR /&gt;&lt;BR /&gt;what did i do wrong? anyone? &lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 01:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-from-hpux-box-to-sun-box/m-p/3446784#M208092</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-12-20T01:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up from HPUX box to SUN box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-from-hpux-box-to-sun-box/m-p/3446785#M208093</link>
      <description>hi,&lt;BR /&gt; &lt;BR /&gt;the message says it all:&lt;BR /&gt;"could not access -i/-e file /HOST3/temp"&lt;BR /&gt; &lt;BR /&gt;and you seem to be missing the "dd" command in you last message (maybe due to copy/paste).&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry Poels.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 02:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-from-hpux-box-to-sun-box/m-p/3446785#M208093</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-12-20T02:27:20Z</dc:date>
    </item>
  </channel>
</rss>

