#!/bin/sh

today=`date +%A`
sudo dd bs=4M if=/dev/mmcblk0 of=/rockbackup/$today-rockbackup.iso
#sleep 10
#sudo reboot
