crontab -l <<< "0 3 * * * tar -czvf /backup/home_backup_$(date +%Y%m%d%H%M).tar.gz /home --exclude={\"/home/*/.cache\",\"/home/*/.local/share/Trash\"} && find /backup -type f -name \"home_backup_*.tar.gz\" -mtime +7 -delete"