Hi,
The code:
[root@XXXXXX]# date -I
2005-07-31
works fine but when I put that in the script is displays:
2005-07-31?-backup.sql
My script is:
date=date -I
mysqldump --add-drop-table --databases home fczc4 > /home/e-smith/files/ibays/software/files/backup/$date-backup.sql
Strange isn't it?