<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[gelöst-restore aus BackitUp nach Systemupgrade nicht möglich]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">ich habe das derzeit aktuelle Betriebssystem</p>
<p dir="auto">Raspberry Pi OS with desktop<br />
Release date: May 3rd 2023<br />
System: 64-bit<br />
Kernel version: 6.1<br />
Debian version: 11 (bullseye)</p>
<p dir="auto">auf einer SD-Card installiert. Das System läuft in einem Raspi 4 mit 8 GB.</p>
<p dir="auto">Ich wollte nun meine iobroker-Instanzen wiederherstellen, doch kann das System nicht auf den Pfad des USB-sticks zugreifen.</p>
<p dir="auto">ich habe bereits</p>
<pre><code>curl -sL https://iobroker.net/fix.sh | bash -
</code></pre>
<p dir="auto">durchlaufen lassen, aber ohne Erfolg.</p>
<p dir="auto">Das Log liefert:</p>
<pre><code>Started iobroker ...
[DEBUG] [iobroker] - host.raspberrypi 104 states saved

[DEBUG] [iobroker] - host.raspberrypi 143 objects saved

[DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2023_06_26-20_18_26_backupiobroker.tar.gz

[DEBUG] [iobroker] - done
[DEBUG] [cifs] - used copy path: /media/pi/e2ddbaf8-2f89-49a5-be69-394a89876b5e/backupDir
[ERROR] [cifs] - Path "/media/pi/e2ddbaf8-2f89-49a5-be69-394a89876b5e/backupDir" not found
</code></pre>
<p dir="auto">In der Shell kann ich auf den Backup-Ordner zugreifen.</p>
<p dir="auto">In der BackitUp-Instanz habe ich bei NAS/Kopieren eingestellt:<br />
Copy<br />
als Root-Benutzer mounten<br />
Pfad: /media/pi/e2ddbaf8-2f89-49a5-be69-394a89876b5e/backupDir</p>
<p dir="auto">Wo könnte das Problem liegen? Ein Rechteproblem?</p>
]]></description><link>https://forum.iobroker.net/topic/66452/gelöst-restore-aus-backitup-nach-systemupgrade-nicht-möglich</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 08:21:19 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/66452.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Jun 2023 18:19:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Tue, 27 Jun 2023 20:06:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/glasfaser" aria-label="Profile: glasfaser">@<bdi>glasfaser</bdi></a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> said in <a href="/post/1009299">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">[cifs] - Path</p>
</blockquote>
<p dir="auto">hab's jetzt gelöst.</p>
<p dir="auto">In der /etc/fstab stand:</p>
<pre><code>proc            /proc           proc    defaults          0       0
PARTUUID=7ce318e3-01  /boot           vfat    defaults          0       2
PARTUUID=7ce318e3-02  /               ext4    defaults,noatime  0       1
# a swapfile is not a swap partition, no line here
#   use  dphys-swapfile swap[on|off]  for that

</code></pre>
<p dir="auto">Da habe ich nun noch die Zeile für den USB-Stick (von der SD-Card des alten Systems) eingefügt:</p>
<pre><code>PARTUUID=c32c32e1-efaa-486f-aa98-9b8d9491e643 /media/pi ext4 rw,nosuid,nodev,relatime 0 0

</code></pre>
<p dir="auto">Der Zugriff auf die Backups ist wieder möglich und ich habe gerade auch ein Backup mit backitup erstellt, dass auch wieder automatisch auf den Stick kopiert wurde.</p>
<p dir="auto">Dies sind dann meine Einstellungen im Adapter:<br />
<img src="/assets/uploads/files/1687896336401-backup-einstellungen.jpg" alt="Backup-Einstellungen.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/1009402</link><guid isPermaLink="true">https://forum.iobroker.net/post/1009402</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Tue, 27 Jun 2023 20:06:25 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Tue, 27 Jun 2023 18:34:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/glasfaser" aria-label="Profile: glasfaser">@<bdi>glasfaser</bdi></a><br />
habs gerade in dem Moment gerafft - danke.</p>
<p dir="auto">habe jetzt alle Adapter auf den aktuellen Stand gebracht. System ist auch uptodate. Aber eine Sicherung in backitup liefert weiterhin:</p>
<pre><code>[DEBUG] [cifs] - used copy path: /media/pi/437eabed-6594-437a-87c8-bba80cb20775/backupDir
[ERROR] [cifs] - Path "/media/pi/437eabed-6594-437a-87c8-bba80cb20775/backupDir" not found
</code></pre>
<p dir="auto">Der Pfad steht auch in der mtab so drin. Hier ein Auszug:</p>
<pre><code>/dev/sda1 /media/pi/437eabed-6594-437a-87c8-bba80cb20775 ext4 rw,nosuid,nodev,relatime,errors=remount-ro 0 0
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1009299</link><guid isPermaLink="true">https://forum.iobroker.net/post/1009299</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Tue, 27 Jun 2023 18:34:40 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Tue, 27 Jun 2023 18:05:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1009295">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">ich in der Admin Konsole updaten soll bzw. wie?</p>
</blockquote>
<p dir="auto">du bekommst bei den Adapter angezeigt 1.4.0  , verfügbar 1.4.16</p>
<p dir="auto">EDIT :</p>
<p dir="auto">Beispiel :</p>
<p dir="auto"><img src="/assets/uploads/files/1687889123661-0e51a2c0-aece-4732-bf7d-fc20b3ecc728-grafik.png" alt="0e51a2c0-aece-4732-bf7d-fc20b3ecc728-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/1009296</link><guid isPermaLink="true">https://forum.iobroker.net/post/1009296</guid><dc:creator><![CDATA[Glasfaser]]></dc:creator><pubDate>Tue, 27 Jun 2023 18:05:26 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Tue, 27 Jun 2023 18:02:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
<p dir="auto">folgendes zeigt die Shell:</p>
<pre><code>pi@raspberrypi:/ $ iob stop vis
The adapter "vis.0" was stopped.
pi@raspberrypi:/ $ iob upload vis
INFO: Directory "for vis.admin" was not found! Nothing was uploaded or deleted.
Cannot find io-package.json for "vis"
INFO: Directory "for vis" was not found! Nothing was uploaded or deleted.
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/glasfaser" aria-label="Profile: Glasfaser">@<bdi>Glasfaser</bdi></a><br />
dies sieht besser aus:</p>
<pre><code>pi@raspberrypi:/ $ iobroker install vis@1.4.0
NPM version: 9.5.1
Installing iobroker.vis@1.4.0... (System call)

added 1 package in 33s

164 packages are looking for funding
  run `npm fund` for details
host.raspberrypi install adapter vis@1.4.0
upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html
upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html
upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript
upload [412] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
upload [400] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/add.png icon/add.png image/png
upload [350] vis /opt/iobroker/node_modules/iobroker.vis/www/img/bg-dots-15.svg img/bg-dots-15.svg image/svg+xml
upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/mine/128/JS.png js/fm/icon/mine/128/JS.png image/png
upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/ace/worker-css.js lib/ace/worker-css.js application/javascript
upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueListHtml8.png widgets/basic/img/Prev_ValueListHtml8.png image/png
upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui/img/Prev_ContainerButtonDialog.png widgets/jqui/img/Prev_ContainerButtonDialog.png image/png
upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/swipe/doc.html widgets/swipe/doc.html text/html
upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/styles/images/indicatorActive.png widgets/tabs/styles/images/indicatorActive.png image/png
upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/todo/special.html widgets/todo/special.html text/html
upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/0_Nav.png widgets/vis-inventwo/img/0_Nav.png image/png
upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/Check.gif widgets/vis-inventwo/img/Check.gif image/gif
upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/Slider2.gif widgets/vis-inventwo/img/Slider2.gif image/gif
upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/ToggleSwitch/switch-1-vert-off-black.png widgets/vis-inventwo/img/ToggleSwitch/switch-1-vert-off-black.png image/png
upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/01.png widgets/vis-inventwo/img/clock_analog/01.png image/png
upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/02/min.png widgets/vis-inventwo/img/clock_analog/02/min.png image/png
upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/02/sek.png widgets/vis-inventwo/img/clock_analog/02/sek.png image/png
upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/02/std.png widgets/vis-inventwo/img/clock_analog/02/std.png image/png
upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/02.png widgets/vis-inventwo/img/clock_analog/02.png image/png
upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/03/min.png widgets/vis-inventwo/img/clock_analog/03/min.png image/png
upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/03/sek.png widgets/vis-inventwo/img/clock_analog/03/sek.png image/png
upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/03/std.png widgets/vis-inventwo/img/clock_analog/03/std.png image/png
upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/03.png widgets/vis-inventwo/img/clock_analog/03.png image/png
upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/04/min.png widgets/vis-inventwo/img/clock_analog/04/min.png image/png
upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/04/sek.png widgets/vis-inventwo/img/clock_analog/04/sek.png image/png
upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/04/std.png widgets/vis-inventwo/img/clock_analog/04/std.png image/png
upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/04.png widgets/vis-inventwo/img/clock_analog/04.png image/png
upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/05/min.png widgets/vis-inventwo/img/clock_analog/05/min.png image/png
upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/05/sek.png widgets/vis-inventwo/img/clock_analog/05/sek.png image/png
upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/05/std.png widgets/vis-inventwo/img/clock_analog/05/std.png image/png
upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/05.png widgets/vis-inventwo/img/clock_analog/05.png image/png
upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/img/clock_analog/frame.png widgets/vis-inventwo/img/clock_analog/frame.png image/png
upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/js/iro.min.js widgets/vis-inventwo/js/iro.min.js application/javascript
upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo/js/vis-inventwo.js widgets/vis-inventwo/js/vis-inventwo.js application/javascript
upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/vis-inventwo.html widgets/vis-inventwo.html text/html
host.raspberrypi object system.adapter.vis created/updated
Update "system.adapter.vis.0"
</code></pre>
<p dir="auto">Vis.0 läuft jetzt.<br />
Ich weiß nun aber nicht was ich in der Admin Konsole updaten soll bzw. wie?</p>
]]></description><link>https://forum.iobroker.net/post/1009295</link><guid isPermaLink="true">https://forum.iobroker.net/post/1009295</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Tue, 27 Jun 2023 18:02:00 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Tue, 27 Jun 2023 17:42:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a></p>
<blockquote>
<p dir="auto">restore aus BackitUp</p>
</blockquote>
<blockquote>
<p dir="auto">aber ich bekomme vis.0 derzeit noch nicht ans Laufen</p>
</blockquote>
<pre><code>iobroker install vis@1.4.0
</code></pre>
<p dir="auto">dann ein upgrade in der Admin Konsole</p>
]]></description><link>https://forum.iobroker.net/post/1009281</link><guid isPermaLink="true">https://forum.iobroker.net/post/1009281</guid><dc:creator><![CDATA[Glasfaser]]></dc:creator><pubDate>Tue, 27 Jun 2023 17:42:46 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Tue, 27 Jun 2023 17:37:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> probier mal</p>
<pre><code>iob stop vis
iob upload vis
iob start vis
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1009278</link><guid isPermaLink="true">https://forum.iobroker.net/post/1009278</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Tue, 27 Jun 2023 17:37:40 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Tue, 27 Jun 2023 17:34:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> (musste jetzt an Dich antworten, da ich an mich nichts absenden konnte. Warum auch immer. Tut mir Leid.)</p>
<p dir="auto">Sql läuft jetzt, aber ich bekomme vis.0 derzeit noch nicht ans Laufen. Das Log des iobroker liefert:</p>
<pre><code>vis.0
	2023-06-27 19:19:31.330	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
vis.0
	2023-06-27 19:19:31.329	info	terminating
vis.0
	2023-06-27 19:19:30.824	error	Not exists
vis.0
	2023-06-27 19:19:30.823	error	Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js:2983:17) at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1043:26) at Immediate.&lt;anonymous&gt; (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:1092:29) at process.processImmediate (node:internal/timers:478:21)
vis.0
	2023-06-27 19:19:30.818	error	unhandled promise rejection: Not exists
vis.0
	2023-06-27 19:19:30.817	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
vis.0
	2023-06-27 19:19:30.733	info	vis license is OK.
vis.0
	2023-06-27 19:19:30.452	info	starting. Version 1.4.15 in /opt/iobroker/node_modules/iobroker.vis, node: v18.16.1, js-controller: 4.0.24
</code></pre>
<p dir="auto">Die Lizenz stimmt noch. Mit der Fehlermeldung kann ich aber null anfangen. Auch das I-net spuckt für mich nicht wirklich etwas verwertbares aus. Auch ein Neustart des Host führt nicht zum Ziel. Jemand ne Idee?</p>
]]></description><link>https://forum.iobroker.net/post/1009275</link><guid isPermaLink="true">https://forum.iobroker.net/post/1009275</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Tue, 27 Jun 2023 17:34:04 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Tue, 27 Jun 2023 04:29:32 GMT]]></title><description><![CDATA[<p dir="auto">Kleiner Zwischenbericht:</p>
<p dir="auto">die Adapter wurden in der Zwischenzeit alle geladen. Gestartet werden mussten sie nun von Hand. SQL ist gelb und liefert Error: connect ECONNREFUSED 127.0.0.1:3306. Wenn ich es auf die Schnelle korrekt erfasst habe muss ich MySQL noch auf dem System installieren.</p>
<p dir="auto">Der Pfad für das Backup geht leider auch heute morgen noch nicht. Auch da ist ja alles durch das Restore wiederhergestellt worden wie es war. Ok, auf dem neuen System liegt der USB-Stick jetzt ja an einer anderen Stelle, doch die Adresse habe ich im backitup-Adapter eingetragen. Vielleicht als Lösungsansatz einen eignen Mountpoint erstellen?</p>
]]></description><link>https://forum.iobroker.net/post/1008839</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008839</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Tue, 27 Jun 2023 04:29:32 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 20:25:59 GMT]]></title><description><![CDATA[<p dir="auto">Habe ein anderes Backup genommen - jetzt werden die ursprünglichen Adapter installiert. Für deinen Hinweis schonmal meinen Riesen-Dank.</p>
<p dir="auto">Die weiteren Backups werde ich dann morgen installieren.</p>
<p dir="auto">Aber die Frage mit dem Dateipfad bleibt noch ungeklärt.</p>
]]></description><link>https://forum.iobroker.net/post/1008812</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008812</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Mon, 26 Jun 2023 20:25:59 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 20:13:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008802">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">Ich glaube das geht am übersichtlichsten/umfassendsten so:</p>
</blockquote>
<p dir="auto">sehr gut!</p>
<p dir="auto">Damit sind auch weitere Punkte geklärt.<br />
dein User pi ist in der Gruppe ioBroker</p>
<p dir="auto">wenn dann der Restore nur mit</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008761">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">exit 0 ab</p>
</blockquote>
<p dir="auto">beendet wurde und nicht mit restore completely finished (o.ä.)<br />
danach auch nichts aus dem Backup auftaucht,  bleibt natürlich noch die Möglichkeit dass das Backup nich vollständig war</p>
]]></description><link>https://forum.iobroker.net/post/1008805</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008805</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 26 Jun 2023 20:13:59 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 20:09:05 GMT]]></title><description><![CDATA[<p dir="auto">Es gibt scheinbar keine Änderung des Systems nach dem restore - ich erkenne zumindest keine.</p>
<p dir="auto">Zu den Versionen: Ich glaube das geht am übersichtlichsten/umfassendsten so:</p>
<pre><code>======== Start marking the full check here =========

Skript v.2023-04-16

*** BASE SYSTEM ***
Model           : Raspberry Pi 4 Model B Rev 1.5
Architecture    : aarch64
Docker          : false
Virtualization  : none
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:        11
Codename:       bullseye

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Systemuptime and Load:
 22:05:50 up  2:20,  3 users,  load average: 0.05, 0.07, 0.22
CPU threads: 4

Raspberry only:
throttled=0x0
Other values than 0x0 hint to temperature/voltage problems
temp=48.2'C
volt=0.9460V

*** Time and Time Zones ***
               Local time: Mon 2023-06-26 22:05:51 CEST
           Universal time: Mon 2023-06-26 20:05:51 UTC
                 RTC time: n/a
                Time zone: Europe/Berlin (CEST, +0200)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

*** User and Groups ***
pi
/home/pi
pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker

*** X-Server-Setup ***
X-Server:       true
Desktop: 
Terminal:       tty
Boot Target:    graphical.target

*** MEMORY ***
               total        used        free      shared  buff/cache   available
Mem:            7.8G        495M        6.1G         12M        1.2G        7.2G
Swap:            99M          0B         99M
Total:          7.9G        495M        6.2G

         7812 M total memory
          495 M used memory
          917 M active memory
          645 M inactive memory
         6080 M free memory
           72 M buffer memory
         1163 M swap cache
           99 M total swap
            0 M used swap
           99 M free swap

Raspberry only:
oom events: 0
lifetime oom required: 0 Mbytes
total time in oom handler: 0 ms
max time spent in oom handler: 0 ms

*** FILESYSTEM ***
Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/root      ext4       29G  4.3G   23G  16% /
devtmpfs       devtmpfs  3.8G     0  3.8G   0% /dev
tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
tmpfs          tmpfs     1.6G  1.2M  1.6G   1% /run
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
/dev/mmcblk0p1 vfat      255M   31M  225M  13% /boot
tmpfs          tmpfs     782M   20K  782M   1% /run/user/1000
/dev/sda1      ext4       29G  1.5G   26G   6% /media/pi/437eabed-6594-437a-87c8-bba80cb20775

Messages concerning ext4 filesystem in dmesg:
[Mon Jun 26 19:45:31 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 smsc95xx.macaddr=E4:5F:01:F5:E5:74 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=7ce318e3-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[Mon Jun 26 19:45:32 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[Mon Jun 26 19:45:32 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[Mon Jun 26 19:45:35 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[Mon Jun 26 19:45:58 2023] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[Mon Jun 26 19:45:59 2023] EXT4-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[Mon Jun 26 19:45:59 2023] EXT4-fs (sda1): mounted filesystem without journal. Quota mode: none.
[Mon Jun 26 20:35:19 2023] EXT4-fs (sda1): unmounting filesystem.
[Mon Jun 26 20:35:48 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.

Show mounted filesystems (real ones only):
TARGET                                           SOURCE         FSTYPE OPTIONS
/                                                /dev/mmcblk0p2 ext4   rw,noatime
|-/boot                                          /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
`-/media/pi/437eabed-6594-437a-87c8-bba80cb20775 /dev/sda1      ext4   rw,nosuid,nodev,relatime,errors=remount-ro

Files in neuralgic directories:

/var:
529M    /var/
184M    /var/lib
163M    /var/cache
157M    /var/cache/apt
130M    /var/lib/apt/lists

Archived and active journals take up 80.0M in the file system.

/opt/iobroker/backups:
27M     /opt/iobroker/backups/

/opt/iobroker/iobroker-data:
30M     /opt/iobroker/iobroker-data/
15M     /opt/iobroker/iobroker-data/files
13M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
13M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static
13M     /opt/iobroker/iobroker-data/files/admin.admin/custom

The five largest files in iobroker-data are:
14M     /opt/iobroker/iobroker-data/objects.jsonl
6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
2.8M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js
1.9M    /opt/iobroker/iobroker-data/states.jsonl
1.6M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map

*** NodeJS-Installation ***

/usr/bin/nodejs         v18.16.1
/usr/bin/node           v18.16.1
/usr/bin/npm            9.5.1
/usr/bin/npx            9.5.1


nodejs:
  Installed: 18.16.1-deb-1nodesource1
  Candidate: 18.16.1-deb-1nodesource1
  Version table:
 *** 18.16.1-deb-1nodesource1 500
        500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages
        100 /var/lib/dpkg/status
     12.22.12~dfsg-1~deb11u4 500
        500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
     12.22.12~dfsg-1~deb11u3 500
        500 http://deb.debian.org/debian bullseye/main arm64 Packages

Temp directories causing npm8 problem: 0
No problems detected

*** ioBroker-Installation ***

ioBroker Status
iobroker is running on this host.


Objects type: jsonl
States  type: jsonl

MULTIHOSTSERVICE/enabled: false

Core adapters versions
js-controller:  4.0.24
admin:          6.3.5
javascript:     "javascript" not found

Adapters from github:   0

Adapter State
+ system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
+ system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
  system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled

+ instance is alive

Enabled adapters with bindings
+ system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin

ioBroker-Repositories
stable        : http://download.iobroker.net/sources-dist.json
beta          : http://download.iobroker.net/sources-dist-latest.json

Active repo(s): stable

Installed ioBroker-Instances
Used repository: stable
Adapter    "admin"        : 6.3.5    , installed 6.3.5
Adapter    "backitup"     : 2.6.23   , installed 2.6.23
Adapter    "discovery"    : 3.1.0    , installed 3.1.0
Controller "js-controller": 4.0.24   , installed 4.0.24

Objects and States
Please stand by - This may take a while
Objects:        142
States:         106

*** OS-Repositories and Updates ***
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease
Reading package lists...
Pending Updates: 30

*** Listening Ports ***
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14116      711/sshd: /usr/sbin 
tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       61429      2995/iobroker.js-co 
tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       24217      2995/iobroker.js-co 
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          12873      697/cupsd           
tcp6       0      0 :::22                   :::*                    LISTEN      0          14118      711/sshd: /usr/sbin 
tcp6       0      0 ::1:631                 :::*                    LISTEN      0          12872      697/cupsd           
tcp6       0      0 :::8082                 :::*                    LISTEN      1001       24258      3020/io.admin.0     
udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14984      438/dhcpcd          
udp        0      0 0.0.0.0:37363           0.0.0.0:*                           108        14591      347/avahi-daemon: r 
udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          13038      717/cups-browsed    
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14589      347/avahi-daemon: r 
udp6       0      0 :::48537                :::*                                108        14592      347/avahi-daemon: r 
udp6       0      0 :::5353                 :::*                                108        14590      347/avahi-daemon: r 

*** Log File - Last 25 Lines ***

2023-06-26 21:38:10.997  - info: admin.0 (3020) failed connection to socket.io from ::ffff:10.56.78.99: Passport was not initialized
2023-06-26 21:38:11.056  - info: admin.0 (3020) failed connection to socket.io from ::ffff:10.56.78.99: Passport was not initialized
2023-06-26 21:38:11.123  - info: admin.0 (3020) failed connection to socket.io from ::ffff:10.56.78.99: Passport was not initialized
2023-06-26 21:38:11.181  - info: admin.0 (3020) failed connection to socket.io from ::ffff:10.56.78.99: Passport was not initialized
2023-06-26 21:38:11.249  - info: admin.0 (3020) failed connection to socket.io from ::ffff:10.56.78.99: Passport was not initialized
2023-06-26 21:38:11.383  - info: admin.0 (3020) failed connection to socket.io from ::ffff:10.56.78.99: Passport was not initialized
2023-06-26 21:38:11.449  - info: admin.0 (3020) failed connection to socket.io from ::ffff:10.56.78.99: Passport was not initialized
2023-06-26 21:38:19.305  - info: backitup.0 (3052) [iobroker] backup will be activated at 02:40 every 1 day(s)
2023-06-26 21:38:25.667  - info: host.raspberrypi iobroker npm-install: 
2023-06-26 21:38:25.669  - info: host.raspberrypi iobroker npm-install: added 40 packages in 26s
2023-06-26 21:38:25.671  - info: host.raspberrypi iobroker npm-install: 46 packages are looking for funding  run `npm fund` for details
2023-06-26 21:38:25.718  - info: host.raspberrypi iobroker npm-install: host.raspberrypi install adapter discovery@3.1.0
2023-06-26 21:38:25.760  - info: host.raspberrypi iobroker npm-install: upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
2023-06-26 21:38:25.799  - info: host.raspberrypi iobroker npm-install: upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
2023-06-26 21:38:26.969  - info: host.raspberrypi iobroker npm-install: upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
2023-06-26 21:38:26.986  - info: host.raspberrypi iobroker npm-install: upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
2023-06-26 21:38:27.001  - info: host.raspberrypi iobroker npm-install: upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
2023-06-26 21:38:27.011  - info: host.raspberrypi iobroker npm-install: upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
2023-06-26 21:38:27.021  - info: host.raspberrypi iobroker npm-install: upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
2023-06-26 21:38:27.068  - info: host.raspberrypi iobroker npm-install: host.raspberrypi object system.adapter.discovery created/updated
2023-06-26 21:38:27.090  - info: host.raspberrypi iobroker npm-install: Update "system.adapter.discovery.0"
2023-06-26 21:38:28.156  - info: host.raspberrypi iobroker npm-install: exit 0
2023-06-26 21:39:46.510  - info: admin.0 (3020) ==&gt; Connected system.user.admin from ::ffff:10.56.78.99
2023-06-26 21:39:48.524  - info: admin.0 (3020) ==&gt; Connected system.user.admin from ::ffff:10.56.78.99
2023-06-26 21:39:52.402  - info: admin.0 (3020) &lt;== Disconnect system.user.admin from ::ffff:10.56.78.99 


============ Mark until here for C&amp;P =============

iob diag has finished.


Press any key for a summary
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1008802</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008802</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Mon, 26 Jun 2023 20:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 20:01:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008793">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">Versionen - welche Version von was möchtest Du wissen?</p>
</blockquote>
<p dir="auto">Eigentlich alles relevante<br />
fangen wir mal an mit</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008793">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">3 instanzen (admin, backitup, discovery).</p>
</blockquote>
<p dir="auto">sowie dem js-controller<br />
Vor und nach dem restore</p>
]]></description><link>https://forum.iobroker.net/post/1008797</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008797</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 26 Jun 2023 20:01:03 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 19:57:18 GMT]]></title><description><![CDATA[<p dir="auto">Ich habe eine Neuinstallation des Betriebssystems auf eine SD-Card gemacht. Dann habe ich iobroker neu installiert:</p>
<pre><code>curl -sLf https://iobroker.net/install.sh | bash -
</code></pre>
<p dir="auto">IoBroker startet mit 3 instanzen (admin, backitup, discovery).</p>
<p dir="auto">Ich habe dann über ssh als user pi die Backups vom Stick am Raspi in den Ordner /opt/iobroker/backups kopiert, so wie es in dieser <a href="https://github.com/simatec/ioBroker.backitup/wiki/%5BHowTo%5D-Restore-auf-Linux-Distributionen" rel="nofollow ugc">link text</a> Anleitung steht. Dann habe ich in der Backitup-Instanz des iobrokers die Wiederherstellung von iobroker, mysql, zigbee, javascripts und noch ein paar andere gestartet.</p>
<p dir="auto">Bei der Wiederherstellung des iobroker-Backups erfolgte automatisch eine Abmeldung und dann automatisch wieder der Start es iobroker bis zur Anmeldemaske.</p>
<p dir="auto">Instanzen woher? Ich war der Auffassung, dass man ein Backup von der iobroker-Instanz macht und durch die Wiederherstellung dafür gesorgt wird, dass die Instanzen, die es zum Zeitpunkt des Backups gab, geladen und installiert werden. Ist das ein Trugschluss?</p>
<p dir="auto">Die Zeile aus dem log ist vollständig so:</p>
<pre><code>admin.0
	2023-06-26 20:56:28.275	error	Automatic repository update is not allowed more than once a hour
</code></pre>
<p dir="auto">Versionen - welche Version von was möchtest Du wissen?</p>
]]></description><link>https://forum.iobroker.net/post/1008793</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008793</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Mon, 26 Jun 2023 19:57:18 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 19:29:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> ich hab keine Ahnung was du da machst!</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008761">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">sondern eine Neuinstallation auf SD-Card.</p>
</blockquote>
<p dir="auto">incl. Neuinstallation von ioBroker?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008761">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">Aber wie ich schrieb kann ich in der Konsole auf den Ordner des Sticks mit dem eingetragenen Pfad zugreifen. Sowohl über ssh als auch direkt am Raspi (letzteres ist ja klar).</p>
</blockquote>
<p dir="auto">wie und als welcher User?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008761">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">Ich habe jetzt die Backups von Hand in /opt/iobroker/backups kopiert</p>
</blockquote>
<p dir="auto">auch hier: wie und als welcher User? die Dateien dind jetzt mit welchen Rechten versehen?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008761">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">dann die Wiederherstellung gestartet</p>
</blockquote>
<p dir="auto">mit <code>iob restore backupDateiName</code>?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008761">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">Das lief mit exit 0 ab</p>
</blockquote>
<p dir="auto">was und wo?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008761">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">Es kommen aber keine zusätzlichen Instanzen.</p>
</blockquote>
<p dir="auto">woher?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008761">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">log bekomme ich nun<br />
2023-06-26 20:56:28.275	error	Automatic repository update is not allowed more than once a hour</p>
</blockquote>
<p dir="auto">was für ein log?<br />
bei iobroker stünde der Adapter oder host dabei.<br />
von iobroker kenne ich diese Meldung nicht.<br />
welche Versionen?</p>
]]></description><link>https://forum.iobroker.net/post/1008770</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008770</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 26 Jun 2023 19:29:50 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 19:18:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a></p>
<p dir="auto">Ein Systemupgrade von Debian 10 auf Debian 11. Eigentlich kein Upgrade sondern eine Neuinstallation auf SD-Card. Installation erfolgte mit dem Raspi-Installer. IoBroker läuft auch.</p>
<p dir="auto">Vorher habe ich Backups machen können. Allerdings enthielt der Pfad nicht eine so unüberschaubare Zahlenkolonne wie jetzt auf diesem neuen System. Aber wie ich schrieb kann ich in der Konsole auf den Ordner des Sticks mit dem eingetragenen Pfad zugreifen. Sowohl über ssh als auch direkt am Raspi (letzteres ist ja klar).</p>
<p dir="auto">Ich habe jetzt die Backups von Hand in /opt/iobroker/backups kopiert und dann die Wiederherstellung gestartet. Das lief mit exit 0 ab. Es kommen aber keine zusätzlichen Instanzen. Im log bekomme ich nun</p>
<pre><code>2023-06-26 20:56:28.275	error	Automatic repository update is not allowed more than once a hour
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a></p>
<p dir="auto">Der Stick steht so in der Shell:</p>
<pre><code>pi@raspberrypi:/media/pi $ ls -l
insgesamt 4
drwxrwxrwx 4 iobroker iobroker 4096 26. Jun 2022  437eabed-6594-437a-87c8-bba80cb20775
</code></pre>
<p dir="auto">Und hier noch das Backup-Verzeichnis:</p>
<pre><code>pi@raspberrypi:/media/pi/437eabed-6594-437a-87c8-bba80cb20775 $ ls -l
insgesamt 108
drwxrwxrwx 2 iobroker iobroker 94208 26. Jun 02:40 backupDir
drwxrwxrwx 2 iobroker iobroker 16384  8. Mär 2022  lost+found

</code></pre>
]]></description><link>https://forum.iobroker.net/post/1008761</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008761</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Mon, 26 Jun 2023 19:18:12 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 19:04:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> sagte in <a href="/post/1008739">restore aus BackitUp nach Systemupgrade nicht möglich</a>:</p>
<blockquote>
<p dir="auto">Ein Rechteproblem?</p>
</blockquote>
<p dir="auto">Das sind in der Regel keine 'Probleme', weil die Dateisysteme genau so eingehängt werden wie es definiert wurde.<br />
Mit Desktop unterwegs heißt vermutlich, dass da ein automounter automatisch, weil das ja so bequem ist, den Stick irgendwie/irgendwo einhängt. Das darf aber nur mit den Rechten des users erfolgen, der gerade auf dem Desktop herumhüpft. Und der 'iobroker' ist es nicht.<br />
Schau dir an mit welchen Rechten das Dateisystem wo eingehängt wurde.</p>
]]></description><link>https://forum.iobroker.net/post/1008751</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008751</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 26 Jun 2023 19:04:33 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 18:40:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> klingt plausibel,  aber was hat das Problem mit einem Systemupgrade zu tun?<br />
Welches upgrade?<br />
wie durchgeführt?</p>
<p dir="auto">und vorher hat alles mit gleichen Einstellungen  geklappt?</p>
]]></description><link>https://forum.iobroker.net/post/1008744</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008744</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 26 Jun 2023 18:40:36 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 18:25:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a><br />
ich bin/war der Auffassung, dass es ein ganz anderes Thema ist, oder? Hat ja mit nicht vorhandenen Repositories des anderen Threads nichts zu tun.</p>
<p dir="auto">Aber wenn Du der Auffassung bist der Thread soll weg, dann lösche ihn bitte.</p>
]]></description><link>https://forum.iobroker.net/post/1008741</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008741</guid><dc:creator><![CDATA[MiPl]]></dc:creator><pubDate>Mon, 26 Jun 2023 18:25:43 GMT</pubDate></item><item><title><![CDATA[Reply to gelöst-restore aus BackitUp nach Systemupgrade nicht möglich on Mon, 26 Jun 2023 18:21:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mipl" aria-label="Profile: mipl">@<bdi>mipl</bdi></a> warum jetzt noch ein Thread?</p>
]]></description><link>https://forum.iobroker.net/post/1008740</link><guid isPermaLink="true">https://forum.iobroker.net/post/1008740</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 26 Jun 2023 18:21:27 GMT</pubDate></item></channel></rss>