You are not logged in.

#1 2010-03-23 15:38:13

jccl1706
Member
From: Cuba
Registered: 2010-03-11
Posts: 67

[SOLVED]help with cron

hello I need to schedule a cron job in every 15 minutes to back up one directory to another and I echo the scripts of the copy, but do not know how to tell the cron to do it every 15 minutes
please help me

Last edited by jccl1706 (2010-03-23 16:20:57)


| archlinux | Xmonad | urxvt | vim |

Offline

#2 2010-03-23 15:51:11

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: [SOLVED]help with cron

Try the first result: cron job in every 15 minutes

Offline

#3 2010-03-23 15:51:46

evr
Arch Linux f@h Team Member
Registered: 2009-01-23
Posts: 554

Re: [SOLVED]help with cron

put something like

0,15,30,45 * * * * "script to execute"

in you crontab

Offline

#4 2010-03-23 16:11:45

jccl1706
Member
From: Cuba
Registered: 2010-03-11
Posts: 67

Re: [SOLVED]help with cron

thanks to your help to resolve my doubts and my problem


| archlinux | Xmonad | urxvt | vim |

Offline

Board footer

Powered by FluxBB