Restore BackUp from online to localhost

i have a BackUp from erpnext online server and i want to restore it for my localhost:8080 ,how can do it

From Download Backups get your cloud account backup and restore it on local system by using bench restore downloaded_file_path

Hi,

Im struggling to get backup restored successfully.

I have a production backup file downloaded on my dev server, I ran the command to restore using --force successfully but when I browse to the site on dev Im getting internal error message

here is my web.error.log:
[2016-01-20 16:32:37 +0000] [2959] [INFO] Starting gunicorn 19.4.5
[2016-01-20 16:32:37 +0000] [2959] [INFO] Listening at: http://127.0.0.1:8000 (2959)
[2016-01-20 16:32:37 +0000] [2959] [INFO] Using worker: sync
[2016-01-20 16:32:37 +0000] [3052] [INFO] Booting worker with pid: 3052
[2016-01-20 16:32:37 +0000] [3053] [INFO] Booting worker with pid: 3053

I have not installed dev server with the same site name, is this an issue. I am also noticing that the production backup is just the sql scripta, how do I get the apps accross and all the customisations across?

Am I missing something?

regards