First of all, THANK YOU for the great article.

I am using a simpler version of this just to backup "my" files:

tar cvpzf backup.tgz -exclude=backup.tgz ~

This seems to work fine, but it...