<?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 tar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481372#M18231</link>
    <description>Thanks for the responses, I appreciate it.&lt;BR /&gt;I had done the remote fbackup, but the user&lt;BR /&gt;in this case has their mind set on tar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Jan 2001 17:18:01 GMT</pubDate>
    <dc:creator>Steve Reynolds</dc:creator>
    <dc:date>2001-01-10T17:18:01Z</dc:date>
    <item>
      <title>remote tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481367#M18226</link>
      <description>I would like to tar to a tape drive that&lt;BR /&gt;is connected to another host.&lt;BR /&gt;Can this be accomplished?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 10 Jan 2001 16:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481367#M18226</guid>
      <dc:creator>Steve Reynolds</dc:creator>
      <dc:date>2001-01-10T16:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: remote tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481368#M18227</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;Try it :&lt;BR /&gt;find ... | tar cvf - | remsh host "dd of=/dev/rmt/0m obs=10k"&lt;BR /&gt;&lt;BR /&gt;regards, Saa</description>
      <pubDate>Wed, 10 Jan 2001 16:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481368#M18227</guid>
      <dc:creator>Sandor Horvath_2</dc:creator>
      <dc:date>2001-01-10T16:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: remote tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481369#M18228</link>
      <description>if you are not tied down to using tar, you could use fbackup, as this is designed to do exactly that.&lt;BR /&gt;man fbackup</description>
      <pubDate>Wed, 10 Jan 2001 17:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481369#M18228</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-01-10T17:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: remote tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481370#M18229</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;The command given by Sandor will work...&lt;BR /&gt;providing your systems are properly setup for remote commands.&lt;BR /&gt;Make sure that on the remote system (with the tape drive), the /.rhosts file (if you are root) has an entry for the system you're archiving files from.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;PS: the find isn't absolutely necessary, you may use tar 'as-is' like in &lt;BR /&gt;tar cvf - file [file|directory] ... | remsh remote_host -n "dd of=/dev/rmt/xxx obs=10K"</description>
      <pubDate>Wed, 10 Jan 2001 17:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481370#M18229</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-10T17:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: remote tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481371#M18230</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try the following:&lt;BR /&gt;a. To write remotely on that machines /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;     tar cv . | remsh dd of=/dev/rmt/0m bs=10k&lt;BR /&gt;&lt;BR /&gt;b. To read remotely on remote's /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;     remsh dd if=/dev/rmt/0m |tar xvf -&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2001 17:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481371#M18230</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2001-01-10T17:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: remote tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481372#M18231</link>
      <description>Thanks for the responses, I appreciate it.&lt;BR /&gt;I had done the remote fbackup, but the user&lt;BR /&gt;in this case has their mind set on tar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2001 17:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481372#M18231</guid>
      <dc:creator>Steve Reynolds</dc:creator>
      <dc:date>2001-01-10T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: remote tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481373#M18232</link>
      <description>I backup files from my g40 to my L1000 using  fbackup from SAM. I have the g40 directory to backup mounted on the L1000 using NFS. In the "Select Backup Scope" screen I select "Cross NFS Mounts - YES", and enter the files I want to backup. For example; I have the /tmp directory from the g40 mounted as /tmp/g40. The entry to backup would then be:&lt;BR /&gt;/tmp/g40/&lt;FILENAME&gt;.&lt;BR /&gt;&lt;BR /&gt;Hope this helps...RD&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 10 Jan 2001 17:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-tar/m-p/2481373#M18232</guid>
      <dc:creator>Richard Darling</dc:creator>
      <dc:date>2001-01-10T17:23:06Z</dc:date>
    </item>
  </channel>
</rss>

