Site updated at 2017-04-30 12:11:38 UTC
This commit is contained in:
parent
2d606039b9
commit
23ed21164a
70 changed files with 811 additions and 45 deletions
|
@ -8,7 +8,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Configuration Backup to USB drive - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how backup your Home Assistant configuration to USB stick">
|
||||
<meta name="description" content="Instructions how backup your Home Assistant configuration to USB drive">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/docs/ecosystem/backup/backup_usb/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
|
@ -16,12 +16,12 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/docs/ecosystem/backup/backup_usb/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how backup your Home Assistant configuration to USB stick">
|
||||
<meta property="og:description" content="Instructions how backup your Home Assistant configuration to USB drive">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="Configuration Backup to USB drive">
|
||||
<meta name="twitter:description" content="Instructions how backup your Home Assistant configuration to USB stick">
|
||||
<meta name="twitter:description" content="Instructions how backup your Home Assistant configuration to USB drive">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -67,9 +67,9 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>Backing upyour Home Assistant configuration to USB. A good plus side is that you don’t need to mask all your passwords since the backup is locally at your home/residence.</p>
|
||||
<p>Backing up your Home Assistant configuration to USB drive. A good plus side is that you don’t need to mask all your passwords since the backup is locally at your home/residence.</p>
|
||||
<h3><a class="title-link" name="requirements" href="#requirements"></a> Requirements</h3>
|
||||
<p>First you need a USB stick. Once you have one you need to prepare it to be used on your device.
|
||||
<p>First you need a USB drive. Once you have one you need to prepare it to be used on your device.
|
||||
Once connected you want to format/work with the drive. To know what path it is in, you can check with <code class="highlighter-rouge">dmesg</code>.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="c"># dmesg | grep sd</span>
|
||||
<span class="o">[</span> 0.909712] sdhci: Secure Digital Host Controller Interface driver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue