Overview
In this exercise, you’ll use Linux’s cron scheduling tool to automate a simple backup script. While bash scripts and cron are Linux-specific, similar script-based automation is valuable for many tasks.
The bash script in the exercise
In this exercise, you’ll use Linux’s cron scheduling tool to automate a simple backup script. While bash scripts and cron are Linux-specific, similar script-based automation is valuable for many tasks.
The bash script in the exercise