Page is a not externally linkable
Jonesy - 2:39 am on May 25, 2010 (gmt 0)
man tar
Simply tell `tar` not to include the backup file:
cd /home
tar zcf /home/EXAMPLE/`date +%Y%b%d`_EXAMPLE_backup.tar.gz --exclude='*backup.tar.gz' EXAMPLE
Jonesy