Home assistant backup folder repeat itself taking up a lot of space

Ugh!! the problem resurfaced, this time not only backup folder having the issue, all other folders are looping as well.

  • addons
  • backup
  • config
  • share
  • ssl

all folders are looping.

I have to do below to remove the links:

  1. docker exec -it hassio_supervisor bash
  2. find /data -type l
  3. unlink each of them
  4. ctrl + p + q
  5. docker exec -it homeassistant bash
  6. unlink /config/config
4 Likes