#!/bin/bash
cd /home/sites/www.yomama.com/www/foo/reports/
tar cv * > reports.tar
mv reports.tar /home/sites/www.yomama.com/www/foo/archive/
rm log.agents.html
rm log.details.html
rm log.html
rm 1
rm log.keys.html
rm log.refs.html
The next step, in my opinion, is to email the archived file to myself :).
Any ideas?
[davelozinski.com...]