-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Update steps on backup restore #36657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe documentation for Home Assistant Cloud backup procedures has been refined to provide clearer guidance on backup encryption, restoration processes, and the role of the encryption key. The update focuses on explaining the encryption status of cloud-stored backups, detailing the requirements for restoring encrypted backups during system onboarding, and clarifying the backup restoration workflow for users. Changes
The changes appear to be documentation improvements that do not involve code modifications, focusing on providing more precise and comprehensive guidance for users managing backups in Home Assistant Cloud. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
source/_includes/common-tasks/backups.md (2)
68-68
: Consider making the encryption status more prominent.While the addition about manual backups not being encrypted by default is accurate, this important security information could be made more prominent, perhaps as a callout or warning box.
Consider reformatting like this:
-Manually created backups are not encrypted by default. +{% note %} +**Important**: Manually created backups are not encrypted by default. For sensitive data, consider enabling encryption when creating manual backups. +{% endnote %}
185-191
: Consider adding a warning about data overwrite.While the steps are clear, consider adding a more prominent warning about data being overwritten during restoration.
Consider adding this warning before the steps:
+{% warning %} +**Warning**: Restoring a backup will overwrite your current configuration. Make sure you have a backup of your current setup before proceeding. +{% endwarning %} 3. Select what to restore:
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
source/_includes/common-tasks/backups.md
(6 hunks)
🔇 Additional comments (3)
source/_includes/common-tasks/backups.md (3)
47-48
: LGTM! Important security information added.Clear and essential addition about backup encryption status and the importance of the emergency kit for cloud backups.
56-56
: LGTM! Clear explanation of cloud backup encryption requirements.Important clarification about the encryption key requirement for cloud backup restoration.
168-170
: LGTM! Clear restoration steps with encryption handling.The steps are well-organized and properly include the encryption key requirement for encrypted backups.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @c0ffeeca7 👍
../Frenck
Proposed change
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit