Q. How do I run a cron job or a shell script every 10 minutes using Linux / UNIX cron service?
{ 11 comments }
Q. How do I make remote backups under Linux? I’ve CentOS 5 Linux server located in remote data center and I’d like to backup it to local or another server? A. Both Linux / UNIX come with handy tools to make secure remote backups. You can use tool called rsync for automating remote backups of [...]
{ 3 comments }
How do I to disable the mail alert send by crontab? When my job is executed and the jobs cannot run normally it will sent an email to root. Why do I receive e-mails to my root account from cron? How can I prevent this?
{ 29 comments }