In order to have a stable Linux server we need to have a stable, continuous backup system in case our data get lost or server crash. Best solution for me is bash script compressing the data via .gz format. To achieve this i use the following command, open a file called backup_file.sh and paste: [code]cd…