<?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: how to copy updated files to the server automatically in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588023#M84977</link>
    <description>Dear Ivan, and Rick Garland Many Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;1, Dear Ivan, and Rick what rpm should i have to install to work with rsync ? i m using rhel 3.0.&lt;BR /&gt;2, I dont know how to configure the rsync.. if u can plz guide me, i'll be highly thankfull to u all.&lt;BR /&gt;And if u can plz write me the syntax of cron, for my situation/scenario ?&lt;BR /&gt;&lt;BR /&gt;Thanks n Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Thu, 21 Jul 2005 12:50:13 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2005-07-21T12:50:13Z</dc:date>
    <item>
      <title>how to copy updated files to the server automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588020#M84974</link>
      <description>Hello Dear Gurus&lt;BR /&gt;there is a directory "/project" on a server(10.1.1.9).&lt;BR /&gt;I also have copy the "/project" directory from 10.1.1.9 to another server(10.1.1.10).&lt;BR /&gt;Now I want that whenever any file in /project/ directory on 10.1.1.9, updates/modified that file also automatically copies to the "/project" directory of 10.1.1.10&lt;BR /&gt;I know how to use 'scp', but what should i do, so that updated files will be automatically copied to the destination.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 21 Jul 2005 12:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588020#M84974</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-07-21T12:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy updated files to the server automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588021#M84975</link>
      <description>I think that is better if you use rsync.&lt;BR /&gt;&lt;BR /&gt;The rsync service can copy only files that where modified, so you can run a "cron" to continuously copy the files, but only the modified files will be copied.&lt;BR /&gt;&lt;BR /&gt;There is also the posibility to run RAID on network block devices (NBD), to mirror the data.</description>
      <pubDate>Thu, 21 Jul 2005 12:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588021#M84975</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-21T12:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy updated files to the server automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588022#M84976</link>
      <description>rdist or rsync are better choices for this task.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 12:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588022#M84976</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-21T12:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy updated files to the server automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588023#M84977</link>
      <description>Dear Ivan, and Rick Garland Many Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;1, Dear Ivan, and Rick what rpm should i have to install to work with rsync ? i m using rhel 3.0.&lt;BR /&gt;2, I dont know how to configure the rsync.. if u can plz guide me, i'll be highly thankfull to u all.&lt;BR /&gt;And if u can plz write me the syntax of cron, for my situation/scenario ?&lt;BR /&gt;&lt;BR /&gt;Thanks n Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 21 Jul 2005 12:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588023#M84977</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-07-21T12:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy updated files to the server automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588024#M84978</link>
      <description>rpm -qa | grep -i rsync&lt;BR /&gt;&lt;BR /&gt;I have the version rsync-2.6.3-1 installed.&lt;BR /&gt;You should get a return to the rpm command if the utility is installed.&lt;BR /&gt;&lt;BR /&gt;As to cron&lt;BR /&gt;minutes hours day-of-month month day-of-week&lt;BR /&gt;&lt;BR /&gt;So...&lt;BR /&gt;00 05 15 8 *&lt;BR /&gt;Says that at 0500 hrs on the 15th day of the 8th month&lt;BR /&gt;&lt;BR /&gt;Not knowing what it is you are trying to accomplish, I would direct you to the man pages (man rsync) There are examples in the man pages that can help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 12:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588024#M84978</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-21T12:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy updated files to the server automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588025#M84979</link>
      <description>The configuration is easy (much like like sama), is better if you find in google a tutorial, because has several options.&lt;BR /&gt;&lt;BR /&gt;Rsync works with a daemon, and a client that is the rsync command itselv (rsync -avz).&lt;BR /&gt;&lt;BR /&gt;It uses rsh commands, so if you want security, find a document that describes how to use rsync with ssh.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 21 Jul 2005 13:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-copy-updated-files-to-the-server-automatically/m-p/3588025#M84979</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-21T13:03:07Z</dc:date>
    </item>
  </channel>
</rss>

