Robin_PHD/backup.sh
Robin Clark ce4c55f96c added a backup script.
putting backup files on the 16GB card on my phone.
2010-11-04 09:45:29 +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*