Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Umzug auf Raspberry Pi 5

    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

    Umzug auf Raspberry Pi 5

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

      @legro sagte in Umzug auf Raspberry Pi 5:

      Backup wird im lokalen Verzeichnis erstellt.
      Das Backup wird anschließend auf NAS kopiert.

      Nein, anders. Das entfernte Dateisystem wird im Mountpunkt /opt/iobroker/backups eingehängt und das Backup wird dann 'stumpf' dorthin gelegt. Wenn das durch gelaufen ist wird das Dateisystem wieder 'umounted' und das Verzeichnis ist im Idealfall wieder leer.
      Es werden (bei CIFS/SMB und NFS) keine Kopien durch die Gegend geschoben.

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

        @thomas-braun

        Danke für deine Erläuterungen!

        Das Ganze ist für unsereinen ziemlich verwirrend. Ich habe das ..
        e172fe4a-ff26-4cdc-96d5-e6e41f35e66e-image.png
        .. wörtlich genommen.

        @Homoran

        Dann sollte ich im BackItUp-Adapter einmal diese Option deaktivieren.

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

          @legro sagte in Umzug auf Raspberry Pi 5:

          .. wörtlich genommen.

          Man kann dort halt beides einstellen.

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

            @thomas-braun @Homoran

            Vielen Dank an euch beide!👍

            Nun habe ich die Backups im lokalen Verzeichnis. Aber die Dateigrößen sind noch immer unverändert (viel zu) klein.

            04083dbf-07f5-4d21-aa41-7897949ec541-image.png

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

              @legro

              mount | sort
              

              sagt?

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

                @thomas-braun sagte in Umzug auf Raspberry Pi 5:

                @legro

                mount | sort
                

                sagt?

                .. dies ..

                pi@raspiBullseye:~ $ mount | sort
                binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
                bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
                cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime)
                configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
                debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
                devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
                /dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro)
                /dev/sda2 on / type ext4 (rw,noatime)
                devtmpfs on /dev type devtmpfs (rw,relatime,size=3735168k,nr_inodes=933792,mode=755)
                fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
                lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
                mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
                proc on /proc type proc (rw,relatime)
                pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
                ramfs on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
                ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
                ramfs on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
                ramfs on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
                securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
                sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
                sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
                systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
                tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
                tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
                tmpfs on /run type tmpfs (rw,nosuid,nodev,size=1599760k,nr_inodes=819200,mode=755)
                tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=799876k,nr_inodes=199969,mode=700,uid=1000,gid=1000)
                tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
                

                .. womit ich als Laie nicht viel anfangen kann.

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

                  @legro

                  Alles gut. Ich wollte nur Segen, ob vielleicht die Freigabe noch gemountet ist.

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

                    @thomas-braun sagte in Umzug auf Raspberry Pi 5:

                    Alles gut.

                    Da bin ich mir jedoch alles Andere als sicher. Müsste nicht - zumindest das InfluxDB - Backup deutlich größer sein?

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

                      @legro

                      Das alles gut bezog sich auf die mounts.
                      Warum die Backups so klein sind erklärt das nicht.

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

                        @thomas-braun

                        Schon klar.

                        Wo befinden sich eigentlich die Dateien von InfluxDB?

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

                          @Homoran @Thomas-Braun

                          Da ich hier nicht weiterkomme, habe ich nach Alternativen gesucht. Zurzeit scheint mir eine mögliche Lösung ..

                          • influx backup <BackupDatei>
                          • Backupdatei von InfluxDB auf PC (mit FileZilla)
                          • Auf dem Pi5 InfluxDB und CLI installieren
                          • Backupdatei vom PC auf Pi5 kopieren
                          • influx restore <BackupDatei>

                          Vermutlich dürfte das auch das nicht auf Anhieb funktionieren, weil ich als Glückspilz im Pechhaben gewiss wieder etwas übersehen habe.

                          Marc Berg 1 Reply Last reply Reply Quote 0
                          • Marc Berg
                            Marc Berg Most Active @legro last edited by Marc Berg

                            @legro sagte in Umzug auf Raspberry Pi 5:

                            gewiss wieder etwas übersehen habe.

                            Woher weißt du eigentlich, dass das Backup zu klein ist? Ich vermute fast, dass deine Backupeinstellungen für die InfluxDB nicht korrekt sind. Zeig diese mal und welche Buckets auf der Datenbank existieren.

                            L 1 Reply Last reply Reply Quote 0
                            • L
                              legro @Marc Berg last edited by

                              @marc-berg

                              Bereits über zwei Jahre sammle ich Daten mittels InfluxDB. Da kommen ganz sicher mehr als bloß 16KB zusammen.

                              871da0d6-64d2-4865-8442-2dc3ef78031e-image.png

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

                                @legro

                                Und ein Backup 'von Hand' der Datenbank funktioniert?

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

                                  @legro und was ist mit

                                  @marc-berg sagte in Umzug auf Raspberry Pi 5:

                                  Ich vermute fast, dass deine Backupeinstellungen für die InfluxDB nicht korrekt sind. Zeig diese mal

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

                                    @thomas-braun sagte in Umzug auf Raspberry Pi 5:

                                    Und ein Backup 'von Hand' der Datenbank funktioniert?

                                    Das Backup via CLI von InfluxDB habe ich noch nicht ausprobiert. Wenn ich's durchgeführt habe, werde ich berichten.

                                    @Marc-Berg

                                    Wo finde ich die von dir gewünschten Einstellungen? In BackItUp kann ich doch bloß die Option zu InfluxDB aktivieren.

                                    Marc Berg Homoran 2 Replies Last reply Reply Quote 0
                                    • Marc Berg
                                      Marc Berg Most Active @legro last edited by

                                      @legro sagte in Umzug auf Raspberry Pi 5:

                                      Wo finde ich die von dir gewünschten Einstellungen?

                                      111b6714-13fb-479e-91a6-0da168f5e572-grafik.png

                                      L 1 Reply Last reply Reply Quote 1
                                      • L
                                        legro @Marc Berg last edited by legro

                                        @marc-berg

                                        Was soll ich da anderes einstellen?

                                        3b3f972c-c736-4da6-b335-39de5e43b03f-image.png

                                        Im Laufe der Zeit war der Token - warum auch immer - ungültig geworden. Diesen habe ich erneuert. Seither funktioniert das Update ja auch wieder - leider nicht richtig.

                                        Marc Berg 1 Reply Last reply Reply Quote 0
                                        • Marc Berg
                                          Marc Berg Most Active @legro last edited by Marc Berg

                                          @legro sagte in Umzug auf Raspberry Pi 5:

                                          Seither funktioniert das Update ja auch wieder - leider nicht richtig.

                                          Kein Wunder, dein Bucket heißt nicht so, wie du es dort eingetragen hast.

                                          EDIT: und wie hast du den neuen Token erzeugt?

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

                                            @legro sagte in Umzug auf Raspberry Pi 5:

                                            In BackItUp kann ich doch bloß die Option zu InfluxDB aktivieren.

                                            zu jeder angewählten Option gibt es eine zugehörige Konfigurationsseite

                                            L 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

                                            792
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            41
                                            2039
                                            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