Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Backup von InfluxDB scheitert

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Backup von InfluxDB scheitert

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

      @legro mit welchen Mount funktioniert es denn nun? Steige bei deinen Post nicht mehr durch

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

        @legro sagte in Backup von InfluxDB scheitert:

        Ich bin und bleibe ratlos zurück.

        bevir wir jetzt wieder alle Varianten durchgehen, was kannst du hiervon

        @homoran sagte in Backup von InfluxDB scheitert:

        @thomas-braun wenn ich das richtig sehe hat er ein Verzeichnis /mnt/share auf dem ioBroker angelegt.
        (wobei mir diese Benennung nicht geheuer ist)

        Von dem mountpunkt scheint er auf die den Backups übergeordnete Struktur auf der Fritte zu kommen.

        für mich gibt es jetzt zwei Möglichkeiten.

        • die weitere Struktur hst falsche Rechte
        • der Standard Mountpunkt /opt/iobroker/backups ist nicht leer

        durch Fakten in Form von Logs, Konsolenoutputs oder Screenshots belegen oder entkräften?

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

          @simatec sagte in Backup von InfluxDB scheitert:

          @legro mit welchen Mount funktioniert es denn nun? Steige bei deinen Post nicht mehr durch

          Da ich bei dem Ganzen (auch) nicht mehr durchsteige, habe ich damit begonnen, sozusagen ganz klein anzufangen. Hier mein erster erfolgreicher Versuch ..

          pi@raspiBullseye:~ $ sudo mount -t cifs -o username=ioBroker,password='<Passwort>' //192.168.4.1/SanDisk /mnt/share
          pi@raspiBullseye:~ $ ls /mnt/share -a
          .  ..  Bilder  Dokumente  ._.DS_Store  .DS_Store  FRITZ  Musik  SanDisk  Videos
          

          Nehme ich den von BackItUp generierten Mount-Befehl, läuft das Ganze auf Fehler. Bei den vielen Optionen steige ich nicht mehr durch.

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

            @legro Wie wäre es denn, wenn du mir deine Config hier postest ... Das ist jetzt mein dritter Versuch, deine Config zu erhalten.
            Über die Pfeiltasten oben rechts runterladen und hier posten...

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

              @legro warum antwortest du nicht auf simple Fragen oder klare "Anweisungen"?

              ohne diese Fakten kann dir kein Außenstehender helfen.

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

                @simatec sagte in Backup von InfluxDB scheitert:

                Über die Pfeiltasten oben rechts runterladen und hier posten...

                Wenn ich weiß, was genau zu tun ist, komme ich dem auch gerne nach.

                {
                  "minimalEnabled": true,
                  "minimalTime": "03:40",
                  "minimalEveryXDays": "1",
                  "minimalDeleteAfter": 4,
                  "minimalNameSuffix": "Gro",
                  "redisMinimalEnabled": false,
                  "mysqlMinimalEnabled": false,
                  "mysqlQuick": false,
                  "mysqlSingleTransaction": false,
                  "ccuEnabled": true,
                  "ccuTime": "04:30",
                  "ccuEveryXDays": "4",
                  "ccuDeleteAfter": 4,
                  "ccuNameSuffix": "",
                  "ccuHost": "192.168.4.91",
                  "ccuUser": "ioBroker",
                  "ccuPassword": "...passWord...",
                  "webdavEnabled": false,
                  "webdavUsername": "username",
                  "webdavPassword": "",
                  "webdavURL": "https://example.com/remote.php/dav/files/username/",
                  "webdavDeleteOldBackup": false,
                  "webdavOwnDir": false,
                  "webdavMinimalDir": "/backupDir/iobroker",
                  "webdavCcuDir": "/backupDir/ccu",
                  "webdavDir": "/backupDir",
                  "dropboxEnabled": false,
                  "dropboxAccessToken": "",
                  "dropboxDeleteOldBackup": false,
                  "dropboxOwnDir": false,
                  "dropboxMinimalDir": "/backupDir/iobroker",
                  "dropboxCcuDir": "/backupDir/ccu",
                  "dropboxDir": "/backupDir",
                  "googledriveEnabled": false,
                  "googledriveAccessJson": "",
                  "googledriveDeleteOldBackup": false,
                  "googledriveOwnDir": false,
                  "googledriveMinimalDir": "/backupDir/iobroker",
                  "googledriveCcuDir": "/backupDir/ccu",
                  "googledriveDir": "/backupDir",
                  "mySqlEnabled": false,
                  "mySqlHost": "localhost",
                  "mySqlPort": "3306",
                  "mySqlName": "iobroker",
                  "mySqlUser": "",
                  "mySqlPassword": "",
                  "mySqlDeleteAfter": 5,
                  "mySqlDumpExe": "",
                  "influxDBEnabled": true,
                  "influxDBHost": "localhost",
                  "influxDBPort": 8086,
                  "influxDBName": "db_iobroker",
                  "influxDBDumpExe": "",
                  "influxDBDeleteAfter": 5,
                  "influxDBType": "remote",
                  "deleteOldDataBase": true,
                  "grafanaEnabled": true,
                  "grafanaHost": "192.168.4.72",
                  "grafanaPort": "3000",
                  "grafanaUsername": "admin",
                  "grafanaPassword": "!Passwort",
                  "grafanaApiKey": "...apiKey...",
                  "pgSqlHost": "",
                  "pgSqlPort": "5432",
                  "pgSqlName": "",
                  "pgSqlUser": "",
                  "pgSqlPassword": "",
                  "pgSqlDeleteAfter": 5,
                  "pgSqlDumpExe": "",
                  "pgSqlEnabled": false,
                  "cifsEnabled": true,
                  "cifsMount": "192.168.4.1",
                  "cifsUser": "ioBroker",
                  "cifsPassword": "...passWord...",
                  "cifsOwnDir": true,
                  "cifsDomain": "",
                  "cifsDir": "fritz.nas/SanDisk/SmartHomeBackup",
                  "cifsCcuDir": "192.168.4.1/SanDisk/SmartHomeBackup/piVCCU3",
                  "cifsMinimalDir": "192.168.4.1/SanDisk/SmartHomeBackup/ioBroker",
                  "cifsDeleteOldBackup": false,
                  "connectType": "Copy",
                  "smbType": "vers=3.1.1",
                  "sudoMount": true,
                  "noserverino": true,
                  "wakeOnLAN": false,
                  "macAd": "20:DE:20:DE:20:DE",
                  "wolWait": "25",
                  "ftpEnabled": false,
                  "ftpHost": "",
                  "ftpPort": "21",
                  "ftpDir": "/backupDir",
                  "ftpUser": "",
                  "ftpPassword": "",
                  "ftpOwnDir": false,
                  "ftpCcuDir": "/backupDir/ccu",
                  "ftpMinimalDir": "/backupDir/iobroker",
                  "ftpDeleteOldBackup": false,
                  "redisEnabled": false,
                  "redisPath": "/var/lib/redis",
                  "redisAOFactive": false,
                  "historyEnabled": false,
                  "historyPath": "media/usb/history",
                  "javascriptsPath": "/media/usb/scripts",
                  "javascriptsEnabled": true,
                  "zigbeeEnabled": true,
                  "jarvisEnabled": false,
                  "notificationEnabled": true,
                  "notificationsType": "Telegram",
                  "telegramInstance": "telegram.0",
                  "telegramNoticeType": "longTelegramNotice",
                  "telegramUser": "allTelegramUsers",
                  "telegramSilentNotice": false,
                  "telegramOnlyError": false,
                  "telegramWaitToSend": "0",
                  "whatsappInstance": "",
                  "whatsappNoticeType": "longWhatsappNotice",
                  "whatsappOnlyError": false,
                  "whatsappWaitToSend": "0",
                  "pushoverInstance": "pushover.0",
                  "pushoverNoticeType": "longPushoverNotice",
                  "pushoverSilentNotice": false,
                  "pushoverDeviceID": "",
                  "pushoverOnlyError": false,
                  "pushoverWaitToSend": "0",
                  "emailReceiver": "xxx@xxx.com",
                  "emailSender": "xxx@xxx.com",
                  "emailInstance": "",
                  "emailNoticeType": "longEmailNotice",
                  "emailOnlyError": false,
                  "emailWaitToSend": "0",
                  "debugLevel": true,
                  "sentry_enable": true,
                  "historyEntriesNumber": 15,
                  "restoreSource": "cifs",
                  "startAllRestore": true,
                  "ccuUsehttps": true,
                  "grafanaProtocol": "http",
                  "ccuMulti": false,
                  "ccuEvents": [],
                  "ccuSignedCertificates": true,
                  "webdavSignedCertificates": true,
                  "mySqlMulti": false,
                  "mySqlEvents": [],
                  "influxDBMulti": false,
                  "influxDBEvents": [],
                  "pgSqlMulti": false,
                  "pgSqlEvents": [],
                  "yahkaEnabled": true,
                  "hostType": "Single",
                  "slaveInstance": [],
                  "slaveNameSuffix": "",
                  "stopSlaveAfter": false,
                  "influxDBToken": "...token...==",
                  "influxDBVersion": "2.x",
                  "influxDBProtocol": "http",
                  "redisType": "local",
                  "redisHost": "",
                  "redisPort": "6379",
                  "redisUser": "",
                  "redisPassword": "",
                  "ignoreErrors": false,
                  "dropboxAccessJson": "",
                  "dropboxTokenType": "custom",
                  "dropboxCodeChallenge": "",
                  "signalInstance": "",
                  "signalNoticeType": "longSignalNotice",
                  "signalOnlyError": false,
                  "signalWaitToSend": "0",
                  "googledriveAccessTokens": "",
                  "grafanaSignedCertificates": true,
                  "onedriveEnabled": false,
                  "onedriveAccessJson": "",
                  "onedriveDeleteOldBackup": false,
                  "onedriveOwnDir": false,
                  "onedriveMinimalDir": "backupDir/iobroker",
                  "onedriveCcuDir": "backupDir/ccu",
                  "onedriveDir": "backupDir",
                  "ftpSecure": false,
                  "matrixInstance": "",
                  "matrixNoticeType": "longMatrixNotice",
                  "matrixOnlyError": false,
                  "matrixWaitToSend": "0",
                  "restoreTab": true,
                  "noderedEnabled": false,
                  "sqliteEnabled": false,
                  "sqlitePath": "/opt/sqlite/data.db",
                  "sqliteDumpExe": "",
                  "zigbee2mqttPath": "/opt/zigbee2mqtt/data",
                  "zigbee2mqttEnabled": false,
                  "fileSizeError": "512",
                  "fileSizeWarning": "1024",
                  "onedriveLastTokenRenew": "",
                  "ftpSignedCertificates": true,
                  "wolPort": "9",
                  "discordInstance": "",
                  "discordNoticeType": "longDiscordNotice",
                  "discordOnlyError": false,
                  "discordWaitToSend": "0",
                  "discordTarget": "",
                  "wolExtra": false,
                  "cacheLoose": true,
                  "esphomeEnabled": false,
                  "gotifyInstance": "",
                  "gotifyNoticeType": "longGotifyNotice",
                  "gotifyOnlyError": false,
                  "gotifyWaitToSend": "0",
                  "ccuCron": false,
                  "ccuCronJob": "00 36 01 */3 * *",
                  "expertMount": "sudo mount -t cifs -o username=<username>,password=\"<password>\",noserverino,cache=loose,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.0.1/NAS/BACKUP /opt/iobroker/backups",
                  "iobrokerCron": false,
                  "iobrokerCronJob": "00 48 02 */1 * *",
                  "advancedDelete": false,
                  "dropboxDeleteAfter": 10,
                  "ftpDeleteAfter": 10,
                  "googledriveDeleteAfter": 10,
                  "onedriveDeleteAfter": 10,
                  "webdavDeleteAfter": 10,
                  "_nonSupportDockerDB": false
                }
                

                MOD-EDIT: private Daten unkenntlich gemqcht

                L simatec 2 Replies Last reply Reply Quote 0
                • L
                  legro @legro last edited by

                  @Homoran Danke👍

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

                    @legro also deine Pfade passen alle nicht. Weder für das iobroker Backup noch für die CCU

                    Da steht im jeden Pfad die IP am Anfang, was nicht korrekt ist. So kann Backitup nicht mounten

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

                      @legro

                      So sollte es sein…

                       "cifsEnabled": true,
                        "cifsMount": "192.168.4.1",
                        "cifsUser": "ioBroker",
                        "cifsPassword": "...passWord...",
                        "cifsOwnDir": true,
                        "cifsDomain": "",
                        "cifsDir": "fritz.nas/SanDisk/SmartHomeBackup",
                        "cifsCcuDir": "fritz.nas/SanDisk/SmartHomeBackup/piVCCU3",
                        "cifsMinimalDir": "fritz.nas/SanDisk/SmartHomeBackup/ioBroker",
                        "cifsDeleteOldBackup": false,
                        "connectType": "cifs",
                        "smbType": "vers=3.1.1",
                      
                      1 Reply Last reply Reply Quote 1
                      • Homoran
                        Homoran Global Moderator Administrators last edited by Homoran

                        @simatec sagte in Backup von InfluxDB scheitert:

                        So sollte es sein…

                        das hatte ich auch erwartet.

                        Aber laut Screenshot hier
                        https://forum.iobroker.net/post/1266370
                        müsste das doch stimmen wenn @legro 7n der Zwischenzeit nichts geändert hat. und die Pfade korrekt zusammengebaut werden

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

                          @homoran die Config sagt was anderes… schaue mal drauf

                          Homoran L 2 Replies Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @simatec last edited by

                            @simatec sagte in Backup von InfluxDB scheitert:

                            @homoran die Config sagt was anderes… schaue mal drauf

                            ich weiss!
                            das ist ja das irritierende

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

                              @simatec sagte in Backup von InfluxDB scheitert:

                              @homoran die Config sagt was anderes… schaue mal drauf

                              Könntet ihr mich bitte an eurem Wissen teilhaben lassen? Ich bin noch immer ratlos.

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

                                @legro was haben wir denn nicht gezeigt?

                                Die gespeicherte Konfiguration enthält andere (falsche) Pfade.
                                Anders als in dem Screenshot in dem von mir verlinkten Post von dir.

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

                                  @homoran sagte in Backup von InfluxDB scheitert:

                                  @legro was haben wir denn nicht gezeigt?

                                  Die gespeicherte Konfiguration enthält andere (falsche) Pfade.
                                  Anders als in dem Screenshot in dem von mir verlinkten Post von dir.

                                  Warum kein Klartext?

                                  Ich vermute, dass ihr fritz.bas einerseits und 192.168.4.1 anderseits meint? Ich habe beides ausprobiert und das erfolglos.

                                  Das sind meine aktuellen Einstellungen und müssten somit auch in der Config stehen.

                                  a23e2e03-5164-4920-8a2a-14c41bc1f092-image.png

                                  Homoran 2 Replies Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @legro last edited by

                                    @legro sagte in Backup von InfluxDB scheitert:

                                    Warum kein Klartext?

                                    was fehlt denn um klar zu sein?

                                    was bitte steht jetzt(!) in deiner Konfiguration?
                                    (Screenshot bitte)

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

                                      @legro bitte ichts nachträglich ändern/hinzufügen!

                                      Die in dem nachgelieferten Screenshot stehenden Einstellungen sind falsch!

                                      die zuerst in diesem Post https://forum.iobroker.net/post/1266370 geposteten Einstellungen waren korrekt!

                                      Warum hast du diese geändert ohne uns zu informieren.
                                      Wir mussten die ganze Zeit davon ausgehen, dass du mit diesen Einstellungen arbeitest.

                                      Die IP steht bereits da wo sie hingehört, unter "IP"

                                      der Pfad zur Freigabe enthält bei der Fritzbox den Abschnitt fritz.nas.
                                      der muss unten eingetragen werden, so wie @simatec es im modifizierten Konfigurations JSON gezeigt hat.

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

                                        @homoran

                                        Nun ust neine Verwirrung komplett.

                                        Habe ich das richtig verstanden: Ich soll fritz.nas anstelle der IP eintragen? Also so ..

                                        b5b144f2-ccc9-4e25-8d51-dd89ecfaf4e7-image.png

                                        Dann passiert dasselbe, was ich in einem vorangegangenen Beitrag schon aufgezeigt habe ..

                                        21:53:34.274INFOguiBackup gestartet ...
                                        [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.4.1","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":true,"cacheLoose":true,"deleteOldBackup":false,"ownDir":true,"dir":"fritz.nas/SanDisk/SmartHomeBackup/piVCCU3","dirMinimal":"fritz.nas/SanDisk/SmartHomeBackup/ioBroker","user":"ioBroker","pass":"****","expertMount":"sudo mount -t cifs -o username=<username>,password=\"<password>\",noserverino,cache=loose,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.0.1/NAS/BACKUP /opt/iobroker/backups","ignoreErrors":false}
                                        21:53:44.420DEBUGmountcifs-mount command: "sudo mount -t cifs -o username=ioBroker,password=****,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.4.1/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3 /opt/iobroker/backups"
                                        21:53:44.453DEBUGmountfirst mount attempt with smb option failed. try next mount attempt without smb option ...
                                        21:53:44.460DEBUGmountcifs-mount command: "sudo mount -t cifs -o username=ioBroker,password=****,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.4.1/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3 /opt/iobroker/backups"
                                        21:53:44.523DEBUGmountError: Command failed: sudo mount -t cifs -o username=ioBroker,password=****,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.4.1/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3 /opt/iobroker/backups
                                        mount error(2): No such file or directory
                                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                        21:53:46.345DEBUGccuCCU-Backup started ...
                                        [DEBUG] [ccu] start with {"type":"creator","time":"04:30","cronjob":"00 36 01 */3 * *","ownCron":false,"debugging":true,"everyXDays":"4","deleteBackupAfter":0,"signedCertificates":true,"ignoreErrors":false,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.4.1","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":true,"cacheLoose":true,"deleteOldBackup":false,"ownDir":true,"dir":"/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3","dirMinimal":"fritz.nas/SanDisk/SmartHomeBackup/ioBroker","user":"ioBroker","pass":"****","expertMount":"sudo mount -t cifs -o username=<username>,password=\"<password>\",noserverino,cache=loose,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.0.1/NAS/BACKUP /opt/iobroker/backups","ignoreErrors":false,"context":{"fileNames":[],"errors":{"mount":{"code":32,"killed":false,"signal":null,"cmd":"sudo mount -t cifs -o username=ioBroker,password=\"!Creative17\",noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.4.1/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3 /opt/iobroker/backups"}},"done":[],"types":[]},"timestamp":1745265214353,"adapter":null,"ccuEvents":[]},"historyHTML":{"enabled":true,"type":"message","entriesNumber":15,"ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":15,"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":"Gro","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":"Gro","ignoreErrors":false,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"pushover.0","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"gotify":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longGotifyNotice","onlyError":false,"gotifyWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"discord":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longDiscordNotice","target":"","onlyError":false,"discordWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"notification":{"type":"message","ignoreErrors":false,"bashDir":"/opt/iobroker/iobroker-data/backitup","entriesNumber":15,"systemLang":"de"},"host":"192.168.4.91","user":"ioBroker","usehttps":true,"pass":"****","ccuEvents":[],"ccuMulti":false,"backupDir":"/opt/iobroker/backups","timestamp":1745265214353}
                                        21:53:47.620DEBUGcifsdone
                                        [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.4.1","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":true,"cacheLoose":true,"deleteOldBackup":false,"ownDir":true,"dir":"/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3","dirMinimal":"fritz.nas/SanDisk/SmartHomeBackup/ioBroker","user":"ioBroker","pass":"****","expertMount":"sudo mount -t cifs -o username=<username>,password=\"<password>\",noserverino,cache=loose,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.0.1/NAS/BACKUP /opt/iobroker/backups","ignoreErrors":false,"backupDir":"/opt/iobroker/backups","timestamp":1745265214353,"ccuEvents":[],"deleteBackupAfter":0}
                                        21:53:48.314DEBUGcleandone
                                        21:53:48.453DEBUGhistoryHTMLnew history html values created
                                        21:53:48.508DEBUGhistoryHTMLdone
                                        [DEBUG] [historyHTML] start with {"type":"creator","time":"04:30","cronjob":"00 36 01 */3 * *","ownCron":false,"debugging":true,"everyXDays":"4","deleteBackupAfter":0,"signedCertificates":true,"ignoreErrors":false,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.4.1","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":true,"cacheLoose":true,"deleteOldBackup":false,"ownDir":true,"dir":"/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3","dirMinimal":"fritz.nas/SanDisk/SmartHomeBackup/ioBroker","user":"ioBroker","pass":"****","expertMount":"sudo mount -t cifs -o username=<username>,password=\"<password>\",noserverino,cache=loose,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.0.1/NAS/BACKUP /opt/iobroker/backups","ignoreErrors":false,"context":{"fileNames":[],"errors":{"mount":{"code":32,"killed":false,"signal":null,"cmd":"sudo mount -t cifs -o username=ioBroker,password=\"!Creative17\",noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.4.1/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3 /opt/iobroker/backups"},"ccu":{"message":"self-signed certificate","name":"Error","stack":"Error: self-signed certificate\n at Function.AxiosError.from (/opt/iobroker/node_modules/axios/lib/core/AxiosError.js:92:14)\n at RedirectableRequest.handleRequestError (/opt/iobroker/node_modules/axios/lib/adapters/http.js:620:25)\n at RedirectableRequest.emit (node:events:524:28)\n at RedirectableRequest.emit (node:domain:489:12)\n at ClientRequest.eventHandlers.<computed> (/opt/iobroker/node_modules/follow-redirects/index.js:38:24)\n at ClientRequest.emit (node:events:536:35)\n at ClientRequest.emit (node:domain:489:12)\n at emitErrorEvent (node:_http_client:101:11)\n at TLSSocket.socketErrorListener (node:_http_client:504:5)\n at TLSSocket.emit (node:events:524:28)\n at Axios.request (/opt/iobroker/node_modules/axios/lib/core/Axios.js:45:41)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at /opt/iobroker/node_modules/iobroker.backitup/lib/scripts/40-ccu.js:46:35","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http","fetch"],"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, */*","Content-Type":"application/json","User-Agent":"axios/1.8.4","Content-Length":"83","Accept-Encoding":"gzip, compress, deflate, br"},"httpsAgent":{"_events":{},"_eventsCount":2,"_maxListeners":100,"defaultPort":443,"protocol":"https:","options":{"rejectUnauthorized":true,"noDelay":true,"path":null},"requests":{},"sockets":{},"freeSockets":{},"keepAliveMsecs":1000,"keepAlive":false,"maxSockets":null,"maxFreeSockets":256,"scheduling":"lifo","maxTotalSockets":null,"totalSocketCount":0,"maxCachedSessions":100,"_sessionCache":{"map":{},"list":[]}},"method":"post","url":"https://192.168.4.91/api/homematic.cgi","data":"{\"method\":\"Session.login\",\"params\":{\"username\":\"ioBroker\",\"password\":\"Creative17\"}}","allowAbsoluteUrls":true},"code":"DEPTH_ZERO_SELF_SIGNED_CERT"}},"done":["ccu"],"types":["homematic"]},"timestamp":1745265214353,"adapter":null,"ccuEvents":[]},"historyHTML":{"enabled":true,"type":"message","entriesNumber":15,"ignoreErrors":false,"systemLang":"de","time":"21. April 2025 um 21:53 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":15,"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":"Gro","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":"Gro","ignoreErrors":false,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"pushover.0","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"gotify":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longGotifyNotice","onlyError":false,"gotifyWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"discord":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longDiscordNotice","target":"","onlyError":false,"discordWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"notification":{"type":"message","ignoreErrors":false,"bashDir":"/opt/iobroker/iobroker-data/backitup","entriesNumber":15,"systemLang":"de"},"host":"192.168.4.91","user":"ioBroker","usehttps":true,"pass":"****","ccuEvents":[],"ccuMulti":false,"backupDir":"/opt/iobroker/backups","timestamp":1745265214353}
                                        21:53:48.729DEBUGhistoryJSONnew history json values created
                                        21:53:48.733DEBUGhistoryJSONdone
                                        [DEBUG] [historyJSON] start with {"type":"creator","time":"04:30","cronjob":"00 36 01 */3 * *","ownCron":false,"debugging":true,"everyXDays":"4","deleteBackupAfter":0,"signedCertificates":true,"ignoreErrors":false,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.4.1","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":true,"cacheLoose":true,"deleteOldBackup":false,"ownDir":true,"dir":"/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3","dirMinimal":"fritz.nas/SanDisk/SmartHomeBackup/ioBroker","user":"ioBroker","pass":"****","expertMount":"sudo mount -t cifs -o username=<username>,password=\"<password>\",noserverino,cache=loose,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.0.1/NAS/BACKUP /opt/iobroker/backups","ignoreErrors":false,"context":{"fileNames":[],"errors":{"mount":{"code":32,"killed":false,"signal":null,"cmd":"sudo mount -t cifs -o username=ioBroker,password=\"!Creative17\",noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.4.1/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3 /opt/iobroker/backups"},"ccu":{"message":"self-signed certificate","name":"Error","stack":"Error: self-signed certificate\n at Function.AxiosError.from (/opt/iobroker/node_modules/axios/lib/core/AxiosError.js:92:14)\n at RedirectableRequest.handleRequestError (/opt/iobroker/node_modules/axios/lib/adapters/http.js:620:25)\n at RedirectableRequest.emit (node:events:524:28)\n at RedirectableRequest.emit (node:domain:489:12)\n at ClientRequest.eventHandlers.<computed> (/opt/iobroker/node_modules/follow-redirects/index.js:38:24)\n at ClientRequest.emit (node:events:536:35)\n at ClientRequest.emit (node:domain:489:12)\n at emitErrorEvent (node:_http_client:101:11)\n at TLSSocket.socketErrorListener (node:_http_client:504:5)\n at TLSSocket.emit (node:events:524:28)\n at Axios.request (/opt/iobroker/node_modules/axios/lib/core/Axios.js:45:41)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at /opt/iobroker/node_modules/iobroker.backitup/lib/scripts/40-ccu.js:46:35","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http","fetch"],"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, */*","Content-Type":"application/json","User-Agent":"axios/1.8.4","Content-Length":"83","Accept-Encoding":"gzip, compress, deflate, br"},"httpsAgent":{"_events":{},"_eventsCount":2,"_maxListeners":100,"defaultPort":443,"protocol":"https:","options":{"rejectUnauthorized":true,"noDelay":true,"path":null},"requests":{},"sockets":{},"freeSockets":{},"keepAliveMsecs":1000,"keepAlive":false,"maxSockets":null,"maxFreeSockets":256,"scheduling":"lifo","maxTotalSockets":null,"totalSocketCount":0,"maxCachedSessions":100,"_sessionCache":{"map":{},"list":[]}},"method":"post","url":"https://192.168.4.91/api/homematic.cgi","data":"{\"method\":\"Session.login\",\"params\":{\"username\":\"ioBroker\",\"password\":\"Creative17\"}}","allowAbsoluteUrls":true},"code":"DEPTH_ZERO_SELF_SIGNED_CERT"}},"done":["ccu"],"types":["homematic"]},"timestamp":1745265214353,"adapter":null,"ccuEvents":[]},"historyHTML":{"enabled":true,"type":"message","entriesNumber":15,"ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":15,"ignoreErrors":false,"systemLang":"de","time":"21. April 2025 um 21:53 Uhr"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"hostName":"Gro","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":"Gro","ignoreErrors":false,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"pushover.0","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"gotify":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longGotifyNotice","onlyError":false,"gotifyWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"discord":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longDiscordNotice","target":"","onlyError":false,"discordWaiting":0,"hostName":"Gro","ignoreErrors":false,"systemLang":"de"},"notification":{"type":"message","ignoreErrors":false,"bashDir":"/opt/iobroker/iobroker-data/backitup","entriesNumber":15,"systemLang":"de"},"host":"192.168.4.91","user":"ioBroker","usehttps":true,"pass":"****","ccuEvents":[],"ccuMulti":false,"backupDir":"/opt/iobroker/backups","timestamp":1745265214353}
                                        [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.4.1","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":true,"cacheLoose":true,"deleteOldBackup":false,"ownDir":true,"dir":"/fritz.nas/SanDisk/SmartHomeBackup/piVCCU3","dirMinimal":"fritz.nas/SanDisk/SmartHomeBackup/ioBroker","user":"ioBroker","pass":"****","expertMount":"sudo mount -t cifs -o username=<username>,password=\"<password>\",noserverino,cache=loose,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.0.1/NAS/BACKUP /opt/iobroker/backups","ignoreErrors":false,"backupDir":"/opt/iobroker/backups","timestamp":1745265214353,"ccuEvents":[]}
                                        
                                        simatec Homoran 3 Replies Last reply Reply Quote 0
                                        • simatec
                                          simatec Developer Most Active @legro last edited by

                                          @legro starte den PI und die Fritzbox mal komplett neu. Den PI aber bitte sauber runterfahren bzw. neustarten

                                          sudo reboot now
                                          
                                          L 1 Reply Last reply Reply Quote 0
                                          • simatec
                                            simatec Developer Most Active @legro last edited by

                                            @legro Des Weiteren bitte prüfen, ob die korrekten Passwörter eingetragen sind. Ändere zur Not die Passwörter zum testen auf einfache kurze Passwörter ohne irgendwelche Sonderzeichen

                                            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

                                            908
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            95
                                            2283
                                            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