#How to do a manual backup without setting up automatic backups

1 messages · Page 1 of 1 (latest)

gloomy stone
#

I just finished a fairly complicated change, and I want to create a backup before making any further changes. The "backup now" button just launches the automatic backup setup, which I don't want.

In addition, I don't want encryption on my backups. I have an experimental system with many users from several companies accessing my data. I would rather everyone in the world had access to my entire system before a single user lost access. Recovering data is so important to me that encryption is not an option.

uneven quartz
#

This is a bunch of ways to back-up your system and not use the new 2025.1 introduced automatic stuff.
Choices are good to have. Make sure you are making the right choice.

https://community.home-assistant.io/t/alternatives-to-automatic-backups-ways-to-do-it-yourself/824436

gloomy stone
#

I don't see an option to run a manual backup in that list. They all appear to be for automations. If I've missed it, could you please point it out to me?

empty hazel
#

Go to developers tools > actions. Search for "backup" and choose the hassio.full_backup action. Fill out the rest of the options in ui mode or yaml mode. Click on the button. This will kick off a backup and you can check the progress in the supervisor logs

#

And you will not have created an automation for it.