<?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: script for daily backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049198#M434471</link>
    <description>Thanks Luk ... u got the points.....:-)</description>
    <pubDate>Fri, 25 May 2007 07:29:37 GMT</pubDate>
    <dc:creator>GSB_3</dc:creator>
    <dc:date>2007-05-25T07:29:37Z</dc:date>
    <item>
      <title>script for daily backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049191#M434464</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have two HP-UX boxes dbaux1 and dbaux2. /Clearcase is NFS mounted on dbaux2 from dbaux1.I need one script to automate daily tar backup process. Following are the steps which I perform manually&lt;BR /&gt;&lt;BR /&gt;- Login to dbaux1 as comvobad&lt;BR /&gt;- Execute ./lockvob.sh&lt;BR /&gt;- change directory to /Clearcare/backup&lt;BR /&gt;- tar the contents by executing "tar -cf ccbkp.tar -C ../store/ combo/"&lt;BR /&gt;- change dirctory back to home directory&lt;BR /&gt;- Execute ./unlockvob.sh&lt;BR /&gt;&lt;BR /&gt;- Login to dbaux2&lt;BR /&gt;- Change directory to /data1/ccbkp&lt;BR /&gt;- move ccbkp.tar ftom /ClearCase/backup to current directory&lt;BR /&gt;&lt;BR /&gt;Please tell me how can automate this process for daily backup.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;GSB&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 May 2007 06:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049191#M434464</guid>
      <dc:creator>GSB_3</dc:creator>
      <dc:date>2007-05-25T06:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: script for daily backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049192#M434465</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Write a shell script using the steps you provided as an outline.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90046/" target="_blank"&gt;http://docs.hp.com/en/B2355-90046/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you give a man a fish...&lt;BR /&gt;&lt;BR /&gt;PCS&lt;BR /&gt;</description>
      <pubDate>Fri, 25 May 2007 06:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049192#M434465</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-05-25T06:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: script for daily backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049193#M434466</link>
      <description>Crontab is the job sheduler&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/crontab.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/crontab.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;PS : points are always appreciated</description>
      <pubDate>Fri, 25 May 2007 06:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049193#M434466</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-05-25T06:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: script for daily backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049194#M434467</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anyone send me the script for the same?&lt;BR /&gt;&lt;BR /&gt;GSB</description>
      <pubDate>Fri, 25 May 2007 07:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049194#M434467</guid>
      <dc:creator>GSB_3</dc:creator>
      <dc:date>2007-05-25T07:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: script for daily backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049195#M434468</link>
      <description>Any sysadmin worth his salt should be able to handle such a basic shell script.  Do yourself a favor: read the manual and write it yourself.  You'll learn skills essential to your chosen field.</description>
      <pubDate>Fri, 25 May 2007 07:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049195#M434468</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-05-25T07:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: script for daily backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049196#M434469</link>
      <description>I am not a sys admin. I work on microsoft tech...&lt;BR /&gt;&lt;BR /&gt;Can anyone help&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 25 May 2007 07:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049196#M434469</guid>
      <dc:creator>GSB_3</dc:creator>
      <dc:date>2007-05-25T07:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: script for daily backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049197#M434470</link>
      <description>Do you know how to edit a file under unix / linux.  Do you know vi?&lt;BR /&gt;&lt;BR /&gt;Create a script which contains&lt;BR /&gt;&lt;BR /&gt;$HOME/lockvob.sh&lt;BR /&gt;cd /Clearcare/backup&lt;BR /&gt;tar -cf ccbkp.tar -C ../store/ combo/&lt;BR /&gt;cd $HOME&lt;BR /&gt;$HOME/unlockvob.sh&lt;BR /&gt;&lt;BR /&gt;Test this script before you put in the cron</description>
      <pubDate>Fri, 25 May 2007 07:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049197#M434470</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-05-25T07:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: script for daily backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049198#M434471</link>
      <description>Thanks Luk ... u got the points.....:-)</description>
      <pubDate>Fri, 25 May 2007 07:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049198#M434471</guid>
      <dc:creator>GSB_3</dc:creator>
      <dc:date>2007-05-25T07:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: script for daily backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049199#M434472</link>
      <description>got the info. thanks</description>
      <pubDate>Mon, 28 May 2007 02:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-daily-backup/m-p/5049199#M434472</guid>
      <dc:creator>GSB_3</dc:creator>
      <dc:date>2007-05-28T02:19:34Z</dc:date>
    </item>
  </channel>
</rss>

