2 # this backs up all the important folders into a tar archive
6 echo "Usage: $progname save_path"
7 echo "This script backups up the home directory."
12 sudo
tar -czpvf $1/`date +%y%m%d`.
tar.gz \
13 --exclude=$HOME/Desktop \
14 --exclude=$HOME/Pictures \
15 --exclude=$HOME/Music \
16 --exclude=$HOME/Movies \
17 --exclude=$HOME/videos \
18 --exclude=$HOME/downloads \