Robin_PHD/backup.sh
robin 58af16d0ca op-amp en298 failure symptom determination technique half done
on LM358
and datasheet added to related docs
2012-03-11 12:50:21 +00:00

15 lines
156 B
Bash
Executable File

rm -rf thesis_back_up*
d=`date | sed 's/:/_/g' | sed 's/ /_/g' `
echo $d
t=thesis_back_up.$d.tar
echo $t
tar cvfp $t *
gzip $t
ls -l thesis_back_up*