<?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>Operating System - HP-UX의 주제 Re: Automated File Backup</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655024#M241069</link>
    <description>Hi&lt;BR /&gt;Maybe You can use rsync(with ssh of course) or snapback2 tool?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Peter</description>
    <pubDate>Mon, 24 Oct 2005 07:57:30 GMT</pubDate>
    <dc:creator>Piotr Smerda</dc:creator>
    <dc:date>2005-10-24T07:57:30Z</dc:date>
    <item>
      <title>Automated File Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655018#M241063</link>
      <description>I want to take the File Level (Without Tape Drive) backup from one machine to another machine. This should be automated Backup.&lt;BR /&gt;&lt;BR /&gt;Please guide me</description>
      <pubDate>Fri, 21 Oct 2005 13:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655018#M241063</guid>
      <dc:creator>Pankaj_22</dc:creator>
      <dc:date>2005-10-21T13:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automated File Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655019#M241064</link>
      <description>if both machines are hpux and you have ssh installed, you just need to set up a pair of trusted keys and use scp to copy file(s) from one machine to the other using somethinglike this:&lt;BR /&gt;&lt;BR /&gt;scp /local/file/name remotehost:/remote/file/name.&lt;BR /&gt;&lt;BR /&gt;a guide, written by Steven Protter is attached to guide you to set up the trusted keys (MS Word Doc).&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Fri, 21 Oct 2005 13:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655019#M241064</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-10-21T13:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automated File Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655020#M241065</link>
      <description>I saw that your last post is about linux.&lt;BR /&gt;&lt;BR /&gt;Are you using Linux or HP-UX?&lt;BR /&gt;&lt;BR /&gt;If HP-UX:&lt;BR /&gt;&lt;BR /&gt;fbackup -f remote_system:/dev/rmt/0m -i /filesystem&lt;BR /&gt;&lt;BR /&gt;If Linux:&lt;BR /&gt;&lt;BR /&gt;env RSH=/usr/bin/ssh star -c -xdev f=user@remote_system:/dev/st0 /filesystem</description>
      <pubDate>Fri, 21 Oct 2005 13:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655020#M241065</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-21T13:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automated File Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655021#M241066</link>
      <description>I saw that your last post is about linux.&lt;BR /&gt;&lt;BR /&gt;Are you using Linux or HP-UX?&lt;BR /&gt;&lt;BR /&gt;If HP-UX:&lt;BR /&gt;&lt;BR /&gt;fbackup -f remote_system:/tmp/backupfile.fbackup -i /filesystem&lt;BR /&gt;&lt;BR /&gt;If Linux:&lt;BR /&gt;&lt;BR /&gt;env RSH=/usr/bin/ssh star -c -xdev f=user@remote_system:/tmp/backupfile.star /filesystem</description>
      <pubDate>Fri, 21 Oct 2005 13:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655021#M241066</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-21T13:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automated File Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655022#M241067</link>
      <description>If you are just want a copy of the file,&lt;BR /&gt;consider using rsync.  It is very efficient&lt;BR /&gt;at synconizing changes in files.  &lt;BR /&gt;&lt;BR /&gt;I use rsync to update copies of my web server&lt;BR /&gt;access logs which grow over the week.  Only &lt;BR /&gt;some checksum data and the new data is copied.&lt;BR /&gt;&lt;BR /&gt;I also use it to update a web site from a test&lt;BR /&gt;site.  Again only changes are copied.</description>
      <pubDate>Fri, 21 Oct 2005 15:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655022#M241067</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2005-10-21T15:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automated File Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655023#M241068</link>
      <description>I am Sorry guys as I have not given you complete information.&lt;BR /&gt;&lt;BR /&gt;1. I have Linux system where the data should be backed up from Unix machine.&lt;BR /&gt;&lt;BR /&gt;2. I have Unix machine from where data should be backed up on Linux Machine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Oct 2005 23:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655023#M241068</guid>
      <dc:creator>Pankaj_22</dc:creator>
      <dc:date>2005-10-23T23:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automated File Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655024#M241069</link>
      <description>Hi&lt;BR /&gt;Maybe You can use rsync(with ssh of course) or snapback2 tool?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 24 Oct 2005 07:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655024#M241069</guid>
      <dc:creator>Piotr Smerda</dc:creator>
      <dc:date>2005-10-24T07:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automated File Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655025#M241070</link>
      <description>I am so sorry as I am lehman in Unix. Can anybody guide me how to use Rsync or Snapback2 tool.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 26 Oct 2005 00:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automated-file-backup/m-p/3655025#M241070</guid>
      <dc:creator>Pankaj_22</dc:creator>
      <dc:date>2005-10-26T00:47:38Z</dc:date>
    </item>
  </channel>
</rss>

