<?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: rsync vs drbd in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392253#M35891</link>
    <description>Nice help FORUM ;)&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Fri, 03 Apr 2009 07:15:59 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2009-04-03T07:15:59Z</dc:date>
    <item>
      <title>rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392244#M35882</link>
      <description>I am planning a Replica site, I mean I want a clone of /home of an NFS server.&lt;BR /&gt;&lt;BR /&gt;I have an NFS server(/home exported)&lt;BR /&gt;&lt;BR /&gt;I have two options &lt;BR /&gt;1, RSYNC&lt;BR /&gt;2, DRBD&lt;BR /&gt;&lt;BR /&gt;which of the above options is best in terms of &lt;BR /&gt;a, reliability&lt;BR /&gt;b, permormance/speed/fast&lt;BR /&gt;c, light weight &lt;BR /&gt;&lt;BR /&gt;please suggest&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Apr 2009 11:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392244#M35882</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-04-01T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392245#M35883</link>
      <description>I have been using Rsync for a long time now, and never had a problem, so for reliability rsync works nicely</description>
      <pubDate>Wed, 01 Apr 2009 13:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392245#M35883</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-04-01T13:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392246#M35884</link>
      <description>Shalom Maaz,&lt;BR /&gt;&lt;BR /&gt;a) rsync is very reliable, and can send only changed files saving band with.&lt;BR /&gt;b) Due to rycnc sending only changed files this provides superior performance.&lt;BR /&gt;c) See past two answers.&lt;BR /&gt;&lt;BR /&gt;rsync can use -e ssh to work through an encrypted ssh data stream, but that slows performance.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Apr 2009 15:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392246#M35884</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-01T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392247#M35885</link>
      <description>Ok gurus thanks for the suggestions &lt;BR /&gt;&lt;BR /&gt;the primary/actual NFS server is "serverA"&lt;BR /&gt;the backup/clone/secondary NFS server is "serverB"&lt;BR /&gt;&lt;BR /&gt;If I go for rsync, I have two options&lt;BR /&gt;&lt;BR /&gt;1&lt;BR /&gt;a, on the backup/secondary server(serverB) export /home via NFS&lt;BR /&gt;b, mount the /home of serverB  on primary Server(ServerA) at /backup_home&lt;BR /&gt;c, create a cron job on primary server(ServerA)&lt;BR /&gt;*/2  * * * * rsync -av /home /backup_home&lt;BR /&gt;&lt;BR /&gt;2&lt;BR /&gt;or the second option is that I configure the rsync server on primary server(serverA), then on secondary/backup server create a cron job&lt;BR /&gt;*/5  * * * * rsync -av serverA::home /home &lt;BR /&gt;&lt;BR /&gt;which one is best&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2009 05:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392247#M35885</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-04-02T05:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392248#M35886</link>
      <description>you say you are planning a replica site, in that case drbd might not be the right choice since it works syncroniously, meaning that each write done on one site will be replicated immediatly and will only get a write confirm back when both servers have written the data.&lt;BR /&gt;&lt;BR /&gt;depending on your link between the 2 sites this could cause problems.&lt;BR /&gt;&lt;BR /&gt;rsync does nothing and waits for you to ask it to syncronise. problem is, if you wait to long site a &amp;amp; b might differ too much, you could lose the changes made since the last update.&lt;BR /&gt;&lt;BR /&gt;i don't know if you have a SAN, but some SAN HW will allow replication on SAN level, perhaps you should look into that. benefits are it is platform independant.</description>
      <pubDate>Thu, 02 Apr 2009 05:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392248#M35886</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-04-02T05:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392249#M35887</link>
      <description>Dirk Dierickx&lt;BR /&gt;nice help/explanations dear Dirk Dierickx&lt;BR /&gt;&lt;BR /&gt;&amp;gt;i don't know if you have a SAN&lt;BR /&gt;I am using Linux based iSCSI SAN&lt;BR /&gt;&lt;BR /&gt;please also comment on my previous/last post in this thread&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 02 Apr 2009 05:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392249#M35887</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-04-02T05:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392250#M35888</link>
      <description>I would use rsync, mainly because that is what I use and now best, would investigate using iSCSI SAN tool is possible on your set up ?.&lt;BR /&gt;&lt;BR /&gt;As for your options, I would go for option 2 because, well It seems simpler to me, you are only rsync every so often.. no fancy set up, keep-it simple.&lt;BR /&gt;&lt;BR /&gt;I would wrap option 2 in a scrip so it send mail/or message on error.&lt;BR /&gt;&lt;BR /&gt;enjoy life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Thu, 02 Apr 2009 08:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392250#M35888</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2009-04-02T08:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392251#M35889</link>
      <description>Hi Jean-Pierre Huc&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I would go for option 2 because, well It seems&lt;BR /&gt;&amp;gt;simpler to me, you are only rsync every so &lt;BR /&gt;&amp;gt;often&lt;BR /&gt;&lt;BR /&gt;you suggest the following&lt;BR /&gt;configure the rsync server on primary server(serverA), then on secondary/backup server create a cron job&lt;BR /&gt;*/5 * * * * rsync -av serverA::home /home&lt;BR /&gt;&lt;BR /&gt;instead of &lt;BR /&gt;&lt;BR /&gt;a, on the backup/secondary server(serverB) export /home via NFS&lt;BR /&gt;b, mount the /home of serverB on primary Server(ServerA) at /backup_home&lt;BR /&gt;c, create a cron job on primary server(ServerA)&lt;BR /&gt;*/2 * * * * rsync -av /home /backup_home&lt;BR /&gt;&lt;BR /&gt;am I right ?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 02 Apr 2009 11:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392251#M35889</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-04-02T11:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392252#M35890</link>
      <description>Yes, and mainly because I have always found solution that involving NFS to be more complicated, prone to time out and synchronization problems, less ease to debug.&lt;BR /&gt;&lt;BR /&gt;I realize the above is just based on my own experience you may be more at ease then me as for as usage of NFS is concerned.&lt;BR /&gt;&lt;BR /&gt;Enjoy life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Thu, 02 Apr 2009 14:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392252#M35890</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2009-04-02T14:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: rsync vs drbd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392253#M35891</link>
      <description>Nice help FORUM ;)&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 03 Apr 2009 07:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rsync-vs-drbd/m-p/4392253#M35891</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-04-03T07:15:59Z</dc:date>
    </item>
  </channel>
</rss>

