Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Iobroker backitup error.. Wo liegt das problem

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Iobroker backitup error.. Wo liegt das problem

    This topic has been deleted. Only users with topic management privileges can see it.
    • wendy2702
      wendy2702 @elmos04 last edited by

      @elmos04 Was hast du denn im Adapter alles ausgewählt ?

      E 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @elmos04 last edited by

        @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

        wenn das Backup nun doch erstellt wird

        wenn!

        ich habe diese lange Zeile nicht zu Ende gesehen.
        @Wendy hat recht.
        Jetzt das gleiche Spiel mit dem Blaulicht

        1 Reply Last reply Reply Quote 0
        • E
          elmos04 @wendy2702 last edited by

          @wendy2702
          Java Zigbee und den iobroker

          E wendy2702 2 Replies Last reply Reply Quote 0
          • E
            elmos04 @elmos04 last edited by

            @elmos04
            das steht im iobroker Protokoll

            code_text
            p.0
            2022-02-13 17:52:31.393	error	[iobroker] chmod for Backup directory could not be completed: Error: EPERM: operation not permitted, chmod '/opt/iobroker/backups'Please run "iobroker fix"!!
            
            backitup.0
            2022-02-13 17:52:30.642	info	[iobroker] backup was activated at 02:40 every 1 day(s)
            
            backitup.0
            2022-02-13 17:52:30.556	info	starting. Version 2.2.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 3.3.22
            host.raspberrypi
            2022-02-13 17:52:27.918	info	instance system.adapter.backitup.0 started with pid 26735
            host.raspberrypi
            2022-02-13 17:52:25.539	info	instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            
            backitup.0
            2022-02-13 17:52:24.868	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            
            backitup.0
            2022-02-13 17:52:24.866	info	terminating
            
            backitup.0
            2022-02-13 17:52:24.865	info	cleaned everything up...
            host.raspberrypi
            2022-02-13 17:52:24.865	info	stopInstance system.adapter.backitup.0 send kill signal
            
            backitup.0
            2022-02-13 17:52:24.863	info	Got terminate signal TERMINATE_YOURSELF
            
            wendy2702 1 Reply Last reply Reply Quote 0
            • wendy2702
              wendy2702 @elmos04 last edited by

              Was sind die xxx.json files? Sind das Widgets oder Views?

              Werden die noch benötigt?

              Kannst du mal den Inhalt eines solchen Files posten?

              Z.B.

              cat  /opt/iobroker/iobroker-data/files/vis.0/Tech/6_Fach_Taster_2_Blaulicht.json
              
              E 1 Reply Last reply Reply Quote 0
              • wendy2702
                wendy2702 @elmos04 last edited by

                @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                @elmos04
                das steht im iobroker Protokoll

                > 2022-02-13 17:52:31.393	error	[iobroker] chmod for Backup directory could not be completed: Error: EPERM: operation not permitted, chmod '/opt/iobroker/backups'Please run "iobroker fix"!! 
                

                Du muss auch mal anfangen die Logfiles zu lesen. Da steht zumindest mal ein Hinweis drin was gemacht werden soll

                Homoran E 2 Replies Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @wendy2702 last edited by

                  @wendy2702 sagte in Iobroker backitup error.. Wo liegt das problem:

                  Du muss auch mal anfangen die Logfiles zu lesen

                  @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                  Lesen -Ja
                  Verstehen - nein

                  wendy2702 1 Reply Last reply Reply Quote 0
                  • wendy2702
                    wendy2702 @Homoran last edited by

                    @homoran sagte in Iobroker backitup error.. Wo liegt das problem:

                    @wendy2702 sagte in Iobroker backitup error.. Wo liegt das problem:

                    Du muss auch mal anfangen die Logfiles zu lesen

                    @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                    Lesen -Ja
                    Verstehen - nein

                    OK.

                    Aber ich hoffe ja das die Leute auch Interesse haben das irgendwann mal zu verstehen.

                    1 Reply Last reply Reply Quote 1
                    • E
                      elmos04 @wendy2702 last edited by

                      @wendy2702 sagte in Iobroker backitup error.. Wo liegt das problem:

                      cat /opt/iobroker/iobroker-data/files/vis.0/Tech/6_Fach_Taster_2_Blaulicht.json

                      code_text
                      cat  /opt/iobroker/iobroker-data/files/vis.0/Tech/6_Fach_Taster_2_Blaulicht.json
                      /* -- do not edit following lines - START --
                      {
                        "expert": true,
                        "engineType": "Blockly",
                        "debug": false,
                        "verbose": false
                      }
                      -- do not edit previous lines - END --*/
                      on({id: 'zigbee.0.04cf8cdf3c7d6fde.button_2_click', val: true}, async function (obj) {
                        var value = obj.state.val;
                        var oldValue = obj.oldState.val;
                        getState("hm-rpc.1.LTK0075338.1.STATE", function (err, state) {
                            setState("hm-rpc.1.LTK0075338.1.STATE"/*Blaulicht.STATE*/, state ? !state.val : true);
                        });
                        console.log('Blaulicht Taster geschaltet');
                      });
                      
                      //JTNDeG1sJTIweG1sbnMlM0QlMjJodHRwcyUzQSUyRiUyRmRldmVsb3BlcnMuZ29vZ2xlLmNvbSUyRmJsb2NrbHklMkZ4bWwlMjIlM0UlM0NibG9jayUyMHR5cGUlM0QlMjJvbl9leHQlMjIlMjBpZCUzRCUyMjIhRGsoIXdfJTJGLmUlM0IlMkZnWGdXJTNCSkklMjIlMjB4JTNEJTIyMjEzJTIyJTIweSUzRCUyMi0zMzglMjIlM0UlM0NtdXRhdGlvbiUyMHhtbG5zJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53My5vcmclMkYxOTk5JTJGeGh0bWwlMjIlMjBpdGVtcyUzRCUyMjElMjIlM0UlM0MlMkZtdXRhdGlvbiUzRSUzQ2ZpZWxkJTIwbmFtZSUzRCUyMkNPTkRJVElPTiUyMiUzRXRydWUlM0MlMkZmaWVsZCUzRSUzQ2ZpZWxkJTIwbmFtZSUzRCUyMkFDS19DT05ESVRJT04lMjIlM0UlM0MlMkZmaWVsZCUzRSUzQ3ZhbHVlJTIwbmFtZSUzRCUyMk9JRDAlMjIlM0UlM0NzaGFkb3clMjB0eXBlJTNEJTIyZmllbGRfb2lkJTIyJTIwaWQlM0QlMjIzekYlM0FhYlRsJTI0JTdEWmYlM0YlN0NWLiU3QiFNMyUyMiUzRSUzQ2ZpZWxkJTIwbmFtZSUzRCUyMm9pZCUyMiUzRXppZ2JlZS4wLjA0Y2Y4Y2RmM2M3ZDZmZGUuYnV0dG9uXzJfY2xpY2slM0MlMkZmaWVsZCUzRSUzQyUyRnNoYWRvdyUzRSUzQyUyRnZhbHVlJTNFJTNDc3RhdGVtZW50JTIwbmFtZSUzRCUyMlNUQVRFTUVOVCUyMiUzRSUzQ2Jsb2NrJTIwdHlwZSUzRCUyMnRvZ2dsZSUyMiUyMGlkJTNEJTIyQ29nNTVIYzNWTFBDKS0lMkYteFI4SCUyMiUzRSUzQ211dGF0aW9uJTIweG1sbnMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4aHRtbCUyMiUyMGRlbGF5X2lucHV0JTNEJTIyZmFsc2UlMjIlM0UlM0MlMkZtdXRhdGlvbiUzRSUzQ2ZpZWxkJTIwbmFtZSUzRCUyMk9JRCUyMiUzRWhtLXJwYy4xLkxUSzAwNzUzMzguMS5TVEFURSUzQyUyRpi@raspbepi@raspbepi@raspbepi@raspbepi@raspbepi@raspbepi@raspbepi@raspberrypi:~ $ 
                      
                      
                      Homoran 1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @elmos04 last edited by

                        @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                        "engineType": "Blockly",

                        das sind skripte

                        Was machen die unter vis?

                        E wendy2702 2 Replies Last reply Reply Quote 0
                        • E
                          elmos04 @wendy2702 last edited by

                          @wendy2702
                          Sorry aber ich weiss ja nicht was ich machen soll iobroker fix wurde schon gemacht

                          1 Reply Last reply Reply Quote 0
                          • E
                            elmos04 @Homoran last edited by

                            @homoran das hat der Backitup adapter mir aus dem alten backup kopiert

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

                              @homoran sagte in Iobroker backitup error.. Wo liegt das problem:

                              @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                              "engineType": "Blockly",

                              das sind skripte

                              Was machen die unter vis?

                              @elmos04 : weisst du wie deine Blocklys oder anderen Scripte alle heißen? Siehst du diese in iobroker?

                              E 1 Reply Last reply Reply Quote 0
                              • E
                                elmos04 @wendy2702 last edited by

                                @wendy2702
                                ja das sind Skripte. die kenne ich

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

                                  @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                                  Gleiche Meldung

                                  Nein diesesmal ist es 6_Fach_Taster_2_Blaulicht.json

                                  Da ist irgendwas krum. Was sind das überhaupt für Dateien? Sind die von dir?

                                  E 1 Reply Last reply Reply Quote 0
                                  • E
                                    elmos04 @simatec last edited by

                                    @simatec
                                    Ja das sind Skripte. Ein Blockly welches das Blaulicht einschaltet wenn der Taster gedrückt wird.

                                    1 Reply Last reply Reply Quote 0
                                    • wendy2702
                                      wendy2702 @elmos04 last edited by

                                      @elmos04 OK. Siehst du diese Scripte im Script Tab?

                                      Funktionieren Sie?

                                      Ist das Script: 6_Fach_Taster_1_Büro_licht noch vorhanden und funktioniert?

                                      E 1 Reply Last reply Reply Quote 0
                                      • E
                                        elmos04 @wendy2702 last edited by

                                        @wendy2702
                                        die Skripte habe ich alle neu gemacht. die alten habe ich gelöscht. viele Fehler

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

                                          @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                                          @homoran das hat der Backitup adapter mir aus dem alten backup kopiert

                                          Backitup macht nur das, was vorher konfiguriert wurde.
                                          Backitup legt keine Daten in VIS von alleine ab

                                          Mach folgendes

                                          sudo cp /opt/iobroker/iobroker-data/files/vis.0/Tech/*.json /home/pi/
                                          sudo rm /opt/iobroker/iobroker-data/files/vis.0/Tech/*.json
                                          
                                          wendy2702 1 Reply Last reply Reply Quote 1
                                          • wendy2702
                                            wendy2702 @simatec last edited by

                                            @simatec sagte in Iobroker backitup error.. Wo liegt das problem:

                                            @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                                            @homoran das hat der Backitup adapter mir aus dem alten backup kopiert

                                            Backitup macht nur das, was vorher konfiguriert wurde.
                                            Backitup legt keine Daten in VIS von alleine ab

                                            Mach folgendes

                                            sudo cp /opt/iobroker/iobroker-data/files/vis.0/Tech/*.json /home/pi/
                                            sudo rm /opt/iobroker/iobroker-data/files/vis.0/Tech/*.json
                                            

                                            Damit ist dann auch sein View weg

                                            simatec 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

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

                                            783
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            12
                                            156
                                            17443
                                            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