<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Servers cPanel webhosting blog &#187; Cron jobs issue</title>
	<atom:link href="http://www.theperfectarts.com/category/cron-jobs-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Set cron with password?</title>
		<link>http://www.theperfectarts.com/2010/02/set-cron-with-password/</link>
		<comments>http://www.theperfectarts.com/2010/02/set-cron-with-password/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 01:43:14 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Cron jobs issue]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[admin login details in cron]]></category>
		<category><![CDATA[cronjobs]]></category>
		<category><![CDATA[curl cronjobs]]></category>
		<category><![CDATA[how to set cron with surl]]></category>
		<category><![CDATA[password in cron]]></category>
		<category><![CDATA[Set cron with password]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=979</guid>
		<description><![CDATA[Most of the scripts cron run from admin section and we are settings cron without admin section login details due to that cron never be run.We can set the cron with the admin section login details.Mostly we prefer curl to set the authentication cron because most of the servers blocking wget/lynx command.Simply we can set [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the scripts cron run from admin section and we are settings cron without admin section login details due to that cron never be run.We can set the cron with the admin section login details.Mostly we prefer curl to set the authentication cron because most of the servers blocking <span style="color: #000000;">wget/lynx command.Simply we can set the cron with the following syntax. </span></p>
<p><span style="color: #800000;">/usr/bin/curl http://support:1q2w3e@www.yourdomain.com/test_script/cron.php</span></p>
<p>If you don&#8217;t want to receive cron result in E-mail then refer following sytax</p>
<p><span style="color: #800000;">/usr/bin/curl http://support:1q2w3e@www.yourdomain.com/test_script/cron.php  &gt; /dev/null 2&gt;&amp;1</span><br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/02/set-cron-with-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cron to unzip the .zip file?</title>
		<link>http://www.theperfectarts.com/2009/11/cron-to-unzip-the-zip-file/</link>
		<comments>http://www.theperfectarts.com/2009/11/cron-to-unzip-the-zip-file/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 02:21:32 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Cron jobs issue]]></category>
		<category><![CDATA[cron for unzip the zip file]]></category>
		<category><![CDATA[cron jobs for zip file]]></category>
		<category><![CDATA[unzip the .zip file]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=412</guid>
		<description><![CDATA[You can set the cron to unzip the .zip file. Following will be your cron setting For example * * * * *  server path of unzip (usr/bin/unzip)  /home/username/public_hrml/ path of the file. You can check the path fir zip by using following command root@admin[]#which zip /usr/bin/zip &#169;2012 Linux Servers cPanel webhosting blog. All Rights [...]]]></description>
			<content:encoded><![CDATA[<p>You can set the cron to unzip the .zip file. Following will be your cron setting</p>
<p>For example<br />
<span style="color: #800000;">* * * * *  server path of unzip (usr/bin/unzip)  /home/username/public_hrml/ path of the file.</span></p>
<p>You can check the path fir zip by using following command</p>
<p><strong><span style="color: #800000;">root@admin[]#which zip<br />
/usr/bin/zip</span></strong><br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/11/cron-to-unzip-the-zip-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup of mysql database using cron job.</title>
		<link>http://www.theperfectarts.com/2009/10/backup-of-mysql-database-using-cron-job/</link>
		<comments>http://www.theperfectarts.com/2009/10/backup-of-mysql-database-using-cron-job/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 08:30:58 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Cron jobs issue]]></category>
		<category><![CDATA[Mysql + phpmyadmin]]></category>
		<category><![CDATA[backup for mysql database]]></category>
		<category><![CDATA[Backup of mysql database using cron job.]]></category>
		<category><![CDATA[configure cron for the mysql]]></category>
		<category><![CDATA[configure the cron for mysql databases backup]]></category>
		<category><![CDATA[Cron job to generate  database backup]]></category>
		<category><![CDATA[cron to secure mysql database]]></category>
		<category><![CDATA[Cronjob to compress database]]></category>
		<category><![CDATA[mysql backup viz cron]]></category>
		<category><![CDATA[mysql database backup in .bz2 format]]></category>
		<category><![CDATA[mysql database backup in .gz format]]></category>
		<category><![CDATA[mysql database backup in .sql format]]></category>
		<category><![CDATA[secure the mysql databases viz cron]]></category>
		<category><![CDATA[set cron for mysql]]></category>
		<category><![CDATA[set mysql database backups]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=290</guid>
		<description><![CDATA[To generate the backup of mysql database using cron job refer following three format as per your requirement. 1) Cron job to generate  database backup in  .sql format * * * * * /usr/bin/mysqldump -u databaseusername databasename -ppassword &#62; /path of database database.sql 2) Cronjob to compress database backup in .bz2 format * * * [...]]]></description>
			<content:encoded><![CDATA[<p>To generate the backup of mysql database using cron job refer following three format as per your requirement.</p>
<p>1) Cron job to generate  database backup in  .sql format</p>
<p><span style="color: #800000;">* * * * * /usr/bin/mysqldump -u databaseusername databasename -ppassword &gt; /path of database database.sql</span></p>
<p>2) Cronjob to compress database backup in .bz2 format</p>
<p><span style="color: #800000;">* * * * * /usr/bin/mysqldump -u datbaseusername databasename -pdatbasepassword|bzip2 -c &gt; /path of database database.bz2</span></p>
<p>3)  Cronjob to compress database backup in .gz format</p>
<p><span style="color: #800000;">* * * * * /usr/bin/mysqldump -u databaseusername databasename -ppassword|gzip &gt; /path of databasedatabase.gz</span></p>
<p>If you have any problem or idea about this thread than contact me at <span style="color: #800000;">linux7802@gmail.com</span><br />
<script type="text/javascript">// <![CDATA[
       google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/10/backup-of-mysql-database-using-cron-job/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set cron with the login details?</title>
		<link>http://www.theperfectarts.com/2009/08/set-cron-with-the-login-details/</link>
		<comments>http://www.theperfectarts.com/2009/08/set-cron-with-the-login-details/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 01:51:34 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Cron jobs issue]]></category>
		<category><![CDATA[cron with login details]]></category>
		<category><![CDATA[cron with password]]></category>
		<category><![CDATA[cronjobs with user]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=187</guid>
		<description><![CDATA[Most of the corn is set and run from admin section of the script like Drupal etc. You can set the cron with the password in following format. /usr/bin/curl http://support:password@www.yourdomainname.com/cron.php In above format 1st you need to check the path for curl on your server by using &#8220;which curl&#8221; command and then use admin section [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the corn is set and run from admin section of the script like Drupal etc.</p>
<p>You can set the cron with the password in following format.</p>
<p><span style="color: #800000;">/usr/bin/curl http://support:password@www.yourdomainname.com/cron.php</span></p>
<p>In above format 1st you need to check the path for curl on your server by using &#8220;<span style="color: #800000;">which curl</span>&#8221; command and then use admin section login respectively to run cron.</p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/set-cron-with-the-login-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

