Adding warning about backups (#5489)

* Adding warning about backups

Many people have failed to set up backups, and lost their config. Adding some warnings to hopefully reduce the numbers.

* Move up
This commit is contained in:
DubhAd 2018-06-04 08:44:51 +01:00 committed by Fabian Affolter
parent e7fe1b699c
commit 8b9dc6ed11

View File

@ -54,4 +54,8 @@ We will need a few things to get started with installing Home Assistant. Links b
[local]: http://hassio.local:8123
<p class='note warning'>
When you're done, remember to set up regular backups of your configuration. This will protect you from hardware failure and mistakes. On Hass.io you have snapshots, but you can back up to [GitHub](/docs/ecosystem/backup/backup_github/), [DropBox](/docs/ecosystem/backup/backup_usb/) and many other ways. All that matters is that you set them up and test them regularly.
</p>
### [Next step: Configuring Home Assistant &raquo;](/getting-started/configuration/)