Tagged Questions

0
votes
0answers
32 views

Run a command every week with Cron? [closed]

Simple question- what would a crontab entry look like for a command I want to run every week on Saturday at 8:05 AM?
0
votes
5answers
48 views

Getting started with cronjobs on a Mac.

I'm trying to get familiar with cron jobs, and I think I get the basic idea (scheduling, syntax, etc), But, I can't seem to get it right on my mac with Terminal - where exactly do …
0
votes
4answers
47 views

Edit crontab programmatically and force the daemon to refresh

Hi, I'm trying to write a web frontend for Crontab in Ruby using the excellent CronEdit gem. I went through Dillon Cron's crontab source code and found that it updates a particula …
0
votes
3answers
37 views

Creating crontab via Capistrano instead of using crontab -e

I would like to include cron tasks in my Capistrano deployment files instead of using the following command to manually edit the crontab file: crontab -e [username] Is there a sc …
3
votes
3answers
143 views

How do YOU deploy cron jobs to production?

How do people deploy/version control cronjobs to production? I'm more curious about conventions/standards people use than any particular solution, but I happen to be using git for …
2
votes
2answers
42 views

django custom command and cron

Hello I want my customly made django command to be executed every minute, however it seems like python /path/to/project/myapp/manage.py mycommand doesn't seem to work while at the …
1
vote
4answers
77 views

java scheduler

Which is the best way to run a process in scheduler. I can either do it crontab or Spring-Batch. Any other better option?
0
votes
3answers
96 views

Will cron execute php files or only CGI scripts?

Can .php be used in Crontab function on Linux or wil it execute only .CGI scripts? I'm using Plesk Control panel, I did the settings as per the Crontab doc, but i think it's not e …
1
vote
3answers
79 views

how to set cronjob for 2 days?

Hi, I am using crontab command for db backup purpose,and want to take a backup once every two days. is this correct 0 0 2 * * * if wrong please tell me the correct command for set …
1
vote
1answer
54 views

How to get colored emails from crontab?

I call a Python script from crontab. The script does generates colored output using ANSI escapes but when crontab is sending the mail with the output I see the escapes instead of c …
4
votes
6answers
391 views

How to test things in crontab

Hi, This keeps happening to me all the time: 1) I write a script(ruby, shell, etc). 2) run it, it works. 3) put it in crontab so it runs in a few minutes so I know it runs from th …
0
votes
1answer
40 views

PHP ob_* from cronjob?

Hi guys, I'm experiencing some problems with ob_* function when it runs as a cronjob: <?php function getLayout($file, $extract=array()) { if (is_file($file)) { if …
-1
votes
0answers
55 views

cronjob for mysqldump is giving error [closed]

Hello, I am using mysqldump command to take backup of my database. mysqldump --add-drop-table -u user -ppassword databasename > backup/mybackup_$(date +%d%m%Y_%H%M).sql and …
2
votes
0answers
230 views

Is there a way to validate /etc/crontab’s format? [closed]

I prefer to stick scheduled tasks in /etc/crontab so I can see at a glance what's scheduled to run, regardless of which user the task runs as. The only gotcha is that the format i …
0
votes
0answers
50 views

How to set crontab using command prompt? [closed]

How to set cronjob/crontab in server using command prompt. Give sample command or sample links.

1 2 3 next
15 30 50 per page