<?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: remote backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452697#M209028</link>
    <description>Hi peterchu,&lt;BR /&gt;&lt;BR /&gt;The easy way to do this is with SAM from hostB:&lt;BR /&gt;&lt;BR /&gt;#SAM -&amp;gt; Backup and Recovery -&amp;gt; Interactive Backup and Recovery -&amp;gt; Action -&amp;gt; Use Remote Backup Device -&amp;gt; Back Up Files Interactively... -&amp;gt; Specify Remote Backup Device... -&amp;gt; (Here you must enter the name of the remote server and the device file: /dev/rmt/0m).&lt;BR /&gt;&lt;BR /&gt;But this will use fbackup command, not tar... &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Dec 2004 06:13:19 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2004-12-30T06:13:19Z</dc:date>
    <item>
      <title>remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452693#M209024</link>
      <description>I have two host eg . hostA (192.168.0.1) , hostB (192.168.0.2) , hostA has the tape drive , how can I use "tar" function at host A remote backup the files at host B ? I know dd can do that , could suggest how to make it work ? thx.</description>
      <pubDate>Thu, 30 Dec 2004 04:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452693#M209024</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-12-30T04:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452694#M209025</link>
      <description>You should be able to do something like:&lt;BR /&gt;hostB# tar cvf - / | remsh hostA dd of=/dev/rmt/0m&lt;BR /&gt;(You have to run tar on hostB and have remsh working.)&lt;BR /&gt;If you had used fbackup it would have supported remote tape devices.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Thu, 30 Dec 2004 05:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452694#M209025</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-12-30T05:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452695#M209026</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can with the fbackup command.&lt;BR /&gt;See on the manpage.&lt;BR /&gt;For example:&lt;BR /&gt;backup to remote machine "hostA" which has a tape drive at /dev/rmt/0m)&lt;BR /&gt;&lt;BR /&gt;# fbackup -f hostA:/dev/rmt/0m -v -i /tmp/test &lt;BR /&gt;&lt;BR /&gt;Of course, you have to make sure that the name resolution between both servers and in .rhosts file.&lt;BR /&gt;Let's see on this link:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=352809" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=352809&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best and regard,&lt;BR /&gt;***HAPPY NEW YEAR***&lt;BR /&gt;HoangChiCong</description>
      <pubDate>Thu, 30 Dec 2004 05:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452695#M209026</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2004-12-30T05:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452696#M209027</link>
      <description>I suggest you use NFS (Network File System).&lt;BR /&gt;On hostB you export file system you want to backup. On hostA you mount it on.&lt;BR /&gt; This is the guide you need:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90685/index.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90685/index.html&lt;/A&gt;&lt;BR /&gt; For the first time. you should do by using SAM.&lt;BR /&gt;I did like this many time and all were successful. &lt;BR /&gt;TIENNA</description>
      <pubDate>Thu, 30 Dec 2004 05:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452696#M209027</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-30T05:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452697#M209028</link>
      <description>Hi peterchu,&lt;BR /&gt;&lt;BR /&gt;The easy way to do this is with SAM from hostB:&lt;BR /&gt;&lt;BR /&gt;#SAM -&amp;gt; Backup and Recovery -&amp;gt; Interactive Backup and Recovery -&amp;gt; Action -&amp;gt; Use Remote Backup Device -&amp;gt; Back Up Files Interactively... -&amp;gt; Specify Remote Backup Device... -&amp;gt; (Here you must enter the name of the remote server and the device file: /dev/rmt/0m).&lt;BR /&gt;&lt;BR /&gt;But this will use fbackup command, not tar... &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Dec 2004 06:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452697#M209028</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-12-30T06:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452698#M209029</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;NFS mount the files to be backed up from hostB on host A&lt;BR /&gt;&lt;BR /&gt;tar cvf &lt;DEVICE&gt; &lt;/DEVICE&gt;&lt;BR /&gt;&lt;BR /&gt;should do</description>
      <pubDate>Thu, 30 Dec 2004 06:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452698#M209029</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-12-30T06:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452699#M209030</link>
      <description>I'd really say that you're way better off using Trond's suggestion.  Backups via NFS are painfully slow in comparision to a remsh pipe via tar to your tape drive.  &lt;BR /&gt;&lt;BR /&gt;For a possible speed up boost - you can try&lt;BR /&gt;tar cvf - /sourcedir | compress | remsh hostA "uncompress | dd of=/dev/rmt/0m"&lt;BR /&gt;&lt;BR /&gt;At times, this can be a faster variant of the same idea.  Depends on what you're backing up and what the bottlenecks to the transaction are.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Dec 2004 13:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-backup/m-p/3452699#M209030</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2004-12-30T13:29:32Z</dc:date>
    </item>
  </channel>
</rss>

