View previous topic :: View next topic |
Is fcron worth the move? |
Yes |
|
31% |
[ 5 ] |
Depends |
|
37% |
[ 6 ] |
No |
|
31% |
[ 5 ] |
|
Total Votes : 16 |
|
Author |
Message |
flickerfly l33t
Joined: 08 Nov 2002 Posts: 677 Location: Lanham, MD
|
Posted: Tue Nov 16, 2004 3:53 pm Post subject: fcron: Worth the move? |
|
|
I looked around at my cron options. I'm currently using the tried and true vixie-cron. I understand fcron is more flexible. I'm interested in hearing if anyone has converted and how their experience was.
Do you find the different options to clutter the simplicity or do they really add value to your cron experience?
Do you find that you make use of the added functionality?
Does it replace atd as well for you?
Here's a link for those interested:
http://fcron.free.fr/description.php _________________ An Evil Genious' Guide to Sheeple and How To Avoid Becoming One | 0x4C9EF4A |
|
Back to top |
|
|
Chaosite Guru
Joined: 13 Dec 2003 Posts: 540 Location: Right over here.
|
Posted: Tue Nov 16, 2004 8:30 pm Post subject: |
|
|
Its just a cron daemon...
"Cron experience", yeah right...
Apparently, the thing that makes it different from vixie-cron is that it can run based on system uptime, not just a preset time.
Also, it can handle running missed jobs on startup. nice.
If you need the features, switch. Else don't bother... |
|
Back to top |
|
|
flickerfly l33t
Joined: 08 Nov 2002 Posts: 677 Location: Lanham, MD
|
|
Back to top |
|
|
mstockin n00b
Joined: 02 Jul 2004 Posts: 12 Location: Passau, Germany
|
Posted: Sat Nov 20, 2004 11:12 pm Post subject: |
|
|
I used it to monthly log the amount of my network traffic:
Code: |
&bootrun 0 0 24 * * /sbin/iptables -L -v -Z DSLTRAFFIC > /var/log/DSLTRAFFIC_`date '+%Y-%m-%d_%B'`
|
If the machine isn't running at the specified time, the 'bootrun' option says, that the command should be run at next boottime. |
|
Back to top |
|
|
|