This is a backup repository for the
system_check.shrunning in my Linux server. The script checks the system and uploads thebackup.tarfile automatically.
๐ก The backup.tar file contains all of the apache server data.
- We can easily access the backed up data by unzipping the
.tarfile,
tar -xvf backup.tar๐ I have also uploaded the system_check.sh script file in this repository for reference ๐