Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Iobroker Backup läuft 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

    Iobroker Backup läuft nicht

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

      @thomas-braun
      das scheint durchs anpassen passiert zu sein. Hier nochmal die aktuelle Meldung:

      Started iobroker ...
      [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.178.44","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/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/IoBroker/","dirMinimal":"Backup/IoBroker/","user":"backup","pass":"****","ignoreErrors":false}
      [DEBUG] [mount] - noserverino option: false
      [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=backup,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.178.44/Backup/IoBroker/ /opt/iobroker/backups"
      [DEBUG] [mount] - mount successfully completed
      [DEBUG] [mount] - done
      [DEBUG] [iobroker] start with {"type":"creator","time":"02:40","debugging":true,"slaveBackup":"Single","everyXDays":"15","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.178.44","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/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/IoBroker/","dirMinimal":"Backup/IoBroker/","user":"backup","pass":"****","ignoreErrors":false,"context":{"fileNames":[],"errors":{},"done":["mount"],"types":[]},"adapter":null,"influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
      [DEBUG] [iobroker] - host.raspberrypi 5009 states saved
      
      
      FredF 1 Reply Last reply Reply Quote 0
      • FredF
        FredF Most Active Forum Testing @burns1111 last edited by

        @burns1111 Leider zeigst du im Screenshot nicht den Backup Ordner...
        So wie das hier aussieht ist der aber falsch:
        77ce4abb-cf3d-4aa8-88e7-f0a512f8ca57-grafik.png

        B 1 Reply Last reply Reply Quote 0
        • B
          burns1111 @FredF last edited by

          @fredf said in Iobroker Backup läuft nicht:

          gst du im Screenshot nicht den Backup Ordner...
          So wie das hier aussieht ist der aber falsch:

          Das habe ich auch schon gesehen, aber wo kommt die Einstellung her?

          backup.png

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

            @burns1111 Das Backup der CCU findet ja auch den richtigen Weg. Das wird ja abgelegt

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

              @burns1111

              Schau da mal rein:

              sudo umount /opt/iobroker/backups
              ls -la /opt/iobroker/backups
              
              B 1 Reply Last reply Reply Quote 0
              • B
                burns1111 @Thomas Braun last edited by

                @thomas-braun ```

                pi@raspberrypi:~ $ sudo umount /opt/iobroker/backups
                umount: /opt/iobroker/backups: not mounted.
                
                pi@raspberrypi:~ $ ls -la /opt/iobroker/backups
                total 8
                drwxrwxr-x+ 2 iobroker iobroker 4096 Feb 15 20:00 .
                drwxrwxrwx+ 6 iobroker iobroker 4096 Jun  4 16:11 ..
                
                pi@raspberrypi:~ $
                
                
                B 1 Reply Last reply Reply Quote 0
                • B
                  burns1111 @burns1111 last edited by

                  @burns1111 Sollte ich den Adapter mal deinstallieren und neu machen?

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

                    @burns1111

                    Ich vermute da eher einen 'Klemmer' auf dem SMB-Server.

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

                      @thomas-braun Was könnte ich da tun? Sorry ich bin wirklich nur Endanwender ohne Backround 🙂

                      Glasfaser 1 Reply Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @burns1111 last edited by

                        @burns1111

                        Was sagt

                        showmount -e 192.168.178.44
                        
                        B 1 Reply Last reply Reply Quote 0
                        • B
                          burns1111 @Glasfaser last edited by

                          @glasfaser said in Iobroker Backup läuft nicht:

                          showmount -e 192.168.178.44

                          pi@raspberrypi:~ $ showmount -e 192.168.178.44
                          clnt_create: RPC: Unable to receive
                          
                          
                          Glasfaser 1 Reply Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser @burns1111 last edited by

                            @burns1111 sagte in Iobroker Backup läuft nicht:

                            @thomas-braun Hallo,

                            Ich habe mal ein paar Screenshots gemacht zu den Einstellung:
                            SMB Synology.png Einstellung der Diskstation

                            Das ist DSM 6 , warum hast du kein DSM 7 auf der Synology

                            1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @burns1111 last edited by

                              @burns1111 sagte in Iobroker Backup läuft nicht:

                              clnt_create: RPC: Unable to receive

                              Schau dir diesen Thread dazu an :

                              https://forum.iobroker.net/topic/50705/gelöst-backitup-auf-raspi-verbindet-sich-nicht-mit-synology

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              860
                              Online

                              31.9k
                              Users

                              80.1k
                              Topics

                              1.3m
                              Posts

                              5
                              22
                              480
                              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