<?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 - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226777#M88233</link>
    <description>without using NFS you can do it with the tar distributed with linux (be sure to configure your /etc/pam.d/rsh|rexec to use rhosts authorization)&lt;BR /&gt;&lt;BR /&gt;let&lt;BR /&gt;host1 the one with tape&lt;BR /&gt;host2 the one with files&lt;BR /&gt;&lt;BR /&gt;host2:# tar cf[Bvp] host1:/path/to/tape /dir/to/bkup&lt;BR /&gt;&lt;BR /&gt;It takes care to rsh to the remote host and then uses 'posix options' of tar&lt;BR /&gt;&lt;BR /&gt;eg.: from linux host&lt;BR /&gt; tar cf host1:/dev/tape /home&lt;BR /&gt;backups tho /home dir on the /dev/tape placed on host1&lt;BR /&gt;&lt;BR /&gt;This command works from linux hosts to almost every os, but won't work from system whom don't have gnu-tar.&lt;BR /&gt;&lt;BR /&gt;Let Me Know if it works.&lt;BR /&gt;Peace, &lt;BR /&gt; Rob</description>
    <pubDate>Mon, 19 Apr 2004 09:21:31 GMT</pubDate>
    <dc:creator>Roberto Polli</dc:creator>
    <dc:date>2004-04-19T09:21:31Z</dc:date>
    <item>
      <title>remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226760#M88216</link>
      <description>hi all&lt;BR /&gt;&lt;BR /&gt;i want to ask if i have a tap drive on a devise and i want to make backup on a tape for another device in the network what the command to do that ,and please what is the command if i have solaris system and HP system&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 23 Mar 2004 07:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226760#M88216</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-03-23T07:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226761#M88217</link>
      <description>You can't write directly to a tape device on another machine.  You used to be able to do this with RFS but Sun won that little battle with NFS :)&lt;BR /&gt; &lt;BR /&gt;However, a simple way to achieve the same thing is to make all the data you want to backup available on the machine with the tape drive.&lt;BR /&gt; &lt;BR /&gt;Expensive backup software like Data Protector achieves this by having an agent running on both machines and the one without the tape drive simply sends the data to the agent on the machine that has the tape drive.&lt;BR /&gt; &lt;BR /&gt;The simple way, however, is to just NFS mount the file system from the machine without the drive to the other and then you can back it up as if the data was local.</description>
      <pubDate>Tue, 23 Mar 2004 07:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226761#M88217</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-23T07:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226762#M88218</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;and if you want to get slightly more sophisticated without spending big bucks (or rather any) checkout Amanda.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.amanda.org/" target="_blank"&gt;http://www.amanda.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 23 Mar 2004 14:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226762#M88218</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-23T14:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226763#M88219</link>
      <description>What happened to:&lt;BR /&gt;&lt;BR /&gt;#dump -0fu host:/dev/rmt/0n&lt;BR /&gt;&lt;BR /&gt;??</description>
      <pubDate>Tue, 23 Mar 2004 16:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226763#M88219</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-03-23T16:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226764#M88220</link>
      <description>you could do the old standby:&lt;BR /&gt;&lt;BR /&gt;rexec "tar / -" &amp;gt; /dev/tape &lt;BR /&gt;&lt;BR /&gt;above is symbolic, obviously, as i am too tired to think of the correct command line or device files.</description>
      <pubDate>Wed, 24 Mar 2004 10:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226764#M88220</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-03-24T10:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226765#M88221</link>
      <description>in another way if i want to backup a Linux 9 system on a tape ,but the tape drive found in an HP or Solaris system what the way to do the backup &lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 01:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226765#M88221</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-03-25T01:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226766#M88222</link>
      <description>Put the filesystems you want to back up in /etc/exports on the linux box. Entries should look something like this&lt;BR /&gt; &lt;BR /&gt;/home *(rw,no_root_squash)&lt;BR /&gt; &lt;BR /&gt;THen type "exportfs -a"&lt;BR /&gt; &lt;BR /&gt;On the HP/Solaris go &lt;BR /&gt; &lt;BR /&gt;mount &lt;LINUXBOX&gt;:/home /mnt&lt;BR /&gt; &lt;BR /&gt;Then backup /mnt.  Obviously adjust filesystem names to suit.&lt;BR /&gt; &lt;BR /&gt;When you have finished, on the HP/solaris do  &lt;BR /&gt;&lt;BR /&gt;umount /mnt&lt;BR /&gt; &lt;BR /&gt;And on the Linux box&lt;BR /&gt; &lt;BR /&gt;exportfs -a -u&lt;BR /&gt; &lt;BR /&gt;Ignore the error messages&lt;BR /&gt; &lt;BR /&gt;&lt;/LINUXBOX&gt;</description>
      <pubDate>Thu, 25 Mar 2004 01:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226766#M88222</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-25T01:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226767#M88223</link>
      <description>what you mean with a " rw,no_root_squash) " and what is the linux box&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 02:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226767#M88223</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-03-25T02:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226768#M88224</link>
      <description>when i put exportfs ,it give me error message as the following &lt;BR /&gt;"exportfs: No 'sync' or 'async' option specified for export "*:/home".&lt;BR /&gt;  Assuming default behaviour ('sync').&lt;BR /&gt;  NOTE: this default has changed from previous versions"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what to do</description>
      <pubDate>Thu, 25 Mar 2004 02:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226768#M88224</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-03-25T02:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226769#M88225</link>
      <description>I thought you wanted to backup a linux machine (Linux 9 you called it), so the linux box, is this machine.&lt;BR /&gt; &lt;BR /&gt;The "no_root_squash" is to allow root access on the HP/Solaris machine, you don't need it but you do neet the barckets so it could look like this in /etc/exports&lt;BR /&gt; &lt;BR /&gt;/home *()</description>
      <pubDate>Thu, 25 Mar 2004 02:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226769#M88225</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-25T02:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226770#M88226</link>
      <description>fadia,&lt;BR /&gt; &lt;BR /&gt;Simplyfy it.  Make it &lt;BR /&gt; &lt;BR /&gt;/home *() &lt;BR /&gt; &lt;BR /&gt;As mentioned in my previous post and then try "exportfs -a"&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 02:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226770#M88226</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-25T02:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226771#M88227</link>
      <description>sorry again i have the same message as previous ,please give me more details</description>
      <pubDate>Thu, 25 Mar 2004 02:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226771#M88227</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-03-25T02:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226772#M88228</link>
      <description>Don't worry about it.  It should still work</description>
      <pubDate>Thu, 25 Mar 2004 02:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226772#M88228</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-25T02:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226773#M88229</link>
      <description>i think that i really annoy you ,but i want to understant , when i mount my linux system and then want to backup when i write the tar it will be &lt;BR /&gt;&lt;BR /&gt;tar -cvf /mnt/0m (what file system)&lt;BR /&gt;&lt;BR /&gt;so what is the file system i will write ,sorry again,but i need your help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks mark</description>
      <pubDate>Thu, 25 Mar 2004 03:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226773#M88229</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-03-25T03:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226774#M88230</link>
      <description>No need to apologise.  These forums are provided to offer help.  I am glad you are using the forums.&lt;BR /&gt; &lt;BR /&gt;Firstly, if your /etc/exports is OK go to your HP/solaris machine and do the "mount &lt;LINUX machine="" name=""&gt;:/home /mnt"&lt;BR /&gt; &lt;BR /&gt;This will get /home from the linux machine and mount it on /mnt on your HP/Solaris machine but on the /mnt filesystem.  So, if you "cd /mnt" on the HP/Solaris, you will, in effect, be in /home on the linux machine.  Do "ls -l" if you don't believe me :)&lt;BR /&gt; &lt;BR /&gt;So, form the HP/SOlaris box, you would "tar cvf &lt;TAPE device=""&gt; /mnt"&lt;BR /&gt; &lt;BR /&gt;You will then have a nice backup of /home from the linux machine.&lt;/TAPE&gt;&lt;/LINUX&gt;</description>
      <pubDate>Thu, 25 Mar 2004 03:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226774#M88230</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-25T03:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226775#M88231</link>
      <description>if i want to backup another file system rather than /home  what the difference in the mount point i have &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 03:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226775#M88231</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-03-25T03:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226776#M88232</link>
      <description>You can put them where you like.  Just create a directory on the HP/Solaris e.g /backup and then add your new filesystem in /etc/exports like you did with /home and then mount &lt;LINUX machine=""&gt;:/newfilesystem /backup from the HP/Solaris system.  Now you will have two filesystems mounted from your linux machine.  /home mounted on /mnt and /newfilesystem mounted on /backup.&lt;BR /&gt;&lt;/LINUX&gt;</description>
      <pubDate>Thu, 25 Mar 2004 03:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226776#M88232</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-25T03:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: remote backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226777#M88233</link>
      <description>without using NFS you can do it with the tar distributed with linux (be sure to configure your /etc/pam.d/rsh|rexec to use rhosts authorization)&lt;BR /&gt;&lt;BR /&gt;let&lt;BR /&gt;host1 the one with tape&lt;BR /&gt;host2 the one with files&lt;BR /&gt;&lt;BR /&gt;host2:# tar cf[Bvp] host1:/path/to/tape /dir/to/bkup&lt;BR /&gt;&lt;BR /&gt;It takes care to rsh to the remote host and then uses 'posix options' of tar&lt;BR /&gt;&lt;BR /&gt;eg.: from linux host&lt;BR /&gt; tar cf host1:/dev/tape /home&lt;BR /&gt;backups tho /home dir on the /dev/tape placed on host1&lt;BR /&gt;&lt;BR /&gt;This command works from linux hosts to almost every os, but won't work from system whom don't have gnu-tar.&lt;BR /&gt;&lt;BR /&gt;Let Me Know if it works.&lt;BR /&gt;Peace, &lt;BR /&gt; Rob</description>
      <pubDate>Mon, 19 Apr 2004 09:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-backup/m-p/3226777#M88233</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-19T09:21:31Z</dc:date>
    </item>
  </channel>
</rss>

