#! /bin/bash
cd /home/thedrx/public_html
find ./ii_backups -mtime +7 -exec rm {} \;
tar -czf ./ii_backups/ii-`date +%Y%m%d`.tar.gz ./ii/*
