Since SQL express has no SQL Agent you will need to script out a backup command and have it scheduled using windows scheduler.
i.e create a batch file and call sqlcmd to execute the backup script, the batch file itself would need to be scheduled in windows.