Summary

Learn the scenarios when you need a Bash script.

We'll cover the following...

Scripts features

While we solved the backup task, we considered the basic features of Bash scripts. Let’s make a summary of their features.

Below are the requirements for the backup task:

  1. The backup command
...