When I use time and date at the end of a crontab line like backup`date
+%F_%T`.sql
or like backup`date%d%m%y`.sql
, my crontab command doesn't work. But when I remove it, it works perfectly.
Why doesn't it work when I use time and date like date%d%m%y
?