<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Backups on Smart Home? Sure — But Secure!</title>
        <link>https://smarthome-aber-sicher.de/en/tags/backups/</link>
        <description>Recent content in Backups on Smart Home? Sure — But Secure!</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Thu, 03 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://smarthome-aber-sicher.de/en/tags/backups/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Backing Up Home Assistant to Google Drive</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2025/04/03/backing-up-home-assistant-to-google-drive/</link>
        <pubDate>Thu, 03 Apr 2025 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2025/04/03/backing-up-home-assistant-to-google-drive/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2025/04/03/home-assistant-backups-auf-google-drive-sichern/cover.png" alt="Featured image of post Backing Up Home Assistant to Google Drive" /&gt;&lt;p&gt;My first backup video used Microsoft OneDrive as the example. After that, many comments came in with the same question: &lt;em&gt;And how does that work with Google Drive?&lt;/em&gt; Fair enough – not everyone wants to use Microsoft. So here&amp;rsquo;s the answer.&lt;/p&gt;
&lt;p&gt;The good news upfront: Home Assistant encrypts its backups by default before they reach the cloud. That means neither Google nor Microsoft can read the contents. This makes storing backups on a third-party service perfectly acceptable from a privacy standpoint – and takes the wind out of one of the most common objections.&lt;/p&gt;
&lt;p&gt;The setup with Google Drive is more complex than with OneDrive, however, because you need to complete a few steps in the Google Cloud Console. I&amp;rsquo;ll walk you through all of them.&lt;/p&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/fHNHGOn31n8&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;h2 id=&#34;home-assistant-backups-with-google-drive&#34;&gt;Home Assistant Backups with Google Drive
&lt;/h2&gt;&lt;p&gt;In my &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/sas/ha-backups&#34; &gt;previous video on backups&lt;/a&gt;, I introduced the new backup mechanism in Home Assistant starting with version 2025.1 and demonstrated – using Microsoft OneDrive as an example – how easy it is to store encrypted backups at a secure second location using the built-in options. The Microsoft OneDrive integration in Home Assistant is very straightforward, but not everyone wants to use OneDrive.&lt;/p&gt;
&lt;p&gt;So in this video, I want to show another popular alternative: integrating Google Drive into Home Assistant, step by step. The initial setup is more complex than with OneDrive, so I&amp;rsquo;ll walk through the entire process.&lt;/p&gt;
&lt;p&gt;By the way: since Home Assistant encrypts its backups by default, storing such sensitive backups on cloud storage from Microsoft or Google is not a privacy concern at all, and can in my assessment be done without hesitation.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;d like to familiarize yourself with the basics of the new backup mechanism first, I recommend watching &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/sas/ha-backups&#34; &gt;&lt;strong&gt;this video&lt;/strong&gt;&lt;/a&gt; before continuing. In the following, I&amp;rsquo;ll focus exclusively on integrating Google Drive into the backup mechanism and won&amp;rsquo;t repeat the general overview of Home Assistant&amp;rsquo;s backup system here.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites
&lt;/h2&gt;&lt;p&gt;You&amp;rsquo;ll need a &lt;strong&gt;Google account&lt;/strong&gt; to get started. Your Home Assistant installation also needs to be running a version that supports the &lt;strong&gt;new backup mechanism&lt;/strong&gt;, i.e., version 2025 or later.&lt;/p&gt;
&lt;h3 id=&#34;what-you-need-to-set-up-in-google-and-why&#34;&gt;What you need to set up in Google and why:
&lt;/h3&gt;&lt;p&gt;For Home Assistant to communicate with Google Drive, you need to create the following elements in the &lt;strong&gt;Google Cloud Console&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Cloud Project&lt;/strong&gt;&lt;br&gt;
The project is the container where all configuration for your Home Assistant connection is collected. You can manage specific settings and all access centrally here.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;OAuth Consent Screen&lt;/strong&gt;&lt;br&gt;
This step is required to identify Home Assistant as an application authorized to communicate with your Google Drive. Here you define basic information about the application, such as name, email address, and access permissions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;OAuth Client (Web Application)&lt;/strong&gt;&lt;br&gt;
The OAuth client is the access key that Home Assistant uses to authenticate with your Google account. It consists of two parts: the &lt;strong&gt;Client ID&lt;/strong&gt; and the &lt;strong&gt;Client Secret&lt;/strong&gt;. These are entered into Home Assistant later.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Drive API&lt;/strong&gt;&lt;br&gt;
This API allows Home Assistant to access your Google Drive and store or retrieve files there. It must be explicitly enabled for the connection to work.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Test Users&lt;/strong&gt;&lt;br&gt;
Since your application is not verified by Google, you need to add your own email address as a test user to gain access.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;integrating-google-drive-into-home-assistant&#34;&gt;Integrating Google Drive into Home Assistant
&lt;/h2&gt;&lt;p&gt;In your Home Assistant installation, go to &lt;strong&gt;Settings&lt;/strong&gt; and then &lt;strong&gt;Integrations&lt;/strong&gt;. Click &lt;strong&gt;Add Integration&lt;/strong&gt; and search for the entry &lt;strong&gt;Google → Google Drive&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The setup wizard that follows will ask you for a name (which you can choose freely), as well as an &lt;strong&gt;OAuth Client ID&lt;/strong&gt; and an &lt;strong&gt;OAuth Client Secret&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In the upper section of the setup wizard, the necessary links are provided for creating this ID and secret. Let&amp;rsquo;s take a closer look at those now.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://smarthome-aber-sicher.de/blog/2025/04/03/home-assistant-backups-auf-google-drive-sichern/anmeldedaten.png&#34;&gt;
&lt;/figure&gt;

&lt;h3 id=&#34;google-cloud-platform-login&#34;&gt;Google Cloud Platform Login
&lt;/h3&gt;&lt;p&gt;Click the &lt;strong&gt;OAuth Consent Screen&lt;/strong&gt; link and sign in with your Google account if you haven&amp;rsquo;t already. You&amp;rsquo;re now in the configuration area of the Google Cloud, in the &lt;strong&gt;Google Authentication Platform&lt;/strong&gt; dialog.&lt;/p&gt;
&lt;h3 id=&#34;creating-a-google-project&#34;&gt;Creating a Google Project
&lt;/h3&gt;&lt;p&gt;If you&amp;rsquo;ve never been here before, you need to create a project first.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click &lt;strong&gt;Create Project&lt;/strong&gt; and give your project a name, for example &lt;code&gt;Home Assistant Backup&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Create&lt;/strong&gt; and wait a few seconds for the project to be created.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;registering-an-oauth-application-with-google&#34;&gt;Registering an OAuth Application with Google
&lt;/h3&gt;&lt;h4 id=&#34;creating-the-oauth-configuration&#34;&gt;Creating the OAuth Configuration
&lt;/h4&gt;&lt;p&gt;You&amp;rsquo;ll now see the &lt;strong&gt;OAuth Overview&lt;/strong&gt; screen with a notice that the Authentication Platform has not yet been configured.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click &lt;strong&gt;Get started&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Enter a name for the app, for example &lt;code&gt;Home Assistant&lt;/code&gt; or &lt;code&gt;Home Assistant Backup&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Under &lt;strong&gt;User support email&lt;/strong&gt;, select your email address from the dropdown menu and click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under &lt;strong&gt;Audience&lt;/strong&gt;, select the option &lt;strong&gt;External&lt;/strong&gt; and click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under &lt;strong&gt;Contact Information&lt;/strong&gt;, enter your Google email address and click &lt;strong&gt;Next&lt;/strong&gt; again.&lt;/li&gt;
&lt;li&gt;Confirm the &lt;strong&gt;User Data Policy&lt;/strong&gt; with a click and select &lt;strong&gt;Continue&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Create&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Google will now confirm with the message &lt;strong&gt;OAuth Configuration Created&lt;/strong&gt; that everything was set up successfully.&lt;/p&gt;
&lt;h4 id=&#34;creating-an-oauth-client&#34;&gt;Creating an OAuth Client
&lt;/h4&gt;&lt;ol&gt;
&lt;li&gt;On the screen shown, click &lt;strong&gt;Create OAuth Client&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under &lt;strong&gt;Application Type&lt;/strong&gt;, select &lt;strong&gt;Web Application&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Leave the name as &lt;code&gt;Web Client 1&lt;/code&gt; or enter a custom name like &lt;code&gt;Home Assistant Backup&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Scroll down and under &lt;strong&gt;Authorized Redirect URIs&lt;/strong&gt;, click the &lt;strong&gt;Add URI&lt;/strong&gt; button.&lt;/li&gt;
&lt;li&gt;Paste the address that Home Assistant shows you in the setup dialog under &lt;strong&gt;Step 5&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Create&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;figure&gt;&lt;img src=&#34;https://smarthome-aber-sicher.de/blog/2025/04/03/home-assistant-backups-auf-google-drive-sichern/oauth_created.png&#34;&gt;
&lt;/figure&gt;

&lt;p&gt;Google will now display the generated &lt;strong&gt;Client ID&lt;/strong&gt; and &lt;strong&gt;Client Secret&lt;/strong&gt;. Copy this information and paste it into the Home Assistant setup dialog.&lt;/p&gt;
&lt;h4 id=&#34;configuring-audience-and-test-users&#34;&gt;Configuring Audience and Test Users
&lt;/h4&gt;&lt;p&gt;To actively use the authentication, you still need to add your email address as a test user on the Google side.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;In the Google Cloud Console&lt;/strong&gt;, navigate from &lt;strong&gt;Clients&lt;/strong&gt; to &lt;strong&gt;Audience&lt;/strong&gt; in the left sidebar.&lt;/li&gt;
&lt;li&gt;Scroll down to &lt;strong&gt;Test Users&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Add Users&lt;/strong&gt; and enter your Google email address.&lt;/li&gt;
&lt;li&gt;Confirm your entry.&lt;/li&gt;
&lt;/ol&gt;
&lt;figure&gt;&lt;img src=&#34;https://smarthome-aber-sicher.de/blog/2025/04/03/home-assistant-backups-auf-google-drive-sichern/test_user.png&#34;&gt;
&lt;/figure&gt;

&lt;h3 id=&#34;enabling-the-google-drive-api&#34;&gt;Enabling the Google Drive API
&lt;/h3&gt;&lt;p&gt;Before everything works, you need to enable the &lt;strong&gt;Google Drive API&lt;/strong&gt; in the Google Cloud Console so that Home Assistant can use it after authentication.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;In the Google Cloud Console&lt;/strong&gt;, switch from &lt;strong&gt;Google Authentication Platform&lt;/strong&gt; to &lt;strong&gt;APIs &amp;amp; Services&lt;/strong&gt; in the left navigation bar.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Enable APIs and Services&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Type &lt;strong&gt;Drive&lt;/strong&gt; into the search field.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Google Drive API&lt;/strong&gt; from the search results.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Enable&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This may take a few seconds. Afterwards, you&amp;rsquo;ll be redirected to a screen showing details about the Google Drive API usage.&lt;/p&gt;
&lt;h3 id=&#34;completing-the-connection-with-home-assistant&#34;&gt;Completing the Connection with Home Assistant
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Return to Home Assistant and click &lt;strong&gt;Open Website&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select your Google account again if prompted.&lt;/li&gt;
&lt;li&gt;Confirm Google&amp;rsquo;s warning that this application has not been verified by clicking &lt;strong&gt;Continue&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;On the next screen, confirm that you want to link your Google account with Home Assistant and click &lt;strong&gt;Continue&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;figure&gt;&lt;img src=&#34;https://smarthome-aber-sicher.de/blog/2025/04/03/home-assistant-backups-auf-google-drive-sichern/oauth_dialog.png&#34;&gt;
&lt;/figure&gt;

&lt;p&gt;At this point, a wizard to open &lt;strong&gt;My Home Assistant Links&lt;/strong&gt; may appear.&lt;/p&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Enter your &lt;strong&gt;Home Assistant URL&lt;/strong&gt; once and confirm with &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Finally, the prompt &lt;strong&gt;Link Account Home Assistant&lt;/strong&gt; will appear, which you can confirm by clicking &lt;strong&gt;Link Account&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;completing-the-setup-in-home-assistant&#34;&gt;Completing the Setup in Home Assistant
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Return to Home Assistant, where you&amp;rsquo;ve already entered the &lt;strong&gt;API Key&lt;/strong&gt;, &lt;strong&gt;OAuth Key&lt;/strong&gt;, and &lt;strong&gt;Client Secret&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Open Website&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select your Google account and confirm that the app has not been verified by clicking &lt;strong&gt;Continue&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Confirm once more that you want to proceed with the configuration.&lt;/li&gt;
&lt;li&gt;Finally, click &lt;strong&gt;Link Account&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If everything has been set up correctly, you&amp;rsquo;ll receive a &lt;strong&gt;Success&lt;/strong&gt; message in Home Assistant confirming that the Google Drive configuration has been created.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://smarthome-aber-sicher.de/blog/2025/04/03/home-assistant-backups-auf-google-drive-sichern/erfolg.png&#34;&gt;
&lt;/figure&gt;

&lt;h3 id=&#34;configuring-backup-settings-in-home-assistant&#34;&gt;Configuring Backup Settings in Home Assistant
&lt;/h3&gt;&lt;p&gt;You can now – as you may already know from the previous video – go to &lt;strong&gt;Settings &amp;gt; System &amp;gt; Backups&lt;/strong&gt;, then &lt;strong&gt;Backup Settings &amp;gt; Backup Locations&lt;/strong&gt; and &lt;strong&gt;enable Google Drive&lt;/strong&gt; there.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://smarthome-aber-sicher.de/blog/2025/04/03/home-assistant-backups-auf-google-drive-sichern/backup_einstellungen.png&#34;&gt;
&lt;/figure&gt;

&lt;p&gt;From now on, your backups will be saved not only locally, but also to &lt;strong&gt;Google Drive&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;→ If you want to understand why it&amp;rsquo;s important not to rely solely on manufacturer clouds, this article is worth a read: &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/cloud-ausgeschaltet/&#34; &gt;Wenn dein Smart Home plötzlich dumm wird – und was du dagegen tun kannst&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Home Assistant Backups in 2025.1 – Your Data Safe and Recoverable at Any Time</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2025/03/02/home-assistant-backups-in-2025.1-your-data-safe-and-recoverable-at-any-time/</link>
        <pubDate>Sun, 02 Mar 2025 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2025/03/02/home-assistant-backups-in-2025.1-your-data-safe-and-recoverable-at-any-time/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2025/03/02/home-assistant-backups-in-2025.1-deine-daten-sicher-und-jederzeit-wiederherstellbar/cover.webp" alt="Featured image of post Home Assistant Backups in 2025.1 – Your Data Safe and Recoverable at Any Time" /&gt;&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/qScjDnK1pG8&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;h2 id=&#34;why-are-backups-important&#34;&gt;Why Are Backups Important?
&lt;/h2&gt;&lt;p&gt;Imagine your Home Assistant system stops responding. Your automations, devices, and integrations are gone — everything you set up over months or even years, lost. That thought alone is unsettling, isn&amp;rsquo;t it? But that&amp;rsquo;s exactly what can happen if you don&amp;rsquo;t make regular backups.&lt;/p&gt;
&lt;p&gt;Fortunately, Home Assistant version 2025.1 introduces an improved backup system that is simpler, more secure, and more powerful than ever before. In this article, I&amp;rsquo;ll explain why backups are essential, how to set them up in Home Assistant, and which strategies you can use to best protect your data.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;whats-new-in-home-assistant-20251&#34;&gt;What&amp;rsquo;s New in Home Assistant 2025.1?
&lt;/h2&gt;&lt;p&gt;The new backup feature makes it even easier to secure your installation. Here are the key improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Automated backups&lt;/strong&gt; can be scheduled directly within the system.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cloud storage without extra add-ons&lt;/strong&gt; — now directly to Google Drive, Microsoft OneDrive, or a Synology NAS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Encryption by default&lt;/strong&gt; protects your backups from unauthorized access.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Easy restoration&lt;/strong&gt; — regardless of which installation method you use for Home Assistant.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This eliminates the need for external scripts or community add-ons to create regular backups.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comparison-old-vs-new-backup-method&#34;&gt;Comparison: Old vs. New Backup Method
&lt;/h2&gt;&lt;h3 id=&#34;previous-method&#34;&gt;Previous Method
&lt;/h3&gt;&lt;p&gt;In the past, the backup functionality in Home Assistant was fairly rudimentary. You had to trigger backups manually through the interface or rely on add-ons like &lt;em&gt;Google Drive Backup&lt;/em&gt; to store backups automatically in the cloud. A simple, integrated solution for regular, secured backups simply didn&amp;rsquo;t exist.&lt;/p&gt;
&lt;h3 id=&#34;new-method-in-20251&#34;&gt;New Method in 2025.1
&lt;/h3&gt;&lt;p&gt;With the new backup feature, you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Run backups automatically on a schedule&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Store backups directly in the cloud&lt;/strong&gt;, without third-party add-ons&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Selectively back up or exclude specific components&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Perform an easy restoration with just a few clicks&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In short: it has never been this easy to secure your Home Assistant system!&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;step-by-step-how-to-create-a-backup&#34;&gt;Step by Step: How to Create a Backup
&lt;/h2&gt;&lt;p&gt;Watch the video above for a detailed walkthrough of the process.&lt;/p&gt;
&lt;p&gt;Tip: &lt;strong&gt;Occasionally test the restoration&lt;/strong&gt; on a separate system to make sure your backups actually work.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;backup-storage-locations--whats-the-best-option&#34;&gt;Backup Storage Locations – What&amp;rsquo;s the Best Option?
&lt;/h2&gt;&lt;p&gt;Home Assistant 2025.1 offers various options for storing your backups:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Local (SD card or SSD)&lt;/strong&gt; → Quickly accessible, but vulnerable to hardware failures.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cloud (Google Drive, OneDrive, Synology NAS)&lt;/strong&gt; → Safe from hardware issues, but dependent on internet access.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hybrid solution (local + cloud)&lt;/strong&gt; → The best strategy for maximum security!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Recommendation: &lt;strong&gt;Keep at least 7–10 backups&lt;/strong&gt; to have multiple restore points available.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;best-practices-for-your-backup-strategy&#34;&gt;Best Practices for Your Backup Strategy
&lt;/h2&gt;&lt;p&gt;To make sure you&amp;rsquo;re always on the safe side, keep these tips in mind:&lt;/p&gt;
&lt;p&gt;✔ &lt;strong&gt;Schedule regular backups:&lt;/strong&gt; Daily or weekly, depending on your usage.
✔ &lt;strong&gt;Use encryption:&lt;/strong&gt; Especially when storing backups in the cloud.
✔ &lt;strong&gt;Diversify backup storage locations:&lt;/strong&gt; Local + cloud for maximum security.
✔ &lt;strong&gt;Store important passwords securely:&lt;/strong&gt; Especially for encrypted backups.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;conclusion-backups-are-a-must-for-your-smart-home&#34;&gt;Conclusion: Backups Are a Must for Your Smart Home!
&lt;/h2&gt;&lt;p&gt;With Home Assistant 2025.1, there are no more excuses to skip backups. The new features make securing your system enormously easy and turn restoration into a breeze when things go wrong.&lt;/p&gt;
&lt;p&gt;Try out the new backup feature and make sure your smart home stays protected at all times!&lt;/p&gt;
&lt;h2 id=&#34;related-articles&#34;&gt;Related Articles
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/backups-2025-gdrive/&#34; &gt;Backing Up Home Assistant to Google Drive&lt;/a&gt; – Step-by-step guide to the Google Drive integration, including OAuth setup&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/cloud-vs-lokal/&#34; &gt;Cloud vs. Local – What You Need to Know About Storing Your Data&lt;/a&gt; – Why local backups alone aren&amp;rsquo;t enough and when cloud storage makes sense&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
