<?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: remotly backup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259993#M11700</link>
    <description>what ever happened to good old dump???&lt;BR /&gt;&lt;BR /&gt;/sbin/dump -0u -f /dev/st0 backuphost:/dev/rmt0</description>
    <pubDate>Wed, 28 Apr 2004 12:34:42 GMT</pubDate>
    <dc:creator>Paul Cross_1</dc:creator>
    <dc:date>2004-04-28T12:34:42Z</dc:date>
    <item>
      <title>remotly backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259987#M11694</link>
      <description>hi all&lt;BR /&gt;     i have 2 linux servers. i want to take  &lt;BR /&gt;     the remotly backup.is it possable. if &lt;BR /&gt;     yes  plz tell me which command i should&lt;BR /&gt;     use.let me tell u our servers name . &lt;BR /&gt;     hostname is samteldomain and remote &lt;BR /&gt;     server is sedgzbd.&lt;BR /&gt;  &lt;BR /&gt;    plz help me&lt;BR /&gt;     thanx &lt;BR /&gt;     Dushyant</description>
      <pubDate>Tue, 27 Apr 2004 04:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259987#M11694</guid>
      <dc:creator>Dushyant Tyagi</dc:creator>
      <dc:date>2004-04-27T04:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: remotly backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259988#M11695</link>
      <description>- How do you want to bkup? &lt;BR /&gt;- Do you have a tape or you want to use a remote dir?&lt;BR /&gt;&lt;BR /&gt;surely &lt;BR /&gt;info tar&lt;BR /&gt;or&lt;BR /&gt;man tar will help&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS Pls check on how to assign points  to correct answers: &lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 04:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259988#M11695</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-27T04:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: remotly backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259989#M11696</link>
      <description>Hi,&lt;BR /&gt; Make both the system trusted by adding the entries in .rhosts file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then you can do remote backup by below comand&lt;BR /&gt;&lt;BR /&gt;tar cvf - /dir/dbfile1 | remsh target dd of=/dev/rct0&lt;BR /&gt;&lt;BR /&gt;See the below link:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=569830" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=569830&lt;/A&gt;</description>
      <pubDate>Tue, 27 Apr 2004 04:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259989#M11696</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2004-04-27T04:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: remotly backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259990#M11697</link>
      <description>Hi Tamil.&lt;BR /&gt;For hp-ux your solution is ok.&lt;BR /&gt;&lt;BR /&gt;On linux you have to use rsh instead of remsh.&lt;BR /&gt;You can specify a network path for bkup&lt;BR /&gt;&lt;BR /&gt;eg. from storage server&lt;BR /&gt;&lt;BR /&gt;#tar cfz[p] bkuphost:/path/to/tarfile.tar.gz /path/to/bkupdir&lt;BR /&gt;&lt;BR /&gt;or, with bzip2&lt;BR /&gt;#tar cfj[p] bkuphost:/path/to/tarfile.tar.bz2 /path/to/bkupdir&lt;BR /&gt;&lt;BR /&gt;sure you have to configure pam for rhosts authentication (you can search on this forum how to do it)&lt;BR /&gt;&lt;BR /&gt;Peace, R.</description>
      <pubDate>Tue, 27 Apr 2004 05:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259990#M11697</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-27T05:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: remotly backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259991#M11698</link>
      <description>And if you do want this all with a nice framework and driven by configurations, have a look at 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;HTH,&lt;BR /&gt;&lt;BR /&gt;Martin</description>
      <pubDate>Tue, 27 Apr 2004 13:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259991#M11698</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-27T13:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: remotly backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259992#M11699</link>
      <description>How about rsync.&lt;BR /&gt;Please see man page of rsync.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 23:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259992#M11699</guid>
      <dc:creator>Kiyoshi Miyake</dc:creator>
      <dc:date>2004-04-27T23:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: remotly backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259993#M11700</link>
      <description>what ever happened to good old dump???&lt;BR /&gt;&lt;BR /&gt;/sbin/dump -0u -f /dev/st0 backuphost:/dev/rmt0</description>
      <pubDate>Wed, 28 Apr 2004 12:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259993#M11700</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-04-28T12:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: remotly backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259994#M11701</link>
      <description>&lt;BR /&gt;screwed that up... let me try that again:&lt;BR /&gt;&lt;BR /&gt;/sbin/dump -0u -f backuphost:/dev/rmt0 /&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2004 12:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remotly-backup/m-p/3259994#M11701</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-04-28T12:44:03Z</dc:date>
    </item>
  </channel>
</rss>

