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.log

But 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
[email protected]
http://lists.centos.org/mailman/listinfo/centos

Reply via email to