Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Backitup für kein Automatisches Backup aus

    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

    Backitup für kein Automatisches Backup aus

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

      @christian-sandkaulen sagte in Backitup für kein Automatisches Backup aus:

      nicht das ich wüsste

      Zeige mal :

      iobroker version
      iobroker repo list
      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
      
      ChrisNett 1 Reply Last reply Reply Quote 0
      • simatec
        simatec Developer Most Active @ChrisNett last edited by

        @christian-sandkaulen Du hast weder bei dem History Backup einen Pfad angegeben noch beim Javascript.
        Wenn du die beiden Optionen mitsichern willst, dann musst dort die Pfadangabe rein. Wenn nicht die beiden Optionen in den Haupteinstellungen deaktivieren

        ChrisNett 1 Reply Last reply Reply Quote 0
        • ChrisNett
          ChrisNett @Glasfaser last edited by

          @glasfaser

          pi@PI4:~ $ iobroker version
          3.3.9
          pi@PI4:~ $ iobroker repo list
          Stable (default): http://download.iobroker.net/sources-dist.json
          Beta (latest): http://download.iobroker.net/sources-dist-latest.json
          
          Active repo: Stable (default)
          pi@PI4:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          v12.22.1
          v12.22.1
          6.14.12
          Holen:1 http://archive.raspberrypi.org/debian buster InRelease [32,7 kB]
          Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
          Holen:3 http://packages.microsoft.com/repos/code stable InRelease [10,4 kB]
          OK:4 https://deb.nodesource.com/node_12.x buster InRelease
          Holen:5 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13,0 MB]
          Holen:6 http://packages.microsoft.com/repos/code stable/main armhf Packages [30,9 kB]
          Holen:7 http://packages.microsoft.com/repos/code stable/main arm64 Packages [30,9 kB]
          Holen:8 http://packages.microsoft.com/repos/code stable/main amd64 Packages [29,9 kB]
          Holen:9 http://archive.raspberrypi.org/debian buster/main armhf Packages [376 kB]
          Es wurden 13,5 MB in 13 s geholt (1.077 kB/s).
          Paketlisten werden gelesen... Fertig
          Abhängigkeitsbaum wird aufgebaut.
          Statusinformationen werden eingelesen.... Fertig
          Aktualisierung für 73 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
          OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
          OK:2 http://archive.raspberrypi.org/debian buster InRelease
          OK:3 http://packages.microsoft.com/repos/code stable InRelease
          OK:4 https://deb.nodesource.com/node_12.x buster InRelease
          Paketlisten werden gelesen... Fertig
          Abhängigkeitsbaum wird aufgebaut.
          Statusinformationen werden eingelesen.... Fertig
          Aktualisierung für 73 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
          nodejs:
            Installiert:           12.22.1-1nodesource1
            Installationskandidat: 12.22.1-1nodesource1
            Versionstabelle:
           *** 12.22.1-1nodesource1 500
                  500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                  100 /var/lib/dpkg/status
               10.24.0~dfsg-1~deb10u1 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • ChrisNett
            ChrisNett @simatec last edited by

            @simatec
            wie bekomme ich die Pfade raus ?

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

              @christian-sandkaulen Jeweils auf den Button ermitteln klicken.
              Wenn Javascript und der History Adapter richtig konfiguriert sind, holt sich Backitup die Daten

              https://github.com/simatec/ioBroker.backitup/blob/master/docs/de/backitup.md#Javascript-Backup

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

                @christian-sandkaulen
                Eigentlich alles richtig eingestellt.
                Du musst aber irgendwann mal die Beta-Version des js-controllers eingespielt haben, 3.3.9 war nie im Stable verfügbar.

                Die 73 hängenden Upgrades würde ich reinholen:

                sudo apt dist-upgrade
                sudo reboot
                
                ChrisNett 2 Replies Last reply Reply Quote 0
                • ChrisNett
                  ChrisNett @Thomas Braun last edited by

                  @thomas-braun
                  ja das kann sein als ich problem mit Zigbee hatte ist das gemacht worden, update mache ich gleich.

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

                    @simatec

                    danke JS habe ich ümgestellt aber was muss hier rein?

                    a8c0cd56-b9fc-417c-8b87-3a24d8d2526f-image.png

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

                      @christian-sandkaulen

                      Bei mir habe ich da (analog zu den JS-skripten) ein Spiegelverzeichnis in /home/iobroker/history angelegt. Also außerhalb von /opt/iobroker

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

                        @thomas-braun

                        
                        73 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                        Es müssen 149 MB an Archiven heruntergeladen werden.
                        Nach dieser Operation werden 4.907 kB Plattenplatz zusätzlich benutzt.
                        Möchten Sie fortfahren? [J/n] J
                        Abbruch.
                        pi@PI4:~ $
                        
                        

                        warum bricht der das mit "J" ab?

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

                          @christian-sandkaulen
                          Keine Ahnung. Mit kleinem j mal probiert?
                          Oder y?

                          ChrisNett 2 Replies Last reply Reply Quote 0
                          • ChrisNett
                            ChrisNett @Thomas Braun last edited by

                            @thomas-braun

                            ja auch und mit n bricht er auch ab...

                            aber backup geht jetzt

                            Started iobroker ...
                            [DEBUG] [iobroker] - host.PI4 6316 states saved
                            
                            [DEBUG] [iobroker] - host.PI4 7766 objects saved
                            
                            [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2021_06_02-10_34_43_backupiobroker.tar.gz
                            
                            [DEBUG] [iobroker] - done
                            [DEBUG] [historyDB] - compress from historyDB started ...
                            [DEBUG] [historyDB] - Backup created: /opt/iobroker/backups/historyDB_2021_06_02-10_34_54_backupiobroker.tar.gz
                            [DEBUG] [historyDB] - done
                            [DEBUG] [zigbee] - found zigbee database: zigbee.0,zigbee.1
                            [DEBUG] [zigbee] - done
                            [DEBUG] [javascripts] - Backup created: /opt/iobroker/backups/javascripts_2021_06_02-10_34_55_backupiobroker.tar.gz
                            [DEBUG] [javascripts] - done
                            [DEBUG] [googledrive] - Google Drive: Copy iobroker_2021_06_02-10_34_43_backupiobroker.tar.gz...
                            [DEBUG] [googledrive] - Google Drive: Copy historyDB_2021_06_02-10_34_54_backupiobroker.tar.gz...
                            [DEBUG] [googledrive] - Google Drive: Copy zigbee.0_2021_06_02-10_34_54_backupiobroker.tar.gz...
                            [DEBUG] [googledrive] - Google Drive: Copy zigbee.1_2021_06_02-10_34_54_backupiobroker.tar.gz...
                            [DEBUG] [googledrive] - Google Drive: Copy javascripts_2021_06_02-10_34_55_backupiobroker.tar.gz...
                            [DEBUG] [googledrive] - done
                            [DEBUG] [clean] - done
                            [DEBUG] [telegram] - done
                            [DEBUG] [historyHTML] - new history html values created
                            [DEBUG] [historyHTML] - done
                            [DEBUG] [historyJSON] - new history json values created
                            [DEBUG] [historyJSON] - done
                            [EXIT] 0
                            

                            🙂 danke

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

                              @christian-sandkaulen

                              Komisch.
                              Versuch mal

                              sudo apt update && sudo apt dist-upgrade -y
                              
                              1 Reply Last reply Reply Quote 0
                              • ChrisNett
                                ChrisNett @Thomas Braun last edited by

                                @thomas-braun

                                habe mal zuerst

                                sudo reboot
                                

                                gemacht und dann noch mal das update

                                sudo apt dist-upgrade
                                

                                jetzt läuft es

                                ChrisNett 1 Reply Last reply Reply Quote 0
                                • ChrisNett
                                  ChrisNett @ChrisNett last edited by

                                  @christian-sandkaulen

                                  ich Frage noch kann ich auch nur zigbee wiederherstellen oder ist da immer alles drin?

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

                                    @christian-sandkaulen
                                    Für zigbee gibt es eine eigene Einstellung im Backitup-Adapter.

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

                                      @thomas-braun

                                      Danke und der stellt auch nur zigbee wieder her ja?

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

                                        @christian-sandkaulen
                                        Ja, dafür gibt es den Punkt.

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

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        879
                                        Online

                                        31.9k
                                        Users

                                        80.1k
                                        Topics

                                        1.3m
                                        Posts

                                        5
                                        29
                                        572
                                        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