Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [gelöst] Backitup kann influxdb Datenbank nicht sichern.

    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

    [gelöst] Backitup kann influxdb Datenbank nicht sichern.

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

      @christian-kohlöffel
      Mountpunkte müssen/sollten leer sein. Sonst hast du da ggf Doubletten bei den inodes.
      Da deuten ja auch die Meldungen drauf hin. Mach das Verzeichnis mal leer. Entweder löschen oder da wegschieben.

      1 Reply Last reply Reply Quote 0
      • simatec
        simatec Developer Most Active @Christian Kohlöffel last edited by simatec

        @christian-kohlöffel
        Mache mal ein

        sudo umount /opt/iobroker/backups
        

        Schaue dann nochmal ... Bei meinen Systemen liegen aber auch lokal Backups und das tut dem mount nix. Also bei mir zumindest noch nie Probleme gehabt. Nutze allerdings hauptsächlich NFS

        Thomas Braun Christian Kohlöffel 2 Replies Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @simatec last edited by

          @simatec sagte in Backitup kann influxdb Datenbank nicht sichern.:

          Bei meinen Systemen liegen aber such lokal Backups und das tut dem mount nix

          Solange die inodes unterschiedliche Nummerierung haben ist das auch kein großes Problem. Wenn die allerdings auf den beiden Dateisystemen gleich lautend sich überlagern hast du ein Problem.

          1 Reply Last reply Reply Quote 0
          • Christian Kohlöffel
            Christian Kohlöffel @simatec last edited by

            @simatec

            pi@raspberrypi:/opt/iobroker/backups $ sudo umount /opt/iobroker/backups
            umount: /opt/iobroker/backups: not mounted.
            
            pi@raspberrypi:/opt/iobroker/backups $ ls
            2020_10_16-11_01_16_backupiobroker.tar.gz            iobroker_2021_04_11-11_01_47_backupiobroker.tar.gz
            2020_11_14-12_17_24_backupiobroker-migration.tar.gz  iobroker_2021_04_12-11_29_39_backupiobroker.tar.gz
            influxDB_2021_04_06-13_08_09_backupiobroker          iobroker_2021_04_12-11_31_07_backupiobroker.tar.gz
            influxDB_2021_04_06-20_42_54_backupiobroker          minimal_2019_07_05-16_31_00_backupiobroker.tar.gz
            influxDB_2021_04_10-11_16_08_backupiobroker          minimal_2019_07_05-16_34_26_backupiobroker.tar.gz
            influxDB_2021_04_10-11_19_37_backupiobroker          minimal_2019_07_05-16_38_03_backupiobroker.tar.gz
            influxDB_2021_04_10-11_19_37_backupiobroker.tar.gz   minimal_2019_07_05-16_39_57_backupiobroker.tar.gz
            influxDB_2021_04_10-11_26_55_backupiobroker.tar.gz   minimal_2019_07_05-16_44_06_backupiobroker.tar.gz
            influxDB_2021_04_10-14_09_39_backupiobroker          minimal_2019_07_05-16_44_52_backupiobroker.tar.gz
            influxDB_2021_04_10-14_16_00_backupiobroker.tar.gz   minimal_2019_07_05-16_45_40_backupiobroker.tar.gz
            influxDB_2021_04_10-14_25_24_backupiobroker.tar.gz   minimal_2019_07_05-16_49_17_backupiobroker.tar.gz
            influxDB_2021_04_11-10_42_17_backupiobroker.tar.gz   minimal_2019_07_05-16_51_12_backupiobroker.tar.gz
            influxDB_2021_04_11-11_01_55_backupiobroker.tar.gz   redis_2021_04_12-11_29_53_backupiobroker.tar.gz
            iobroker_2021_04_06-13_08_01_backupiobroker.tar.gz   redis_2021_04_12-11_31_16_backupiobroker.tar.gz
            iobroker_2021_04_10-11_15_57_backupiobroker.tar.gz   total_2019_07_22-03_00_21_backupiobroker.tar.gz
            iobroker_2021_04_10-11_19_29_backupiobroker.tar.gz   total_2019_07_23-03_00_20_backupiobroker.tar.gz
            iobroker_2021_04_10-11_26_47_backupiobroker.tar.gz   total_2019_07_30-03_00_21_backupiobroker.tar.gz
            iobroker_2021_04_10-14_09_31_backupiobroker.tar.gz   total_2019_08_11-03_00_21_backupiobroker.tar.gz
            iobroker_2021_04_10-14_15_51_backupiobroker.tar.gz   total_2019_08_25-03_00_21_backupiobroker.tar.gz
            iobroker_2021_04_10-14_25_16_backupiobroker.tar.gz   total_2019_08_26-17_26_29_backupiobroker.tar.gz
            iobroker_2021_04_11-10_42_09_backupiobroker.tar.gz   total_2019_08_26-19_22_49_backupiobroker.tar.gz
            

            Soll ich das alles löschen? Wenn ja passt der Befehl?

            sudo rm -r /opt/iobroker/backups/
            
            Thomas Braun simatec 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Christian Kohlöffel last edited by Thomas Braun

              @christian-kohlöffel

              sudo -u iobroker rm /opt/iobroker/backups/*
              
              1 Reply Last reply Reply Quote 0
              • simatec
                simatec Developer Most Active @Christian Kohlöffel last edited by

                @christian-kohlöffel

                sudo rm -rf /opt/iobroker/backups/*

                Christian Kohlöffel 1 Reply Last reply Reply Quote 0
                • Christian Kohlöffel
                  Christian Kohlöffel @simatec last edited by

                  @simatec

                  Super, danke euch beiden ✌

                  simatec 1 Reply Last reply Reply Quote 0
                  • simatec
                    simatec Developer Most Active @Christian Kohlöffel last edited by

                    @christian-kohlöffel
                    Kein Problem ... kannst du das Thema bitte noch auf [gelöst] setzen?

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

                      @simatec sagte in [gelöst] Backitup kann influxdb Datenbank nicht sichern.:

                      @thomas-braun
                      „noserverino“ wird in Backitup nicht als Option verwendet.
                      Ich könnte das aber testhalber mal einbauen

                      Hi @simatec ,
                      ich habe jetzt auch mal mit der Option 'noserverino' herumgespielt.
                      Also bei mir muss die bei Backups von redis auf ein FritzNAS (SMB 3.1.1) auch gesetzt sein, sonst wird das Backup nicht geschrieben.

                      Vermutlich als Nebeneffekt: Jetzt funktioniert auch das gemeinsame Backup auf GoogleDrive und das FritzNAS in einer Instanz. Bislang hatte ich das in jeweils eigene Instanzen aufteilen müssen.

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

                        @thomas-braun Super ... dann hat die Funktion zu integrieren etwas positives gebracht

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

                          @simatec
                          Ich würde das aber vielleicht noch in die ReadMe aufnehmen.
                          Vielleicht unter dem Punkt 'redis-Backup'.
                          Bei anderen Typen weiß ich nicht ob die Option gesetzt werden muss.
                          Wobei es hier ja auch um influx-Backup ging.

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

                            @thomas-braun
                            Ja nehme ich mit auf. War die Tage nur mit der 2.1.3 beschäftigt

                            1 Reply Last reply Reply Quote 0
                            • V
                              virFortis last edited by

                              Ich wollte mich mal einfach nur bedanken. Habe heute ioBroker, Grafana und InfluxDB für die Rücksicherung eingestellt. Der ioBroker und Grafana liefen ohne Probleme aber die InfluxDb wollte und wollte einfach nicht. Problem war auch bei mir die SMB Version von 1.0. Nach euren Beiträgen und der Umstellung auf 3.1.1 werden jetzt alle in einem rutsch erfolgreich gesichert.

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

                                @virfortis Das hört man gerne 👍

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                877
                                Online

                                31.9k
                                Users

                                80.1k
                                Topics

                                1.3m
                                Posts

                                5
                                107
                                7513
                                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