Hello,
I want to use the cron instead of vBSEO Sitemap Generator's default schedule task.
What is the command I need to put at the crontab to run the sitemap generator once daily at midnight? I am using CentOS 5.7 64bit
Thanks
This is a discussion on Cron command for Dedicated Servers? within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Hello, I want to use the cron instead of vBSEO Sitemap Generator's default schedule task. What is the command I ...
Hello,
I want to use the cron instead of vBSEO Sitemap Generator's default schedule task.
What is the command I need to put at the crontab to run the sitemap generator once daily at midnight? I am using CentOS 5.7 64bit
Thanks
Hello ,
You can check readme.html file for Sitemap Generator. It has a specific section that explains what you are asking.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Hello Mert,
I looked at the readme file, but can not fine the section to setup a cron (except the section where it tells how to setup a schedule task from AdminCP). May be I am missing it somehow.
Anyway, is this good?
Code:0 2 * * * root /usr/lib/php /home/username/public_html/vbseo_sitemap/vbseo_sitemap.php
Assuming the paths are correct, that should work at 2am server time.
Last edited by Brian Cummiskey; 10-29-2011 at 11:58 AM.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I'm sorry, it is correct as stands for 2am.
Code:* * * * * command to be executed - - - - - | | | | | | | | | +----- day of week (0 - 6) (Sunday=0) | | | +------- month (1 - 12) | | +--------- day of month (1 - 31) | +----------- hour (0 - 23) +------------- min (0 - 59)
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!