|
If you wanted to prevent all users from using cron, you could add the line ALL to the cron.deny file: root@pingu # echo ALL >>/etc/cron.deny If you want user cog to be able to use cron, you would add the line cog to the cron.allow file: root@pingu # echo cog >>/etc/cron.allow If there is neither a cron.allow nor a...
|
|
|
The first line of my file tells cron that every day (the fields day-of-month, month and day-of-week have stars, so cron doesn't care about them) at 05:44 in the morning I want the command "run-parts /etc ... You are here: Home → Writings → Erik's Book About Linux → html → Doing things periodically - Using CRON...
|
|
|
At one time cron was easy to describe: It involved only one or two files. All you had to do was edit the files and -- voilà! -- cron did the rest. Now cron has become several files and several programs, and at first glance it seems quite complex. ... I creat the file using: date > /backup/date_stamp then I want to create...
|
|
|
Using cpio and tar utilities, in conjunction with the scheduling services cron and/or crond to implement the full backup /data/* folder as the source to /dev/sda as the target (tape) at 1:00 AM daily except Saturday and Sunday.
|
|
|
Daily recipes to cook with WordPress ... This is just pseudo-cron though – it still requires a visitor to visit the blog to fire off the hooks that looks for scheduled tasks. It is by no means a replacement for *nix’s cron. ... Using Cron to schedule events in your WordPress blog | Blam Yo!
|
|
|
We have automated these procedures by using cron. For example, the backup script brings several services to a stop, performs an rsync of any changes from the hot server to a duplicate cold server, performs a standard tape archive backup, and finally brings the halted services back online.
|
|
|
Set this script up to run every night, etc. as a cron job. It will save an sql dump of your database every night in the mysql_backup. ... Using WordPress Auto-Upgrade and Solving Timeouts...
|
Copyright © 2009, Dictionary.com, LLC. All rights reserved.