Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Scheduling Backup Jobs using at and crontab
Posted by Philipp Esselbach on: 04/21/2006 09:13 AM [ Print | 0 comment(s) ]
Debianhelp has published a new guide about scheduling Backup Jobs using at and crontab
You can schedule a command or a script using two tools
crontab : Schedules tasks once or repeatedly.
You can use the crontab command to run commands at regular times. For example, you could schedule a backup of your files every Friday. Commands can be scheduled to the minute.
at : Schedules tasks once.
You can use the at command to schedule a command or script to run a single time. The command includes several utilities
crontab : Schedules tasks once or repeatedly.
You can use the crontab command to run commands at regular times. For example, you could schedule a backup of your files every Friday. Commands can be scheduled to the minute.
at : Schedules tasks once.
You can use the at command to schedule a command or script to run a single time. The command includes several utilities
Scheduling Backup Jobs using at and crontab
Related Threads
01/05/2004 02:18 PM: why we can't impliment scheduling algor. in form of module? (1) by Dapper Dan
