Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Backitup funktioniert einfach nicht :(

    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 funktioniert einfach nicht :(

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @lunatikk last edited by

      @lunatikk wohin sicherst du denn?
      da steht was von fritz.nas im log

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

        @homoran sagte in Backitup funktioniert einfach nicht 😞:

        wohin sicherst du denn?

        DAS hab ich mich gerade auch gefragt. Da steht was von FTP und CIFS und GoogleDriver und was weiß ich noch alles drin.
        Sieht chaotisch aus.

        crunchip 1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @Thomas Braun last edited by

          @thomas-braun sagte in Backitup funktioniert einfach nicht 😞:

          DAS hab ich mich gerade auch gefragt. Da steht was von FTP und CIFS und GoogleDriver

          Sind das nicht einfach die Aufzählungen, die möglich sind und darin steht was was davon eingestellt/aktiv ist

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

            @crunchip Ja, hast Recht.

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

              @crunchip und woher weiß backitup dass bei mir ein fritz.nas möglich ist?

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

                @homoran

                Hi,

                fritz.nas und ftp waren vorher mal aktiv (hab in meiner verzweiflung alles nacheinander durchprobiert). Mittlerweile sind diese Optionen in der Instanzkonfiguration von Backitup deaktiviert (steht so auch in der debug Ausgabe).

                hier die Ausgabe:

                iobroker@iobroker-pi:/ $ ls -la /opt/iobroker/backups
                
                total 12
                drwxrwxr-x+ 3 iobroker iobroker 4096 Jan 24 20:45 .
                drwxrwxr-x+ 6 iobroker iobroker 4096 Jan 24 20:07 ..
                drwxrwxr-x+ 2 iobroker iobroker 4096 Jan 24 20:45 tmpScripts
                
                

                [edit:] außerdem die backitup settings:

                4f277eda-5520-4ed2-b03a-75d7ab23d988-image.png

                736dddb9-069c-458c-a705-2f69964debf1-image.png

                0c467b70-facb-4ec5-9ad1-29055cb55640-image.png

                97020352-0f9b-4d3d-8bdc-90dd9b240d31-image.png
                Viele Grüße

                Lunatikk

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

                  @lunatikk sagte in Backitup funktioniert einfach nicht 😞:

                  tmpScripts

                  Das ist noch ein Überbleibsel.

                  sudo -u iobroker rm -rf /opt/iobroker/backups/tmpScripts
                  
                  L 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @lunatikk last edited by

                    @lunatikk Dann nehm doch mal dein google drive auch heraus und teste ob es local funktioniert

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

                      @thomas-braun

                      habe ich ausgeführt. tmpscripts wurde damit gelöscht. War das etwas das Problem?

                      @crunchip das habe ich natürlich als aller erstes versucht.

                      Grüße

                      Lunatikk

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

                        @lunatikk sagte in Backitup funktioniert einfach nicht 😞:

                        War das etwas das Problem?

                        Das weiß ich nicht. Wie sieht denn jetzt das Protokoll aus?

                        Ein durchlaufendes Backup sollte ungefähr so aussehen:

                        Started iobroker ...
                        [DEBUG] [mount] - noserverino option: true
                        [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker,password=****,noserverino,rw,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.178.1/fritz.nas/Hitachi-HTS545012B9SA00-01/iobbackups/manjaro /opt/iobroker/backups"
                        [DEBUG] [mount] - mount successfully completed
                        [DEBUG] [mount] - done
                        [DEBUG] [iobroker] - host.manjaro 2637 states saved
                        
                        [DEBUG] [iobroker] - host.manjaro 6032 objects saved
                        
                        [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2022_01_24-22_15_26_backupiobroker.tar.gz
                        
                        [DEBUG] [iobroker] - done
                        [DEBUG] [redis] - Start Redis Backup ...
                        [DEBUG] [redis] - Created redistmp directory
                        [DEBUG] [redis] - redis-cli save started, please wait ...
                        [DEBUG] [redis] - redis-cli save finish
                        [DEBUG] [redis] - detected redis file: dump.rdb | file type: rdb
                        [DEBUG] [redis] - Backup created: /opt/iobroker/backups/redis_2022_01_24-22_15_38_backupiobroker.tar.gz
                        [DEBUG] [redis] - Try deleting the redis tmp directory: "/opt/iobroker/backups/redistmp"
                        [DEBUG] [redis] - redis tmp directory "/opt/iobroker/backups/redistmp" successfully deleted
                        [DEBUG] [redis] - done
                        [DEBUG] [historyDB] - compress from historyDB started ...
                        [DEBUG] [historyDB] - Backup created: /opt/iobroker/backups/historyDB_2022_01_24-22_15_39_backupiobroker.tar.gz
                        [DEBUG] [historyDB] - done
                        [DEBUG] [zigbee] - found zigbee database: zigbee.0,zigbee.1
                        [DEBUG] [zigbee] - done
                        [DEBUG] [javascripts] - Created javascript_tmp directory: "/opt/iobroker/backups/tmpScripts"
                        [DEBUG] [javascripts] - found Script: dwd_uwz_nina_warnungen
                        [DEBUG] [javascripts] - found Script: nodemihome
                        [DEBUG] [javascripts] - found Script: pakettruhe_offen
                        [DEBUG] [javascripts] - found Script: ps4_waker
                        [DEBUG] [javascripts] - found Script: sonnenaufgang
                        [DEBUG] [javascripts] - found Script: sonnenuntergang
                        [DEBUG] [javascripts] - found Script: speedtest
                        [DEBUG] [javascripts] - found Script: telefon_klingelt
                        [DEBUG] [javascripts] - found Script: treppenhaus_licht
                        [DEBUG] [javascripts] - found Script: tuerklingel_laeutet
                        [DEBUG] [javascripts] - found Script: wohnung_verlassen
                        [DEBUG] [javascripts] - found Script: wohnungstuer_entriegelt
                        [DEBUG] [javascripts] - found Script: linkeddevices0
                        [DEBUG] [javascripts] - Try deleting the Javascript tmp directory: "/opt/iobroker/backups/tmpScripts"
                        [DEBUG] [javascripts] - Javascript tmp directory "/opt/iobroker/backups/tmpScripts" successfully deleted
                        [DEBUG] [javascripts] - Backup created: /opt/iobroker/backups/javascripts_2022_01_24-22_15_40_backupiobroker.tar.gz
                        [DEBUG] [javascripts] - done
                        [DEBUG] [cifs] - done
                        [DEBUG] [googledrive] - Google Drive: Copy iobroker_2022_01_24-22_15_26_backupiobroker.tar.gz...
                        [DEBUG] [googledrive] - Google Drive: Copy redis_2022_01_24-22_15_38_backupiobroker.tar.gz...
                        [DEBUG] [googledrive] - Google Drive: Copy historyDB_2022_01_24-22_15_39_backupiobroker.tar.gz...
                        [DEBUG] [googledrive] - Google Drive: Copy zigbee.0_2022_01_24-22_15_39_backupiobroker.tar.gz...
                        [DEBUG] [googledrive] - Google Drive: Copy zigbee.1_2022_01_24-22_15_39_backupiobroker.tar.gz...
                        [DEBUG] [googledrive] - Google Drive: Copy javascripts_2022_01_24-22_15_40_backupiobroker.tar.gz...
                        [DEBUG] [googledrive] - done
                        [DEBUG] [clean] - done
                        [DEBUG] [whatsapp] - done
                        [DEBUG] [historyHTML] - new history html values created
                        [DEBUG] [historyHTML] - done
                        [DEBUG] [historyJSON] - new history json values created
                        [DEBUG] [historyJSON] - done
                        [DEBUG] [umount] - mount activ, umount is started ...
                        [DEBUG] [umount] - umount successfully completed
                        [DEBUG] [umount] - done
                        [EXIT] 0
                        
                        L 1 Reply Last reply Reply Quote 0
                        • L
                          lunatikk @Thomas Braun last edited by

                          @thomas-braun

                          also bei mir passiert nach der 3. Zeile nichts mehr

                          e1222c3d-0149-43d8-a463-d0ca818cf9d2-image.png

                          nach ner minute gibts wohl nen neustart:

                          58f1b806-9fc9-4fd2-9f3e-e87050b35d2e-image.png

                          danach sehe ich weiterhin das gleiche Bild (aus dem 1. screenshot).

                          Oder bin ich zu ungeduldig und das ganze dauert eigentlich Stunden... 😕 ?!

                          Liebe Grüße

                          Lunatikk

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

                            @lunatikk

                            Bitte keine Screenshots posten. Mach den 'Schließen wenn fertig' Haken weg und poste den Text in CodeTags.

                            L 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @lunatikk last edited by

                              @lunatikk sagte in Backitup funktioniert einfach nicht 😞:

                              nach ner minute gibts wohl nen neustart:

                              ich fürchte dein RAM geht aus und dein Server rebootet

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

                                @thomas-braun

                                Alles klar,

                                Den "Schließen wenn fertig" Haken habe ich entfernt. Wie gesagt, immer noch der gleiche Stand:

                                Started iobroker ...
                                [DEBUG] [iobroker] start with {"type":"creator","time":"02:40","debugging":true,"slaveBackup":"Single","everyXDays":"1","deleteBackupAfter":0,"googledrive":{"enabled":true,"type":"storage","source":"googledrive","debugging":true,"deleteOldBackup":true,"accessJson":"****","ownDir":false,"dir":"iobrokerbackup","dirMinimal":"/iobrokerbackup"},"dir":"/opt/iobroker","javascripts":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"googledrive","host":"fritz.box","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/VOLUME/backup/iobroker/","dirMinimal":"/backupDir/iobroker","user":"iobroker","pass":"****","port":"21"},"cifs":{"enabled":false,"mountType":"CIFS","type":"storage","source":"googledrive","mount":"\\\\192.168.178.1\\fritz.nas","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=2.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":false,"ownDir":false,"dir":"VOLUME\\backup","dirMinimal":"sharename/backupDir","user":"iobroker","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"googledrive","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"googledrive","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","signedCertificates":true},"googledrive":{"enabled":true,"type":"storage","source":"googledrive","debugging":true,"deleteOldBackup":true,"accessJson":"****","ownDir":false,"dir":"iobrokerbackup","dirMinimal":"/iobrokerbackup"},"slaveSuffix":"","hostType":"Single","nameSuffix":""},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                                [DEBUG] [iobroker] - host.iobroker-pi 4360 states saved
                                
                                [DEBUG] [iobroker] - host.iobroker-pi 5219 objects saved
                                
                                
                                1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active last edited by

                                  @lunatikk

                                  Mach mal den Haken bei 'Debug aktivieren' raus.

                                  free -ht --mega
                                  

                                  liefert?

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

                                    @thomas-braun

                                    debug Haken ist raus. (ging vorher ohne den Haken auch nicht).

                                     free -ht --mega
                                                  total        used        free      shared  buff/cache   available
                                    Mem:           7.9G        1.1G        3.4G         89M        3.5G        6.8G
                                    Swap:           99M        2.0M         97M
                                    Total:         8.0G        1.1G        3.5G
                                    
                                    

                                    Grüße

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

                                      @lunatikk

                                      Ich irritiert
                                      a) dein Login als 'iobroker'

                                      iobroker@iobroker-pi:/ $
                                      

                                      Das ist eigentlich ein total unübliches Bild...

                                      b) der Hostname "host":"fritz.box"
                                      aus der Config.
                                      Hast du da mal rumgeschraubt? Und warum nutzt du nicht den user 'pi' oder einen anderen user, der NICHT iobroker ist. Und auch nicht in / rumsteht...

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

                                        @thomas-braun

                                        iobroker war, soweit ich mich erinnern kann, in der raspberry distro vorkonfiguriert.
                                        fritz.box ist nur der ftp oder nas hostname, den ich mal in der Instanzkonfiguration von Backitup angegeben habe.
                                        Die FTP und NAS Optionen sind jedoch deaktiviert - Backitup merkt sich diese Einstellungen.

                                        Thomas Braun 3 Replies Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @lunatikk last edited by

                                          @lunatikk sagte in Backitup funktioniert einfach nicht 😞:

                                          iobroker war, soweit ich mich erinnern kann, in der raspberry distro vorkonfiguriert.

                                          Das war leider mal eine Zeitlang so falsch drin, stimmt.
                                          Hatte ich schon mal erwähnt, das ich vorgekochte Images für unglücklich halte?

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

                                            @lunatikk

                                            Setz mal / in den GoogleDrive-Pfad. Bei mir sieht das so aus:

                                            b489e461-db98-41e7-b574-765b9e00a3d5-image.png

                                            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

                                            889
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            35
                                            956
                                            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