Mailinglist Archive: opensuse (4570 mails)
| < Previous | Next > |
Re: [SLE] 9.3 cron daily question
- From: pelibali <pelibali@xxxxxxxxxxx>
- Date: Sun, 27 Nov 2005 19:25:46 +0000 (UTC)
- Message-id: <20051127201245.22885cdc@xxxxxxxxxxxxxxx>
Hi,
On Sun, 27 Nov 2005 15:43:23 +0100 (CET)
"Carlos E. R." <.> wrote:
> > #cron.daily) TIME="-ctime +1 -or -ctime 1" ;;
> > #cron.weekly) TIME="-ctime +7 -or -ctime 7" ;;
> > #bug
> > cron.daily) TIME="-cmin +1400 -or -cmin -1400" ;;
> > cron.weekly) TIME="-cmin +10080 -or -cmin -10080" ;;
Sorry for this lame reply, but I think something is wrong
here. 1 week = 7 days, so 1400 x 7 would be likely 9800 and
not 10080.
Pelibali
Ps. From the archive:
<...>
cron.hourly) TIME="-cmin +60 -or -cmin 60" ;;
cron.daily) TIME="-cmin +1440 -or -cmin 1440" ;;
cron.weekly) TIME="-cmin +10080 -or -cmin 10080" ;;
cron.monthly) NOW=`date +%s`
<...>
On Sun, 27 Nov 2005 15:43:23 +0100 (CET)
"Carlos E. R." <.> wrote:
> > #cron.daily) TIME="-ctime +1 -or -ctime 1" ;;
> > #cron.weekly) TIME="-ctime +7 -or -ctime 7" ;;
> > #bug
> > cron.daily) TIME="-cmin +1400 -or -cmin -1400" ;;
> > cron.weekly) TIME="-cmin +10080 -or -cmin -10080" ;;
Sorry for this lame reply, but I think something is wrong
here. 1 week = 7 days, so 1400 x 7 would be likely 9800 and
not 10080.
Pelibali
Ps. From the archive:
<...>
cron.hourly) TIME="-cmin +60 -or -cmin 60" ;;
cron.daily) TIME="-cmin +1440 -or -cmin 1440" ;;
cron.weekly) TIME="-cmin +10080 -or -cmin 10080" ;;
cron.monthly) NOW=`date +%s`
<...>
| < Previous | Next > |