Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Backup von IoBroker auf WDMycloud oder FritzNAS

    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

    Backup von IoBroker auf WDMycloud oder FritzNAS

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

      @Thomas-Braun
      Habe ich gerade getestet. Funzt leider immer noch nicht. Gleicher fehler...

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

        @Homoran 235f8acd-e7ae-439b-a86a-5706e38a4382-grafik.png

        So ist meien Konfig im Adapter. Benutzer wurde mit entsprechender Freigabe in der Fritzbox angelegt.

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

          @NicoR Firmware auf der Fritzbox?
          Wenn >7.20, dann stell mal SMB1 auf SMB3.1.1 um in der Adapterkonfig.

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

            @NicoR sagte in Backup von IoBroker auf WDMycloud oder FritzNAS:

            So ist meien Konfig im Adapter.

            ich bin bei der Fritte immer irritiert. Auf der läuft es anscheinend anders, als auf der Syno, die ich verwende.

            Die Freigabe mit /FRITZ.NAS/Backups/IoBroker kommt mir seltsam vor, weil

            • IMHO hier kein führendes / hingehört
            • FRITZ.NAS kein Bestandteil der Freigabe sein sollte, weil das ja der IP des Servers entspricht, oder? (aber da kann ich mich irren)
            Thomas Braun F 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Homoran last edited by

              @Homoran
              Nee, das passt schon.
              Die Einstellungen in meiner fritzbox/backitup-Instanz sehen genau so aus. Bis auf SMB1, da steht bei mir SMB 3.1.1 drin, da FritzOS 7.20 bei mir werkelt.

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

                @NicoR
                Bist du mit ioBroker in einem Container?

                Habe gerade nach der Fehlermeldung gegoogelt und gefunden:

                in container: sudo: setrlimit(RLIMIT_CORE): Operation not permitted ...

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

                  @NicoR sagte in Backup von IoBroker auf WDMycloud oder FritzNAS:

                  Also ich habe auf einem Laptop Proxmox installiert. Auf einer damit erstellten VM läuft ein Ubunto mit dem iobroker drauf.Js Version 3.1.6

                  @Homoran
                  Also virtualisierter Kram. Da bin ich dann auch raus. Da bin ich zu doof für... 😄

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

                    @Homoran
                    Ja ist in einem LXC Container

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

                      @NicoR
                      Ich dachte in einer VM?
                      Na egal, bin ich so oder so raus.

                      N 1 Reply Last reply Reply Quote 0
                      • UncleSam
                        UncleSam Developer @NicoR last edited by

                        @NicoR sagte in Backup von IoBroker auf WDMycloud oder FritzNAS:

                        sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/ /FRITZ.NAS/Backups/IoBroker /opt/iobroker

                        Ich bin ja kein CIFS/SMB Spezialist, aber stimmt das da: zwischen IP und Pfad hat es eine Lücke.
                        Normalerweise sollte das doch ungefähr so aussehen:

                        sudo mount -t cifs -o <options> //WIN_SHARE_IP/<share_name> /mnt/win_share
                        
                        Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @NicoR last edited by

                          @NicoR sagte in Backup von IoBroker auf WDMycloud oder FritzNAS:

                          LXC Container

                          das ist keine VM

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

                            @UncleSam
                            Adlerauge!
                            Stimmt, da darf kein Leerzeichen sein.

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

                              @Thomas-Braun Ja sorry. Hatte ich vergessen. Ich bin bei dem Thema ja leider auch raus.😲

                              1 Reply Last reply Reply Quote 0
                              • UncleSam
                                UncleSam Developer last edited by

                                Von https://bayton.org/docs/linux/lxd/mount-cifssmb-shares-rw-in-lxd-containers/:

                                One of the biggest limitations with LXD I’ve found to date is the inability to mount remote shares on unprivileged containers. While it’s still not possible at this point to mount CIFS shares from within a container directly, I’ve figured out a way to get around this by first mounting the shares on the LXD host and then using lxd config device add to mount them in my containers from there.

                                Wenn das so ist, dann findest du hier möglicherweise eine Lösung:
                                https://forum.proxmox.com/threads/solved-expose-cifs-share-to-lxc-container.44757/

                                Ansonsten würde ich den Mount einfach auf dem Proxmox machen und dann das Lokale Verzeichnis in den Container mounten.

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

                                  @UncleSam sagte in Backup von IoBroker auf WDMycloud oder FritzNAS:

                                  zwischen IP und Pfad hat es eine Lücke.

                                  Aber wo kommt die her, in der Konfig steht die IP und der share.
                                  Die IP ist ohne / am ende, also auch kein Leerzeichen dort. Das wird beim zusammenbau hinzugefügt.

                                  Entweder ist das in der Konfig vor dem Pfad zum share, oder dort gehört kein führender / hin

                                  @NicoR
                                  Ist vor dem /FRITZ.NAS ein Leerzeichen?
                                  Wenn ja, löschen, wenn nein, bitte mal ohne / versuchen.

                                  Ich bin bei Containern nämlich sonst auch raus

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

                                    @Homoran
                                    War kein Leerzeichen. Hab es jetzt mal entfernt. Denke ist aber immer noch der gleiche Fehler.
                                    Hier der Log:
                                    backitup.0 2021-01-04 16:17:44.233 debug (25569) [iobroker] exec: done
                                    backitup.0 2021-01-04 16:17:44.082 debug (25569) [iobroker/history] backitup.0.history.json
                                    backitup.0 2021-01-04 16:17:44.081 debug (25569) [iobroker/history] backitup.0.history.html
                                    whatsapp-cmb.0 2021-01-04 16:17:43.925 info (13000) Send BackItUp: Die Sicherung wurde nicht vollständig erstellt. Bitte überprüfe die Fehlermeldungen!! mount: Error: Command failed: sudo mount -t cifs -o username=Backup,password=,rw,file_
                                    backitup.0 2021-01-04 16:17:43.923 debug (25569) [iobroker/whatsapp] done
                                    backitup.0 2021-01-04 16:17:43.923 debug (25569) sendTo "send" to system.adapter.whatsapp-cmb.0 from system.adapter.backitup.0
                                    backitup.0 2021-01-04 16:17:43.922 debug (25569) [iobroker/whatsapp] [iobroker] used WhatsApp-Instance: whatsapp-cmb.0
                                    backitup.0 2021-01-04 16:17:43.317 debug (25569) [iobroker/clean] done
                                    backitup.0 2021-01-04 16:17:43.317 debug (25569) [iobroker/clean] Backup files not deleted from /opt/iobroker/backups because some errors.
                                    backitup.0 2021-01-04 16:17:42.866 debug (25569) [iobroker/cifs] done
                                    backitup.0 2021-01-04 16:17:41.811 debug (25569) [iobroker/iobroker] done
                                    backitup.0 2021-01-04 16:17:40.793 debug (25569) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2021_01_04-15_17_38_backupiobroker.tar.gz
                                    backitup.0 2021-01-04 16:17:39.682 debug (25569) [iobroker/iobroker] host.IoBroker 3135 objects saved
                                    backitup.0 2021-01-04 16:17:39.661 debug (25569) [iobroker/iobroker] host.IoBroker 2514 states saved
                                    backitup.0 2021-01-04 16:17:37.965 debug (25569) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                    backitup.0 2021-01-04 16:17:37.965 debug (25569) [iobroker/mount] mount error(1): Operation not permitted
                                    backitup.0 2021-01-04 16:17:37.964 debug (25569) [iobroker/mount] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                    backitup.0 2021-01-04 16:17:37.964 debug (25569) [iobroker/mount] [IGNORED] Error: Command failed: sudo mount -t cifs -o username=Backup,password=
                                    ,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/FRITZNAS/Backups/IoBroker /opt/i
                                    backitup.0 2021-01-04 16:17:37.964 debug (25569) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                    backitup.0 2021-01-04 16:17:37.964 debug (25569) [iobroker/mount] mount error(1): Operation not permitted
                                    backitup.0 2021-01-04 16:17:37.964 debug (25569) [iobroker/mount] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                    backitup.0 2021-01-04 16:17:37.963 debug (25569) [iobroker/mount] [undefined Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/FRITZNAS/Backups/IoBroker /opt/
                                    backitup.0 2021-01-04 16:17:37.940 debug (25569) [iobroker/mount] first mount attempt with smb option failed. try next mount attempt without smb option ...

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

                                      @Homoran sagte in Backup von IoBroker auf WDMycloud oder FritzNAS:

                                      FRITZ.NAS kein Bestandteil der Freigabe sein sollte, weil das ja der IP des Servers entspricht, oder? (aber da kann ich mich irren)

                                      tust du(dich irren) 🙂 die Fritz Freigabe hat immer //ip_der_fb/fritz.nas/Ordner, wobei fritz.nas abhängig von den Einstellungen ist. siehe hier

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

                                        @fastfoot sagte in Backup von IoBroker auf WDMycloud oder FritzNAS:

                                        tust du(dich irren)

                                        war ja auch vollkommen im Bereich des Möglichen 😂

                                        @fastfoot sagte in Backup von IoBroker auf WDMycloud oder FritzNAS:

                                        immer //ip_der_fb/fritz.nas/Ordner, wobei fritz.nas abhängig

                                        aber dann darf der sharename doch nicht mit (noch) einem / beginnen
                                        Ein / wird doch schon vom Adapter hinzugefügt

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

                                          @Homoran sagte in Backup von IoBroker auf WDMycloud oder FritzNAS:

                                          aber dann darf der sharename doch nicht mit (noch) einem / beginnen
                                          Ein / wird doch schon vom Adapter hinzugefügt

                                          meine Angabe hatte sich auf den mount Befehl in der Konsole bezogen, wenn Backitup den Slash selbst hinzufügt, sollte man ihn wohl weglassen, könnte aber gut sein dass das 'verziehen' wird

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

                                            @fastfoot @Homoran

                                            Wie gesagt, in meiner Konfig steht das führende / auch drin. Und es funktioniert...
                                            Ob es vom Adapter rausgefiltert wird kann ich gar nicht sagen, hab aber auch keine Lust mal ohne / zu probieren. 😄

                                            Homoran 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

                                            888
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            backup auf nas wdmycloud
                                            7
                                            51
                                            2806
                                            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