Scott Ehrlich wrote:
- Have the script dump the results of the job to a text file. I tried this with /path/to/dump my switches -v >> /home/me/dump.logBut that just produced an empty file.
Try appending "2>&1" (without the quotes) to that command.
- Have the dump file be date-stamped with the date it was executed.
FILENAME=my-backup-`date +%Y%m%d`.dump _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos