Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [HowTo] ioBroker Restore unter Linux durchführen

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [HowTo] ioBroker Restore unter Linux durchführen

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @schroedi64 last edited by

      @schroedi64 sagte in [HowTo] ioBroker Restore unter Linux durchführen:

      Sieht für mich jetzt so aus, dass Schreib/Leserechte dem User pi zugeordnet sind.

      Und wie sieht es für deine Helfer aus?

      S 1 Reply Last reply Reply Quote 0
      • S
        schroedi64 @Thomas Braun last edited by

        @thomas-braun Wenn ich wüsste, wie ich die Bilschirmausgabe der Konsole (Putty) hierhin kopieren kann ...

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @schroedi64 last edited by

          @schroedi64
          Text markieren, Text kopieren, Text in CodeTags eingebettet hier ins Forum einfügen.

          S 1 Reply Last reply Reply Quote 0
          • S
            schroedi64 @Thomas Braun last edited by

            @thomas-braun pi@iobroker:~ $ ls -la /opt/iobroker/backups
            total 2320
            drwxrwxr-x+ 2 iobroker iobroker 4096 Apr 1 16:23 .
            drwxrwxr-x+ 6 iobroker iobroker 4096 Mar 31 16:57 ..
            -rw-rw-r--+ 1 pi pi 2365677 Apr 1 16:16 2022_04_01-16_16_37_backupiobroker.tar.gz

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @schroedi64 last edited by

              @schroedi64

              chown iobroker:iobroker /opt/iobroker/backups/2022_04_01-16_16_37_backupiobroker.tar.gz
              
              1 Reply Last reply Reply Quote 0
              • S
                schroedi64 last edited by

                @thomas-braun said in [HowTo] ioBroker Restore unter Linux durchführen:

                chown iobroker:iobroker /opt/iobroker/backups/2022_04_01-16_16_37_backupiobroker.tar.gz
                Dann kommt bei mir : pi@iobroker:~ $ chown iobroker:iobroker /opt/iobroker/backups/2022_04_01-16_16_37_backupiobroker.tar.gz
                chown: changing ownership of '/opt/iobroker/backups/2022_04_01-16_16_37_backupiobroker.tar.gz': Operation not permitted

                Thomas Braun S 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @schroedi64 last edited by

                  @schroedi64
                  Dann setz noch ein sudo davor.

                  1 Reply Last reply Reply Quote 0
                  • S
                    schroedi64 @schroedi64 last edited by

                    @schroedi64 Hat leider nicht geholfen

                    code_text
                    ``` 2022-04-01 17:07:52.710 - info: backitup.0 (1528) starting. Version 2.3.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.1, js-controller: 4.0.21
                    2022-04-01 17:07:52.822 - error: backitup.0 (1528) [ERROR] [iobroker] host.iobroker Cannot extract from file "/opt/iobroker/backups/2022_04_01-16_16_37_backupiobroker.tar.gz"
                    2022-04-01 17:07:52.936 - info: backitup.0 (1528) [iobroker] backup was activated at 02:40 every 1 day(s)
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @schroedi64 last edited by

                      @schroedi64
                      Kann natürlich sein, dass ein Backup aus Version 1 so anders ist, dass es mit V2 nicht gelesen werden kann. Hat sich ja einiges geändert inzwischen.

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        schroedi64 @Thomas Braun last edited by

                        @thomas-braun Ist nur komisch, dass der Fehler auch kommt, wenn ich in der alten Installation jetzt per Konsole ein Backup mache, die Backup-Datei manuell auf meinen Windows-Rechner kopiere, die alte Installation beende, die neue starte, die Backup-Datei vom Windows-Rechner in den Ordner backups kopiere und dann per Konsole Restore starte. Muss ich wohl mit der bisherigen Installation leben.😞

                        1 Reply Last reply Reply Quote 0
                        • simatec
                          simatec Developer Most Active @schroedi64 last edited by

                          @schroedi64 Du hast die Frage nicht beantwortet, wie das Backup erstellt wurde

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            schroedi64 @simatec last edited by

                            @simatec Ich habe das letzte Backup heute über die Konsole erstellt

                            simatec 1 Reply Last reply Reply Quote 0
                            • simatec
                              simatec Developer Most Active @schroedi64 last edited by

                              @schroedi64
                              Dann musst du es auch so wiederherstellen.

                              iob restore <dateiname.tar.gz>
                              
                              S 1 Reply Last reply Reply Quote 0
                              • S
                                schroedi64 @simatec last edited by

                                @simatec Ich habe also folgendes gemacht: -
                                -Backup mit Konsole auf altem System
                                -Backupdatei mit WinSCP auf Windows-Rechner
                                -Altes System runtergefahren; neues System gestartet
                                -Backupdatei mit WinSCP von Windows-Rechner nach opt/iobroker/backups kopiert
                                -Schreib/Leserechte auf iobroker geändert

                                pi@iobroker:~ $ ls -la /opt/iobroker/backups
                                total 2320
                                drwxrwxr-x+ 2 iobroker iobroker    4096 Apr  1 17:07 .
                                drwxrwxr-x+ 6 iobroker iobroker    4096 Mar 31 16:57 ..
                                -rw-rw-r--+ 1 iobroker iobroker 2365677 Apr  1 16:16 2022_04_01-16_16_37_backupiobroker.tar.gz
                                
                                ``
                                
                                ```Dann Restore mit Konsole versucht
                                pi@iobroker:~ $ iobroker stop
                                pi@iobroker:~ $ iobroker restore 0
                                host.iobroker Using backup file 2022_04_01-16_16_37_backupiobroker.tar.gz
                                host.iobroker Cannot extract from file "/opt/iobroker/backups/2022_04_01-16_16_37_backupiobroker.tar.gz"
                                
                                

                                `Ergebnis: Geht nicht

                                simatec 1 Reply Last reply Reply Quote 0
                                • simatec
                                  simatec Developer Most Active @schroedi64 last edited by

                                  @schroedi64
                                  Mach mal ein iob fix und gebe dem Backupfile einfach mal ein paar mehr Rechte

                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    schroedi64 @simatec last edited by

                                    @simatec Hat leider nichts gebracht

                                    pi@iobroker:~ $ iobroker stop
                                    pi@iobroker:~ $ iob fix
                                    library: loaded
                                    Library version=2022-02-10
                                    
                                    ==========================================================================
                                    
                                        Welcome to the ioBroker installation fixer!
                                        Script version: 2022-02-13
                                    
                                        You might need to enter your password a couple of times.
                                    
                                    ==========================================================================
                                    
                                    
                                    ==========================================================================
                                        Installing prerequisites (1/3)
                                    ==========================================================================
                                    
                                    Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                    Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
                                    Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                                    Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB]
                                    Fetched 13.2 MB in 11s (1,176 kB/s)
                                    Reading package lists... Done
                                    Installed gcc-c++
                                    Installed python-dev
                                    
                                    ==========================================================================
                                        Checking ioBroker user and directory permissions (2/3)
                                    ==========================================================================
                                    
                                    Created /etc/sudoers.d/iobroker
                                    Fixing directory permissions...
                                    
                                    ==========================================================================
                                        Checking autostart (3/3)
                                    ==========================================================================
                                    
                                    Enabling autostart...
                                    Autostart enabled!
                                    
                                    ==========================================================================
                                    
                                        Your installation was fixed successfully
                                        Run iobroker start to start ioBroker again!
                                    
                                    ==========================================================================
                                    
                                    pi@iobroker:~ $ iobroker restore 0
                                    host.iobroker Using backup file 2022_04_01-16_16_37_backupiobroker.tar.gz
                                    host.iobroker Cannot extract from file "/opt/iobroker/backups/2022_04_01-16_16_37_backupiobroker.tar.gz"
                                    
                                    
                                    Homoran simatec 2 Replies Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @schroedi64 last edited by Homoran

                                      @schroedi64 sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                      pi@iobroker:~ $ iobroker restore 0

                                      wieso 0??
                                      warum nicht den vollen Dateinamen?

                                      @schroedi64 sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                      Cannot extract from file "/opt/iobroker/backups/2022_04_01-16_16_37_backupiobroker.tar.gz"

                                      ist das der korrekte Dateiname?

                                      Wenn ja, wie kommt die Datei dahin, wo sie ist?
                                      wo ist das?

                                      crunchip 1 Reply Last reply Reply Quote 0
                                      • simatec
                                        simatec Developer Most Active @schroedi64 last edited by

                                        @schroedi64 Jetzt zeige mal den Inhalt der Backup Datei

                                        S 2 Replies Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @Homoran last edited by

                                          @homoran sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                          ist das der korrekte Dateiname?
                                          Wenn ja, wie kommt die Datei dahin, wo sie ist?
                                          wo ist das?

                                          @schroedi64 sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                          Das Backup wurde mit Backitup erstellt. Allerdings mit Version 1.o.o oder so; daher mit "minimal" vorangestellt. Habe ich entfernt.

                                          @schroedi64 sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                          -Backupdatei mit WinSCP von Windows-Rechner nach opt/iobroker/backups kopiert

                                          Homoran 1 Reply Last reply Reply Quote 0
                                          • S
                                            schroedi64 @simatec last edited by

                                            @simatec Ich versuchs mal:

                                            copi@iobroker:/opt/iobroker/backups $ sudo nano iobroker_2022_04_02-08_44_33_backu                                                                                                                                                             piobroker.tar.gz
                                              GNU nano 5.4                                                                                  iobroker_2022_04_02-08_44_33_backupiobroker.tar.gz *
                                            Q�'K��u��f�qX�8�
                                            ���θ�ƿ�Eٝ^L���o���u٫�^PR�� 4Ԍk�-�"C��Չ^Y�|n�^]^T�u|�J�)�f̈����1��H�Tύ�s� �%�r1G�:�^_d�^U[}l�s��d�՚�щ      y�8V�GY^]������^Tv�^^Y�c�����y�2�^_ߌ^L�vR��GOU�vg�|�k}�Ra��L�WyKޢ��^S͕[��V�^R�{��h� �Bv�]^QE3)Ѥ�o`0�T%]���j���/���y۲tmR;�^V��#Nh��3�?>
                                            �^Ao�����0p^F��{��'�]�477b7(�bR���/m^Xz�H��2M���Q�J�4�M^B(���$^[|'�3Nf��^Eok�^Y��O�>�G�JF�ޏbM�ͽ�*^G^[4cj��VÇ��ƺ4�^E
                                            Jc��H٧̊�mښ�_ɥ�P���˯�^^�^U������^Q#Ҩ���/5��$��8��P&#����5:�NMc��o^R�5It
                                            '4�v^TG|^N^He|��8�^E8-��B0t��^W^K^?}�N��� Ai���^Y���T^CEL�X�)^U�nJ�,�Q~�[��~C���d��⹍����Z���+�v� �H^W7��e}w� ^W�V���*�V^Z�ݵ��{kK^K^Gr���<YW�+�./g����{ti�&7TU�>�Kٻ�Ž���,���/HW6�R^W���O뵕������u��Z���j�����3�J�^Y[���[~r�^Euw6��Z����Z����>
                                            u�x�O���5��^Fe��.M��O�W�W����]_�*^V ����W
                                            +�@C�x��,^^�2<^GOC�����^Z��A�O[��lau[^FzW�K��m���^^|S-�z�9��9}u{���w�o^U�O^_T�K@Ú^Bߤ,B[^W�V�?^K�Wj��g^L~���^Z��֗��͗���Y�ߌΧ�^W��g^O^VỊ��V��^B�.8���^A?��Q�~gÑ�7�Ì0��^S^BUu^L^Bu�wXq4?��G��壗ڟ�?:�A�N�N^X�I�^H8^N���v\:D��DK�^D�����^X^Z�^A^L^P^>
                                            �'�8������^K��^_�^?8�9�N���k�h�z#�:1^H}��ȵ�^U6��/]�^C�����̳����Ykڳ��^N^[^K�[Y/�s^K�%�Y�^F��Y^X7^V^O��W`�yJ_+<[���^C���^N���s]_��q��ǁ͐(�N��{���v#b!]k�s�C��        z�����b^C��-^Y�^^ct�^C4^Y1�fC9|+^\^\�^X�%V1B�cM.JeŒ�lȆ��'X�����{�}>��^O+���]>
                                            ^G�ԥ1mКtJԥX��^VJ��^U��ӡ.��@^OuiVN��^T� ~x���ӡ,#`@��\�v%�b(M���/۩�z&��ɽe~zpW2^T���^]�M8����^^?�~$�]<�7^A^Uf���^Z�^L����q^YN�@j^W�ڛ�^R�XC^U�^Lk-�^Wm��W�^]w<�T�^T#[��O�s�(9�c|���K^Y�JS^E^@z��C�T���A-��Q�0�0��k8^G�[(�����>f�J,�\��^X�(;<�di[>
                                            ��I��z?αK���i��ʥ��/#K��Y�Sb���ŊeK*��^V��P^T�^K�L�*;��
                                            �^V��HK�        ;]gR�8\�8W*���.1#�~ץ]��h!?�1�1?�Z(?F�S�ͩ@ P�^\5ts*!�0    3 ^_^L�^YQU^^<U��")���6)������1j6��]�VtO^T�'Ӝ�|~���b^Y�X��k|���۩2��ƑF�^VT ��MF�Ù�I[����;��$d�����xdiaa���)��2���䈘��7^Z��-�]�)Q�|�4��c��?^]Z3^Z^^$(M^S&��E_��J�lZ^�>>
                                            �稷]Q�z%�^O�szjK��
                                            ^Gh�f�^��3-�uJ���R�
                                            ~�5;���睋sv^U�\���^U
                                            ��*U"�?^\^A.+�|'�d^W�u�^\~R���S扸|��>=z^Yd���KG7���^C�Gov�^]�ھ
                                            �o��H��¯?L3�8���B���^O�n�hK�S^O���?t"�}|�{vF
                                            �K�}�p�l9�sJv%-�^Cp�Ѳ^R���G?%��<%��Ec^YRCa� �H*^Ni�J��+^?�姿��^?���^A��^?|��^?����RzŌS,V6C�^YnI2
                                            Y,m^NeرP\��^O�s۝�i\�0Č%��]^Sh�^D���M    �^\�I^K����^R�^_^^J^K��dia�.�R��^F�Ԉ5��^VV�ki��^Lv^@^\��*���zӊU,�#r(M��r����f,�c^X8TՈ�R�t)�t5�t5����Z^N�����v�^F(��H�r ����^]k.K48��dI^V^Kk���:���u�^R\�^Q6B�TP-�!���`�w��!�^Y��6�iJ5Z��E$R�9΅�l�o��>
                                            (�@�ٚb�3s�^Gg�4Ӑ@�\^Q��P�C[{�!�^Q�4eR+t˜3���^N���r�N#��fHr䵣���;�Q(\�;j((��f(��ek^Q��$����
                                            ^^�^D�5%~T1�+�B��/^A���,/�D��������^Ka}��l��^[^B��a^\���c��㕊
                                            ^S��^N^?T]/�[/�^R^[^W^_���^A��H�6�&S���h����0��4S.CWU'd���*�^L9�^O^Z���6�M�kT�Fxv�*^U���|me;�ն
                                            I3��a��#21-�y^^xc�ˎʉ�@{{�@�妪��D@�I/i�^@�^S�*�GU^P>ݪ^X�j^[�^^�-���ӱ^G3
                                            p}?S�^Zj�`{{M�^S�F͇�Q���\}U�p�s;�B�֜���{>�^�
                                            |8�&Ӫd�V�v^Gj*��#l�^C�B�� ^O��X�p��-^]��a�b^O�4Q~�ч�
                                            <^\^]F���!r��^X$���5��D)3�x^Z-^Q]�^Y0�^Kr^����B!/^U^W^V^VʹB�2�P�^V^K�l�� ��֨5����,A^Bٞ�%Ǩ
                                            ^T�^K��J���W%�i5��O��#�τ B_�x^G^P^S^F�����"�lJ^Tm5i�6āX&_FD6��^WZ^_J����7�^K^K�^N�c^O��`Y^Ef�����=ZP��/6�jkS�չ�#^VJU�=*;�^R��^O@mKe^AH�^Zֆ]^F+Ș0^U-3�]�;^D�KuI��|!ThY�1��PNp��]vCϢ�B��!q!N�����^?��+Vݠf]W�g\�N>D�J/t�8��c^]��
                                            
                                            ^G Help           ^O Write Out      ^W Where Is       ^K Cut            ^T Execute        ^C Location       M-U Undo          M-A Set Mark      M-] To Bracket    M-Q Previous      ^B Back           ^◀ Prev Word      ^A Home
                                            ^X Exit           ^R Read File      ^\ Replace        ^U Paste          ^J Justify        ^_ Go To Line     M-E Redo          M-6 Copy          ^Q Where Was      M-W Next          ^F Forward        ^▶ Next Word      ^E End
                                            ^_�^H^@^@^@^@^@^@^C��kw^\�q0�|����#�VL,���"�^B^AJ�^L�^P^@�х�����^]bvf5^W^@^K�琔dɖb%~���q^lj}"%�mY^Re��^A���_x^^��>�/��=3�s陝�^B^D^K6��tuuMUuuwUwuY���͙�5Οl6;7W"�;7W��^?{?�^?���|nn.[����l�X�^A|i�T�?�iI^F���eCߡƠx�^O�~���.OK^A��^?ʎ��_�릮��^N�>
                                            �Fg���7�^[�_�%��^V�m\\�?�:_,_ٷ+^GYE����,뻫^E� �J��Vi�Ҩ��]_�[[Z8�^[^Ue�ɺ*]�uy9��]�ܣK+5���r��]��--��,�d�?�|A�������\~Z��,-�6��Ԟk�f^Yʞ-<Ӫ4���^K���'^WZ+ �K�"���^W���'k��^@v{�Biu��������3�涖/�V.d�/m�^]l-?���*B�����;X���~���^W��^^,�k[����E^[`>
                                            �<3��j04�X�&�-EUL`�m^PjA릩^@?
                                            ��h^TH4A^Z��"@���Y�^L���D���U���B-���^Z�,^E>�   ^S���Y^[��h^X
                                            5]4M�^Ys��^@gZ�^Yh�s�2�H^B�49c���Bj_�:|oOk^A
                                            ^E�^@��B����/>iY;����Ha,^G��
                                            W�/^?�ֽ��x��^_~��_���^[����?^?���^?��y���^O�|^U�^_�s`X%N�/R���n�
                                            ��n��$�?
                                            W�u�T^L
                                            �p^^B?w�^_��^A��hD^PNo��Ķs���1mPj^T��*?���z��^R�
                                            ���C~��S�����נ?^D��dj�=0��}�����o^_�<z���=z��?^A��^@�@?!�i�i�wt��%x�st^K�� ^K^P�>��܁�r�^U}^Fp��N��d�G��?=z���u7^�W����^]�       }��ћ�.�^H=������"M�}���H^F1�mv�^]^S��y�헬OA� M�s�b��^Q^U��/�^@l�"6��|��^Q5c}�^U0�^_�=���L��i�SCډ2���+^U�^\|^>
                                            ����?
                                            ��b^?���s%���^^ΨW\�R��^[Dp�[�J������̹�vm^W+^?���^]�3�� ��۶%]'
                                            ��O�y^@�^G�l}qK�ӫ��+D����Ӎ�^V{e��$K��qh��11�bm��_����?���7��z���ǿ���^_���^?s��k�t��^?���G_���{��a�d|��^O�ݸ^Yo&���^L�O^EGKY e�R�^AY�M�^H�LI^U5<�^B�F���-��
                                            �:#�
                                            %�S^Nܓ�n7}�5��^C���!Yz�,Ge�Fn6[^T�T5��^Oc]7��7��TT%0a49���\a�����[8^SB^H|^H^ZS���^\^T��8^G�va���^_���^\^T��8^G�9����g|h^S<�^Y�/5�*���b��Ә�>�D
                                            �SYwj3u��G� ��U^N�h2��^H_eZ�Ҫ��T�%e^]�K�ԃ�^E��@+^Q��    �fB��^F�&����^[�^F�Ii:r\^U�P%�f�z��]�v%^S�u�^G� v^U�g���^K��TVi�^@�`�͐Um�b)��
                                            ��G�w_�^HQ����^A�2
                                            ɪԿ1��.I/��y>;�p���ù����I�^GW�9�^H���p�i0`���6h�:�^]�ַ�E�.�.n�-o�%��^^�^Ezfq^S@^^q� ��X^^%�X�G�����^K���^G����^L�q�_��y���ŵ�?g��:_,�^V^V
                                            ��^O� ��xU0��lV����^Z�k�
                                            ��2�U*���f�/�^W^��o?^O�^C���k�W���N�#�~h&FL�]\^ ����O�����+>{��s�\��Z��^^^G�^U^C��Si����^BK^\�)����la�^DG�^Y^H_3�Ʉ�����^^�^R�
                                            �s�gq����ǡ�)�kH�RXר�^N��>Д��H�+^A^G�YO> 'C���Q6�u^D�����B�ϛ[Wy���� z�J����}^Uj�ޜW�ʎ�bZߑ��
                                            [G��%c��l.�0���ؠ��UNi�^^o���^W��J��>^@�^S�^R_/�5�IUxУq^Q�^]�x֧�^@j^G�b���bQ%/�tt�y��q�w�.m��a5}�^R�WڡwG�^G����÷٧P�^@tg96�g��
                                            �*�^H�� �2�O��{�1�^W����r���?^?��^[?����w^?�VB &�^KUا�R^OћY���^H�8�0JK�Դ��g�f]^L}��h�^A^^Q(|��=^T^C��Ţ^R� ^@� &]�:o2fS� �d�z�^[��#��#��p爐�y2�=�f�7��^N��Ϊ��7�Oo�h�A�w����i4����a^WC�-;n�!�XV��V��^G�7� ��]�ٍ!Ze�����f1��[s=փ6���M��$��co�7Ϊ^>
                                            ^^^Y�g^K�{�q��^S\�^Tp��^S\���^D^W'�8��  ��}���� �^Y^_ڐ��S���s^X��{����Ř�n�f{���^S�Tu�����k�� ��{6�<s�t��^DN�s����<>����
                                            ^K��Y_�ۛ^E��z5�|L���J�Q��އ�^F�}��&^]�9�^B����C���]ian,:��p$�6��^A��^G�~^UKT����5���CKe�y.�x"�u�"^]Hb��^]
                                            /T�j�)��0")Z-���J���
                                            ��3^T>7���u��NMƂ�J��^E(��&��]V�L�rS^F�,�ie��~^[W^?p���3�Ҡb�oC   �l4ف$�<�y��^R"�G^B,���S*��;;^Vq�K4f�:�/���o^]A��<����^Z�s�e��=^EUGa��^H Uv�ؒ^X^H .^G]��ss�H������b�{�LF"|��$*@^?�^Vey�e�Gg6/lK�A�r�b����^N��^Z_�2��J� IB^A
                                            >�)̏q��|M��~T�   �����O^D�6�(V�^\�#^F"�䩭K�bq����/��^X�^T��>8ۏ�3f�^L�衪�^K�O�MJ5G*+�'��^Tǭ��ؑ��;�{�^\��'�;�9+3G�^Q
                                            �S�zh�J^T��u�ޡ�~^?<���.=P�'U�}��U�Lu"�gݱK��ƜE.�Lb���O�K�4N�<
                                            
                                            ^G Help           ^O Write Out      ^W Where Is       ^K Cut            ^T Execute        ^C Location       M-U Undo          M-A Set Mark      M-] To Bracket    M-Q Previous      ^B Back           ^◀ Prev Word      ^A Home
                                            ^X Exit           ^R Read File      ^\ Replace        ^U Paste          ^J Justify        ^_ Go To Line     M-E Redo          M-6 Copy          ^Q Where Was      M-W Next          ^F Forward        ^▶ Next Word      ^E End
                                            de_text
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            457
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            backitup how-to restore restore backup
                                            76
                                            513
                                            109304
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo