<?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 About crontab in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003040#M126889</link>
    <description># crontab -e&lt;BR /&gt;50 13 * * 5 fbackup -f /backup/app.`date '+%y%m%d'` -0i /tmp/demo -I index.tmp&lt;BR /&gt;&lt;BR /&gt;but after 13:50,i find that fbackup hasn't been run. why? &lt;BR /&gt;</description>
    <pubDate>Fri, 20 Jun 2003 04:44:23 GMT</pubDate>
    <dc:creator>Kevin.Wang</dc:creator>
    <dc:date>2003-06-20T04:44:23Z</dc:date>
    <item>
      <title>About crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003040#M126889</link>
      <description># crontab -e&lt;BR /&gt;50 13 * * 5 fbackup -f /backup/app.`date '+%y%m%d'` -0i /tmp/demo -I index.tmp&lt;BR /&gt;&lt;BR /&gt;but after 13:50,i find that fbackup hasn't been run. why? &lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jun 2003 04:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003040#M126889</guid>
      <dc:creator>Kevin.Wang</dc:creator>
      <dc:date>2003-06-20T04:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: About crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003041#M126890</link>
      <description>Hi,please check:&lt;BR /&gt;1. Whether the system date is today, you mean only Friday do the backup;&lt;BR /&gt;2. Manually run the "fbackup -f ...",what's the result?&lt;BR /&gt;3. Check /var/mail/root for errorlog!&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;&lt;BR /&gt;-ux</description>
      <pubDate>Fri, 20 Jun 2003 05:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003041#M126890</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2003-06-20T05:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: About crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003042#M126891</link>
      <description>please check the /var/adm/cron/log, does it record your previous cronjob.</description>
      <pubDate>Fri, 20 Jun 2003 05:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003042#M126891</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-20T05:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: About crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003043#M126892</link>
      <description>please check the /var/adm/cron/log, does it record your previous cronjob.</description>
      <pubDate>Fri, 20 Jun 2003 05:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003043#M126892</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-20T05:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: About crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003044#M126893</link>
      <description>please check the /var/adm/cron/log, does it record your previous cronjob?</description>
      <pubDate>Fri, 20 Jun 2003 05:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003044#M126893</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-20T05:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: About crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003045#M126894</link>
      <description>1. create script (backup_cmd.sh)like this:&lt;BR /&gt;fbackup -f /backup/app.`date '+%y%m%d'` -0i /tmp/demo -I &lt;BR /&gt;2. edit crontab as follows:&lt;BR /&gt;50 13 * * 5 backup_cmd.sh&lt;BR /&gt;&lt;BR /&gt;Sorry for the connection problem above.</description>
      <pubDate>Fri, 20 Jun 2003 05:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003045#M126894</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-20T05:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: About crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003046#M126895</link>
      <description>never run a script or program from cron that does contain the full path. i.e. /usr/sbin/fbackup&lt;BR /&gt;&lt;BR /&gt;You may get an indication from root's mail. The other thing to be sure of is that the program or script has executable permissions. In the command your using, it will be a path problem.</description>
      <pubDate>Fri, 20 Jun 2003 05:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003046#M126895</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-06-20T05:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: About crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003047#M126896</link>
      <description>It's ok now.&lt;BR /&gt;&lt;BR /&gt;# more /backuporadata/backu01&lt;BR /&gt;fbackup -f /backuporadata/oracle.app.`date '+20%y%m%d'` -0i /u01&lt;BR /&gt;# crontab -l&lt;BR /&gt;59 23 * * 5 /backuporadata/backu01&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jun 2003 05:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003047#M126896</guid>
      <dc:creator>Kevin.Wang</dc:creator>
      <dc:date>2003-06-20T05:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: About crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003048#M126897</link>
      <description>Kevin,&lt;BR /&gt;you need to escape the % characters in your crontab command. See crontab(1) for details of why this is necessary.&lt;BR /&gt;&lt;BR /&gt;The correct version of the command is:&lt;BR /&gt;&lt;BR /&gt;50 13 * * 5 fbackup -f /backup/app.`date '+\%y\%m\%d'` -0i /tmp/demo -I index.tmp &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Michael.</description>
      <pubDate>Fri, 20 Jun 2003 08:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-crontab/m-p/3003048#M126897</guid>
      <dc:creator>Michael Kelly_5</dc:creator>
      <dc:date>2003-06-20T08:54:37Z</dc:date>
    </item>
  </channel>
</rss>

