You can't restore a backup if you haven't created it.
I would suggest dumping your database into a backup at least once a week. If you can't afford the space, just backup character_, accounts, items and spawn info tables. Shouldn't be too big once zipped.
If you dont know how, run command prompt and point it to mysql\bin. Then type in:
mysqldump eq character_ accounts items > Backup.sql
|