Cloning and Compressing SD Card Image
wget https://raw.githubusercontent.com/C0nvert/piclone/master/system_backup.sh
lsblk
If name equals "mmcblk0", proceed
if not edit system_backup.sh
chmod +x system_backup.sh
sudo crontab -e
0 0 * * * /pathtofile/system_backup.sh
system_baskup.sh <path to backup save> <number of days retention>