Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Broker->BackItUp FTP->Synology

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Broker->BackItUp FTP->Synology

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

      @berlon sagte in Broker->BackItUp FTP->Synology:

      Am erfolgreichsten erscheint mir der FTP da ich mit den gleichen Zugangsdaten mit Filezilla (Windows) auf das benötigte Verzeichnis
      zugreifen kann.

      ??? seltsame Logik

      nimm CIFS >= v3
      aber die CIFS-Utils installiern nicht vergessen

      1 Reply Last reply Reply Quote 1
      • B
        Berlon @Thomas Braun last edited by Berlon

        @thomas-braun
        cifs ist installiert

        Hier mal cifs.
        Bild16.png

        Started iobroker ...
        [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.6.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":true,"dir":"Backup/RPI_IOBroker/IOBroker","dirMinimal":"Backup/RPI_IOBroker/IOBroker","user":"RPI_IOBroker","pass":"****"}
        [DEBUG] [mount] - noserverino option: false
        [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=RPI_IOBroker,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.6.10/Backup/RPI_IOBroker/IOBroker /opt/iobroker/backups"
        [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
        [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=RPI_IOBroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.6.10/Backup/RPI_IOBroker/IOBroker /opt/iobroker/backups"
        [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=RPI_IOBroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.6.10/Backup/RPI_IOBroker/IOBroker /opt/iobroker/backups
        mount error: cifs filesystem not supported by the system
        mount error(19): No such device
        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
        
        [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=RPI_IOBroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.6.10/Backup/RPI_IOBroker/IOBroker /opt/iobroker/backups
        mount error: cifs filesystem not supported by the system
        mount error(19): No such device
        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
        

        oder NFS.
        Bild17.png

        Started iobroker ...
        [DEBUG] [mount] start with {"mountType":"NFS","type":"storage","source":"local","mount":"192.168.6.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":true,"dir":"Backup/RPI_IOBroker/IOBroker","dirMinimal":"Backup/RPI_IOBroker/IOBroker","user":"RPI_IOBroker","pass":"****"}
        [DEBUG] [mount] - nfs-mount command: "sudo mount 192.168.6.10:/Backup/RPI_IOBroker/IOBroker /opt/iobroker/backups"
        [ERROR] [mount] - [undefined mount.nfs: access denied by server while mounting 192.168.6.10:/Backup/RPI_IOBroker/IOBroker
        
        [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount 192.168.6.10:/Backup/RPI_IOBroker/IOBroker /opt/iobroker/backups
        mount.nfs: access denied by server while mounting 192.168.6.10:/Backup/RPI_IOBroker/IOBroker
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Berlon last edited by

          @berlon sagte in Broker->BackItUp FTP->Synology:

          mount error: cifs filesystem not supported by the system

          Da fehlen die cifs-utils, würde ich mal sagen.

          apt policy cifs-utils
          
          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Thomas Braun last edited by

            @thomas-braun sagte in Broker->BackItUp FTP->Synology:

            Da fehlen die cifs-utils, würde ich mal sagen.

            er behauptet:

            @berlon sagte in Broker->BackItUp FTP->Synology:

            cifs ist installiert

            B 1 Reply Last reply Reply Quote 0
            • B
              Berlon @Homoran last edited by

              pi@raspberrypi:~ $ apt policy cifs-utils
              cifs-utils:
                Installiert:           2:6.8-2
                Installationskandidat: 2:6.8-2
                Versionstabelle:
               *** 2:6.8-2 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                      100 /var/lib/dpkg/status
              
              Homoran 1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @Berlon last edited by Homoran

                danach auch neu gestartet?

                @berlon dann bitte die Freigabe auf der Syno zeigen

                B 1 Reply Last reply Reply Quote 0
                • B
                  Berlon @Homoran last edited by Homoran

                  Hoffe, das ist die richtige

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

                    @berlon das wäre die nächste Frage gewesen 😉

                    Nein, ich meine die Freigabe (= gemeinsame Ordner)

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      Berlon @Homoran last edited by Berlon

                      @homoran

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

                        @berlon enäää
                        Das sind ja schon wieder die Berechtigungen.
                        ich meine die Daten zur Freigabe

                        B 1 Reply Last reply Reply Quote 0
                        • B
                          Berlon @Homoran last edited by Homoran

                          @homoran
                          Die hier??

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

                            @berlon Fast!

                            jetzt noch Backup anklicken und Berabeiten anzeigen

                            Und wenn du da schon in der Systemsteuerung drin bist, bitte auch überprüfen ob unter Dateidienste auch Samba aktiviert ist

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              Berlon @Homoran last edited by Homoran

                              @homoran
                              Dein Wunsch ist mir Befehl

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

                                @berlon Gut!
                                und darin befinden sich die Strukturen, die du im Adapter angegeben hast?

                                B 1 Reply Last reply Reply Quote 0
                                • B
                                  Berlon @Homoran last edited by Homoran

                                  @homoran
                                  Ich denke mal....

                                  Müssen die zusätzlichen Ordner (IOBroker und CCU3) schon vorhanden sein oder legt BackItUp diese an??

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

                                    @berlon sagte in Broker->BackItUp FTP->Synology:

                                    @homoran
                                    Ich denke mal....

                                    ich habe deine Screenshots gelöscht, da waren private Daten zu sehen
                                    Bitte nochmal (sauber zugeschnitten) einstellen

                                    B 1 Reply Last reply Reply Quote 0
                                    • B
                                      Berlon @Homoran last edited by

                                      @homoran
                                      nochmal zugeschnitten.
                                      Müssen die zusätzlichen Ordner (IOBroker und CCU3) schon vorhanden sein oder legt BackItUp diese an??
                                      Bild22.png

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

                                        @berlon sagte in Broker->BackItUp FTP->Synology:

                                        Müssen die zusätzlichen Ordner (IOBroker und CCU3) schon vorhanden sein oder legt BackItUp diese an??

                                        deswegen ja meine Frage.
                                        Die müssen angelegt sein.

                                        Aber dass der Adapter sagt, dass das System kein CIFS unterstützt, du aber die cifs-utils auf dem Pi installiert hast, könnte das System auch die Syno sein.
                                        Ist hier Samba aktiviert?

                                        B 1 Reply Last reply Reply Quote 0
                                        • B
                                          Berlon @Homoran last edited by

                                          @homoran
                                          Bild23.png

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

                                            @berlon sieht alles jetzt gut aus.

                                            Bitte nochmal versuchen ein Backup zu starten

                                            B 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

                                            985
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            53
                                            1917
                                            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