Simple backup script for Windows/Linux
Important
Make sure that the paths to the 7-Zip and OpenSSL executable files are included in the Windows PATH environment variable.
sudo apt install 7zip
sudo apt install openssl
backup <PATH TO FILE>
or just drag file to .bat file
sudo chmod +x backup.sh
./backup.sh <PATH TO FILE>