With this Script you can backup your Linux Server. You can choose what directory you want to backup. Every Backup is made with tar and every backup has a date stemp and a time stemp.
When you have made all Backups you need you only have to download it with WinSCP or an other FTP programm to your computer :)
How can i use this Script?
Just insert this command in your Shell: wget https://github.com/clezcoding/Linux-Backup-Script/archive/main.zip && unzip main.zip && cd Linux-Backup-Script-main && chmod 777 BackupScript.sh && ./BackupScript.sh
Your Backups are located in /opt
Have fun and stay safe :D