Updated external content (Jenkins build 350)
parent
80532971aa
commit
a7a18b6523
|
@ -23,10 +23,9 @@
|
|||
<representation-property>macAddress</representation-property>
|
||||
|
||||
<config-description uri="thing-type:magentatv:receiver">
|
||||
<parameter name="ipAddress" type="text">
|
||||
<parameter name="ipAddress" type="text" required="true">
|
||||
<label>Device IP Address</label>
|
||||
<description>IP address of the receiver</description>
|
||||
<required>true</required>
|
||||
<context>network-address</context>
|
||||
</parameter>
|
||||
<parameter name="accountName" type="text">
|
||||
|
@ -42,10 +41,9 @@
|
|||
<label>User ID</label>
|
||||
<description>Technical User ID required for pairing process</description>
|
||||
</parameter>
|
||||
<parameter name="udn" type="text">
|
||||
<parameter name="udn" type="text" required="true">
|
||||
<label>Unique Device Name</label>
|
||||
<description>The UDN identifies the Media Receiver</description>
|
||||
<required>true</required>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
<parameter name="port" type="text">
|
||||
|
|
|
@ -118,7 +118,6 @@
|
|||
<config-description>
|
||||
<parameter name="folder" type="text" required="true">
|
||||
<label>Folder Name</label>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
<parameter name="type" type="text" required="false">
|
||||
<options>
|
||||
|
|
|
@ -75,18 +75,16 @@
|
|||
<representation-property>mac</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="hostname" type="text">
|
||||
<parameter name="hostname" type="text" required="true">
|
||||
<label>Hostname</label>
|
||||
<description>The host name or IP address of the myStrom bulb.</description>
|
||||
<context>network-address</context>
|
||||
<default>localhost</default>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
<parameter name="refresh" type="integer" unit="s" min="1">
|
||||
<parameter name="refresh" type="integer" unit="s" min="1" required="true">
|
||||
<label>Refresh Interval</label>
|
||||
<description>Specifies the refresh interval in seconds.</description>
|
||||
<default>10</default>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
|
|
@ -9,16 +9,14 @@
|
|||
<description>Access to Neato Account. Used to discover robots tied to account.</description>
|
||||
|
||||
<config-description>
|
||||
<parameter name="email" type="text">
|
||||
<parameter name="email" type="text" required="true">
|
||||
<label>E-mail Address</label>
|
||||
<description>E-mail address for your Neato Cloud account.</description>
|
||||
<required>true</required>
|
||||
<context>email</context>
|
||||
</parameter>
|
||||
<parameter name="password" type="text">
|
||||
<parameter name="password" type="text" required="true">
|
||||
<label>Password</label>
|
||||
<description>Password for your Neato Cloud account.</description>
|
||||
<required>true</required>
|
||||
<context>password</context>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -397,7 +397,7 @@ So don't take _mirrors_ of the _mirror_.
|
|||
Also be aware that only the first two partitions are mirrored - the storage (3rd) parition will never be mirrored even if you have set that up for use as backup area.
|
||||
:::
|
||||
|
||||
To setup mirroring right during unattended installation of a RPi (using the image flash method):
|
||||
To setup mirroring right during unattended installation of a RPi (using the image flash method):<br>
|
||||
Define `backupdrive=/dev/sdX` (replace X with the proper character) to enable this functionality right during unattended installation.
|
||||
The first attached disk type device is usually called `/dev/sda`.
|
||||
Use `storagecapacity=xxx` to override how much space to consume at most for Amanda backup storage (in MB).
|
||||
|
@ -411,9 +411,9 @@ Full mirroring will take place semiannually and for the 2nd partition (Linux roo
|
|||
See `systemctl list-timers`, timers are defined in `/etc/systemd/system/sd*.timer`.
|
||||
|
||||
|
||||
Menu 5X provides interactive access to the aforementioned functions:
|
||||
Menu 5X provides interactive access to the aforementioned functions:<br>
|
||||
`52 Amanda System Backup` will will prepare an existing directory as your backup storage and make Amanda launch once a day. See the separate [Amanda setup document](openhabian-amanda.md).
|
||||
`53 Setup SD monitoring` prepares the partitions on an SD card and sets up timers to execute both, a full mirroring and complementary rsync 'diff' runs in a backup schedule.
|
||||
`53 Setup SD mirroring` prepares the partitions on an SD card and sets up timers to execute both, a full mirroring and complementary rsync 'diff' runs.
|
||||
`54 Raw copy SD` is a one-time raw copy (mirror) run.
|
||||
`55 Sync SD` proagates (syncs) differences from your main SD card to your external card.
|
||||
|
||||
|
|
Loading…
Reference in New Issue