<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785194#M607110</link>
    <description>cp has an option -p that preserves the modification time and permissions. Without this option, the copied file is not the same as the original as it has a different timestamp. rsync makes sure that the two files are really the same including timestamp.</description>
    <pubDate>Fri, 06 May 2011 23:09:47 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2011-05-06T23:09:47Z</dc:date>
    <item>
      <title>rsync question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785192#M607108</link>
      <description>Why when I copy files from one server to another server using the cp command and it finishes, then someone runs rsync on the same filesystem/files to the same destination, do the files get re-copied again?  I thought rsync compared the source/destination and only copied any new or updated files.&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;&lt;BR /&gt;Darren</description>
      <pubDate>Fri, 06 May 2011 20:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785192#M607108</guid>
      <dc:creator>Darren Etheridge_2</dc:creator>
      <dc:date>2011-05-06T20:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: rsync question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785193#M607109</link>
      <description>It likely depends on how you are copying the files.  If you just copy the files and the date/time stamps do not match, then that could be what is triggering the copy when you run rsync.&lt;BR /&gt;&lt;BR /&gt;Rsync can also use cksum to see if files have been changed.  If the cksum of the file is different then it will be copied again.</description>
      <pubDate>Fri, 06 May 2011 20:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785193#M607109</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-05-06T20:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: rsync question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785194#M607110</link>
      <description>cp has an option -p that preserves the modification time and permissions. Without this option, the copied file is not the same as the original as it has a different timestamp. rsync makes sure that the two files are really the same including timestamp.</description>
      <pubDate>Fri, 06 May 2011 23:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785194#M607110</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-05-06T23:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: rsync question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785195#M607111</link>
      <description>It`s good to use scp -p to transfer files ,or make a tar ball rather &amp;amp; transfer it over lan &amp;amp;&lt;BR /&gt;then do a restore.&lt;BR /&gt;&lt;BR /&gt;However rsync is also a secure one at it uses ssh instead of remsh.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix.</description>
      <pubDate>Sat, 07 May 2011 09:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785195#M607111</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-05-07T09:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: rsync question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785196#M607112</link>
      <description>You are right, rsync will copy the changed files only.&lt;BR /&gt;&lt;BR /&gt;But, rsync is very slow process. I will recommend you to use fbackup/frecover which runs like rsync but you need a nfs mount.&lt;BR /&gt;&lt;BR /&gt;Compare to rsync, fbackup/frecover is very fast; also, if there is a large lv has to be copied, then even the dd works good.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vivek</description>
      <pubDate>Mon, 09 May 2011 09:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-question/m-p/4785196#M607112</guid>
      <dc:creator>Vivek_Pendse</dc:creator>
      <dc:date>2011-05-09T09:58:14Z</dc:date>
    </item>
  </channel>
</rss>

