Running Home Assistant OS in VirtualBox
So, I was trying to apply a backup of home assistant, since for some reason my current installation was having issues. I went into the CLI, and started following the steps to apply the backup in the CLI
- in the CLI type
login
cd /mnt/data/supervisor/backup
ls -l
→ find the required backup and note the slug- go back to CLI with
exit
back restore <slug>
For some reason, after step 4, the CLI randomly loaded again. I tried to run step 5, but it said that the backup didn’t exist anymore, then I tried steps 2 & 3 again to see if i got the name wrong, and it said it didn’t exist. Then, I tried opening the webpage for it, and sure enough, it said “Preparing Home Assistant”. Are there any fixes to this?