[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Timestamp on filename?



Is it possible to add a timestamp to the file name?
I have a cron job making a sqldump like this:
mysqldump -uxxxxxx -pxxxxx --opt db > /home/dbbackups/sqldump.sql

I would like to have the file named like this »sqldump_TIMESTAMP.sql«

René Mølsted