<?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: Backup information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957435#M117462</link>
    <description>Hello,&lt;BR /&gt;I have decided to use rcp:&lt;BR /&gt;rcp -pr optinon preserv the permission's file, but I can preserve the owner of files with rcp?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Filo&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Apr 2003 12:53:03 GMT</pubDate>
    <dc:creator>Filosofo</dc:creator>
    <dc:date>2003-04-23T12:53:03Z</dc:date>
    <item>
      <title>Backup information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957428#M117455</link>
      <description>Hello,&lt;BR /&gt;I have a server with hp-ux 11i with 2 filesystem mounted.&lt;BR /&gt;fs1 30 Gb free 230 Mb&lt;BR /&gt;fs2 5  Gb free 50 Mb&lt;BR /&gt;&lt;BR /&gt;I must copy all the contained of this fs in to another server with like logical volume configurazion.&lt;BR /&gt;I can't use Tape because the servers are't in the same place.&lt;BR /&gt;&lt;BR /&gt;I think to use rcp, there is better solution?&lt;BR /&gt;If I use rcp to move 30 Gb How much time need to complete the operation?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Filo</description>
      <pubDate>Wed, 23 Apr 2003 12:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957428#M117455</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-04-23T12:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Backup information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957429#M117456</link>
      <description>Filo,&lt;BR /&gt;&lt;BR /&gt;I would tar up the entire filesystem. &lt;BR /&gt;&lt;BR /&gt;tar -cvf myfs.tar /mountpoint&lt;BR /&gt;&lt;BR /&gt;then use ftp instead of rcp. rcp might croak with such a large file.&lt;BR /&gt;&lt;BR /&gt;of course you are aware you need to do this on a filesytem that can hold the tar file.&lt;BR /&gt;&lt;BR /&gt;one way to accomplish this is to use NFS to mount another fs on anohter machine with space.&lt;BR /&gt;&lt;BR /&gt;peace&lt;BR /&gt;Donny</description>
      <pubDate>Wed, 23 Apr 2003 12:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957429#M117456</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-04-23T12:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Backup information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957430#M117457</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Time will depend upon the speed of the connection and how much other traffic there is on it.&lt;BR /&gt;&lt;BR /&gt;Can you gzip -9 the files before you do the rcp?&lt;BR /&gt;&lt;BR /&gt;To calculate the time use a test file of Say 100 Meg copy and time it and the multiply up.&lt;BR /&gt;&lt;BR /&gt;This will only give you an estimate for the copy.&lt;BR /&gt;&lt;BR /&gt;Pqaula</description>
      <pubDate>Wed, 23 Apr 2003 12:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957430#M117457</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-04-23T12:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Backup information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957431#M117458</link>
      <description>ah! here in lies the key.&lt;BR /&gt;&lt;BR /&gt;gzip -9 is max compression. however gzip can't traverse through directories on its own. unless you write a traverse script and hope not to miss any files.&lt;BR /&gt;&lt;BR /&gt;you could use gzip on top of tar. which wil leave you with a file myfs.tar.gz&lt;BR /&gt;&lt;BR /&gt;remember using ftp for both .tar or .gz files to use binary mode (bin for short)</description>
      <pubDate>Wed, 23 Apr 2003 12:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957431#M117458</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-04-23T12:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Backup information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957432#M117459</link>
      <description>Tar 'em up and gzip them.&lt;BR /&gt;&lt;BR /&gt;rcp will be faster then ftp....&lt;BR /&gt;&lt;BR /&gt;We had to copy a database (50 gb) over a WAn link - compressed, all the files were down to 13 GB - and rcp was great....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 23 Apr 2003 12:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957432#M117459</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-04-23T12:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Backup information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957433#M117460</link>
      <description>one more thing, if you use a NFS mount point on another server. then you don't have to ftp or rcp. the file is allready on another server.&lt;BR /&gt;&lt;BR /&gt;if you need to restore, just mount the volume again and untar the tarball&lt;BR /&gt;&lt;BR /&gt;gzip -d mytar.tar.gz&lt;BR /&gt;tar -xvf myfs.tar&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;gzip -d mytar.gz | tar -xvf</description>
      <pubDate>Wed, 23 Apr 2003 12:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957433#M117460</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-04-23T12:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Backup information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957434#M117461</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;You can backup or recover to a tape on another machine like this &lt;BR /&gt;&lt;BR /&gt;Remote backup on a local DAT/DSS tape drive. &lt;BR /&gt;&lt;BR /&gt;In case you would like to make a backup from a remote system to a local &lt;BR /&gt;DAT/DSS tape drive, you can use this comand: &lt;BR /&gt;&lt;BR /&gt;remsh remote_name "/etc/fbackup -f local_name:/dev/rmt/0m -i . -0 -v" &lt;BR /&gt;&lt;BR /&gt;remote_name= system that runs the backup. &lt;BR /&gt;local_name = system that owns the DAT/DSS drive. &lt;BR /&gt;The options can be set at discretion. &lt;BR /&gt;&lt;BR /&gt;If you are logged-in on the other system, then: &lt;BR /&gt;/etc/fbackup -f remote_name:/dev/rmt/0m -i . -0 -v &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;frecover then Restore of backup over network. &lt;BR /&gt;&lt;BR /&gt;Restore from a remote DAT/DDS drive &lt;BR /&gt;&lt;BR /&gt;/etc/frecover -xi/directory -f remote_name:/dev/rmt/0m &lt;BR /&gt;&lt;BR /&gt;Remote restore with local DAT/DDS drive &lt;BR /&gt;&lt;BR /&gt;remsh remote_name " /etc/frecover -xi/directory -f local_name:/dev/rmt/0m" &lt;BR /&gt;&lt;BR /&gt;Thus you can use the tape on either box from 1 place and tune fbackup and frecover for speed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;steve Steel &lt;BR /&gt;</description>
      <pubDate>Wed, 23 Apr 2003 12:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957434#M117461</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-04-23T12:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Backup information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957435#M117462</link>
      <description>Hello,&lt;BR /&gt;I have decided to use rcp:&lt;BR /&gt;rcp -pr optinon preserv the permission's file, but I can preserve the owner of files with rcp?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Filo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Apr 2003 12:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957435#M117462</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-04-23T12:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Backup information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957436#M117463</link>
      <description>Adding to these suggestions, if the file is too big, you can split the files into numerous pieces and ftp/rcp them to the machine.&lt;BR /&gt;&lt;BR /&gt;Write a script to do this.  This will reduce the time for transfer. If something goes wrong in between, there wont be any need to transfer the whole file again.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Apr 2003 13:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-information/m-p/2957436#M117463</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-04-23T13:20:36Z</dc:date>
    </item>
  </channel>
</rss>

