Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Backitup macht kein Backup für Slave

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    440

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    366

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    963

Backitup macht kein Backup für Slave

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
backup
22 Beiträge 2 Kommentatoren 754 Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • MyzerATM MyzerAT

    hi @lls,

    Ich habe ein Master/Slave System. In der Wohnung wird der Master (ioBroker auf Diskstation) per Script regelmäßig gesichert, der 1. Slave ein Raspi per Backitup aufs NAS. Beides funktioniert reibungslos! Nur beim 2. Slave ebenfalls ein Raspi, der im Garten 40km weiter weg steht klappt es nicht mit Backitup. Habe schon alles probiert, per FTP, auf NAS per CIFS usw. keine Chance! Will aber unbedingt eine Sicherung machen!

    7517d1c4-4933-4803-87a3-7305fc2c2e2a-grafik.png

    H Offline
    H Offline
    HeliosFan
    schrieb am zuletzt editiert von
    #2

    @MyzerAT said in Backitup macht kein Backup für Slave:

    der im Garten 40km weiter weg steht klappt es nicht mit Backitup

    .... weil das LAN Kabel nur 39,95 KM lang ist ? 🙄

    Aber ohne Spass, wie ist der angebunden ?

    1 Antwort Letzte Antwort
    0
    • MyzerATM Offline
      MyzerATM Offline
      MyzerAT
      schrieb am zuletzt editiert von
      #3

      😱 hehe , dann kauf ich noch einen halben meter dazu ^^

      also der 2.Slave ist per LAN Kabel an einem LTE Router und per VPN Tunnel geht die Verbindung des 2. Slave's nach Wien in die Wohnung.

      lg Rudi

      Master Debian 12 (Wien)
      Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

      Slave Debian 12. (TULLN) --> OpenVPN to Vienna
      Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

      Node 20.19.0
      Nodejs 20.19.0
      npm 10.8.2
      js-controller 7.0.6

      H 1 Antwort Letzte Antwort
      0
      • MyzerATM MyzerAT

        😱 hehe , dann kauf ich noch einen halben meter dazu ^^

        also der 2.Slave ist per LAN Kabel an einem LTE Router und per VPN Tunnel geht die Verbindung des 2. Slave's nach Wien in die Wohnung.

        H Offline
        H Offline
        HeliosFan
        schrieb am zuletzt editiert von HeliosFan
        #4

        @MyzerAT
        Und der VPN Tunnel ist richtig konfiguriert ?
        FTP Verbindung zwischen Wohnung und LTE Router im Garten klappt ?
        FTP wird nicht von der Firewall geblockt ?
        Wleche VPN Lösung benutzt Dein LTE Router ? OpenVPN ?

        1 Antwort Letzte Antwort
        0
        • MyzerATM Offline
          MyzerATM Offline
          MyzerAT
          schrieb am zuletzt editiert von
          #5

          ja VPN ist richtig konfiguriert, bekomme ja von Slave alle Daten in den Master, es ist OpenVPN der auf dem Slave läuft !

          lg Rudi

          Master Debian 12 (Wien)
          Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

          Slave Debian 12. (TULLN) --> OpenVPN to Vienna
          Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

          Node 20.19.0
          Nodejs 20.19.0
          npm 10.8.2
          js-controller 7.0.6

          1 Antwort Letzte Antwort
          0
          • MyzerATM Offline
            MyzerATM Offline
            MyzerAT
            schrieb am zuletzt editiert von MyzerAT
            #6

            habs jetzt mal per console probiert, also mit

            cd /opt/iobroker
            
            und danach dann ein:
            
            sudo iobroker backup
            
            

            0268aab9-459d-4acb-b7f6-ba4cb022a1ae-grafik.png

            der Ordner bleibt leer

            lg Rudi

            Master Debian 12 (Wien)
            Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

            Slave Debian 12. (TULLN) --> OpenVPN to Vienna
            Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

            Node 20.19.0
            Nodejs 20.19.0
            npm 10.8.2
            js-controller 7.0.6

            H 1 Antwort Letzte Antwort
            0
            • MyzerATM MyzerAT

              habs jetzt mal per console probiert, also mit

              cd /opt/iobroker
              
              und danach dann ein:
              
              sudo iobroker backup
              
              

              0268aab9-459d-4acb-b7f6-ba4cb022a1ae-grafik.png

              der Ordner bleibt leer

              H Offline
              H Offline
              HeliosFan
              schrieb am zuletzt editiert von HeliosFan
              #7

              @MyzerAT
              cd /opt/iobroker/backups
              a2e096e1-27e0-48bc-a3e2-f033cb03765c-grafik.png

              starte den Backup mal über den backitup Adapter.
              Beobachte den output, ob da Fehler auftreten, oder das Backup durchläuft.
              Wenn es korrekt läuft, sieht der Ordner aus wie in meinem Screenshot.
              Anschliessend wird der FTP Transfer angeschmissen und die Datei auf das NAS kopiert.

              1 Antwort Letzte Antwort
              0
              • MyzerATM Offline
                MyzerATM Offline
                MyzerAT
                schrieb am zuletzt editiert von
                #8

                da kommt diese Ausgabe und er arbeitet, sehe aber im Ordner "/opt/iobroker/backups" kein file :

                Gestartet...
                Gestartet...
                false[DEBUG] [minimal] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"7","nameSuffix":"RDJLTULLN","deleteBackupAfter":0,"mysqlEnabled":false,"redisEnabled":false,"zigbeeEnabled":true,"ftp":{"enabled":true,"type":"storage","source":null,"host":"meinedomain.eu","deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"****","port":"21"},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":true,"type":"storage","source":null,"host":"meinedomain.eu","deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"********","port":"21"},"cifs":{"enabled":false,"mountType":"CIFS","type":"storage","source":null,"mount":"192.168.0.11","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"********"},"dropbox":{"enabled":false,"type":"storage","source":null,"deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"googledrive":{"enabled":false,"type":"storage","source":null,"deleteOldBackup":false,"accessJson":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/var/lib/redis"},"zigbee":{"enabled":true,"type":"creator","ftp":{"enabled":true,"type":"storage","source":null,"host":"meinedomain.eu","deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"********","port":"21"},"cifs":{"enabled":false,"mountType":"CIFS","type":"storage","source":null,"mount":"192.168.0.11","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"********"},"dropbox":{"enabled":false,"type":"storage","source":null,"deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"googledrive":{"enabled":false,"type":"storage","source":null,"deleteOldBackup":false,"accessJson":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/opt/iobroker/iobroker-data"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Pushover","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Pushover","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"stopIoB":true,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Pushover","type":"message","instance":"pushover.0","SilentNotice":true,"NoticeType":"longPushoverNotice","deviceID":"RDJLTULLN","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                
                
                
                
                

                lg Rudi

                Master Debian 12 (Wien)
                Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

                Slave Debian 12. (TULLN) --> OpenVPN to Vienna
                Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

                Node 20.19.0
                Nodejs 20.19.0
                npm 10.8.2
                js-controller 7.0.6

                H 1 Antwort Letzte Antwort
                0
                • MyzerATM MyzerAT

                  da kommt diese Ausgabe und er arbeitet, sehe aber im Ordner "/opt/iobroker/backups" kein file :

                  Gestartet...
                  Gestartet...
                  false[DEBUG] [minimal] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"7","nameSuffix":"RDJLTULLN","deleteBackupAfter":0,"mysqlEnabled":false,"redisEnabled":false,"zigbeeEnabled":true,"ftp":{"enabled":true,"type":"storage","source":null,"host":"meinedomain.eu","deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"****","port":"21"},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":true,"type":"storage","source":null,"host":"meinedomain.eu","deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"********","port":"21"},"cifs":{"enabled":false,"mountType":"CIFS","type":"storage","source":null,"mount":"192.168.0.11","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"********"},"dropbox":{"enabled":false,"type":"storage","source":null,"deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"googledrive":{"enabled":false,"type":"storage","source":null,"deleteOldBackup":false,"accessJson":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/var/lib/redis"},"zigbee":{"enabled":true,"type":"creator","ftp":{"enabled":true,"type":"storage","source":null,"host":"meinedomain.eu","deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"********","port":"21"},"cifs":{"enabled":false,"mountType":"CIFS","type":"storage","source":null,"mount":"192.168.0.11","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/docker/BackupRDJLTULLN/standard/","dirMinimal":"/docker/BackupRDJLTULLN/standard/","dirTotal":"/docker/BackupRDJLTULLN/komplett/","user":"Myzer","pass":"********"},"dropbox":{"enabled":false,"type":"storage","source":null,"deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"googledrive":{"enabled":false,"type":"storage","source":null,"deleteOldBackup":false,"accessJson":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/opt/iobroker/iobroker-data"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Pushover","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Pushover","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"stopIoB":true,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Pushover","type":"message","instance":"pushover.0","SilentNotice":true,"NoticeType":"longPushoverNotice","deviceID":"RDJLTULLN","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                  
                  
                  
                  
                  
                  H Offline
                  H Offline
                  HeliosFan
                  schrieb am zuletzt editiert von
                  #9

                  @MyzerAT
                  hmm.. Nimm mal die Option raus ioBroker während des Backups zu stoppen. Hab ich bei mir nicht drin, weder beim Minimal noch beim Fullbackup.

                  1 Antwort Letzte Antwort
                  0
                  • MyzerATM Offline
                    MyzerATM Offline
                    MyzerAT
                    schrieb am zuletzt editiert von
                    #10

                    wenn ich ein Standard Backup mache, sollte das ja nicht den ioBroker stoppen? habe es ennoch gemacht und hier ist ein Logfile:
                    Und wieder kein Backup!

                    2019-11-05 19:14:52.613  - info: host.RDJLTULLN object change system.adapter.backitup.1
                    2019-11-05 19:14:52.614  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1
                    2019-11-05 19:14:52.615  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1 killing pid 1432
                    2019-11-05 19:14:53.207  - info: host.RDJLTULLN instance system.adapter.backitup.1 terminated with code 0 (OK)
                    2019-11-05 19:14:55.136  - info: host.RDJLTULLN instance system.adapter.backitup.1 started with pid 1445
                    2019-11-05 19:15:00.657  - info: backitup.1 starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v8.16.0
                    2019-11-05 19:15:00.791  - info: backitup.1 [minimal] backup was activated at 02:00 every 7 day(s)
                    2019-11-05 19:15:00.828  - info: backitup.1 [total] backup was activated at 03:00 every 7 day(s)
                    2019-11-05 19:15:14.295  - info: sonoff.1 Client [DVES_F8958F] connection closed: closed
                    2019-11-05 19:15:14.932  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572977714931_4708
                    2019-11-05 19:16:27.024  - info: sonoff.1 Client [DVES_F8958F] connection closed: closed
                    2019-11-05 19:16:27.636  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572977787635_633
                    2019-11-05 19:16:52.746  - info: sonoff.1 Client [DVES_F8958F] connection closed: closed
                    2019-11-05 19:16:53.357  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572977813355_6599
                    2019-11-05 19:16:53.637  - info: sonoff.1 Client [DVES_4921AA] connection closed: closed
                    2019-11-05 19:16:54.537  - info: sonoff.1 Client [DVES_4921AA] connected with secret 1572977814535_7938
                    2019-11-05 19:17:20.109  - info: sonoff.1 Client [DVES_4921AA] connection closed: closed
                    2019-11-05 19:17:20.553  - info: sonoff.1 Client [DVES_4921AA] connected with secret 1572977840551_3809
                    2019-11-05 19:17:58.117  - info: sonoff.1 Client [DVES_F8958F] connection closed: closed
                    2019-11-05 19:17:58.400  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572977878399_1334
                    2019-11-05 19:19:22.682  - info: sonoff.1 Client [DVES_F8958F] connection closed: closed
                    2019-11-05 19:19:23.084  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572977963082_3827
                    2019-11-05 19:20:28.871  - info: sonoff.1 Client [DVES_F8958F] connection closed: closed
                    2019-11-05 19:20:29.124  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572978029121_1712
                    2019-11-05 19:21:22.115  - info: sonoff.1 Client [DVES_F8958F] connection closed: closed
                    2019-11-05 19:21:33.133  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572978093131_5192
                    2019-11-05 19:22:27.261  - info: sonoff.1 Client [DVES_4915C9] connection closed: closed
                    2019-11-05 19:22:27.404  - info: sonoff.1 Client [DVES_4915C9] connected with secret 1572978147403_6064
                    2019-11-05 19:23:21.345  - info: sonoff.1 Client [DVES_F8958F] connection closed: Error: read ECONNRESET
                    2019-11-05 19:23:26.853  - info: host.RDJLTULLN object change system.adapter.backitup.1
                    2019-11-05 19:23:26.854  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1
                    2019-11-05 19:23:26.855  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1 killing pid 1445
                    2019-11-05 19:23:27.483  - info: host.RDJLTULLN instance system.adapter.backitup.1 terminated with code 0 (OK)
                    2019-11-05 19:23:29.380  - info: host.RDJLTULLN instance system.adapter.backitup.1 started with pid 1481
                    2019-11-05 19:23:32.099  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572978212098_4397
                    2019-11-05 19:23:34.777  - info: backitup.1 starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v8.16.0
                    2019-11-05 19:23:34.915  - info: backitup.1 [minimal] backup was activated at 02:00 every 7 day(s)
                    2019-11-05 19:23:34.948  - info: backitup.1 [total] backup was activated at 03:00 every 7 day(s)
                    2019-11-05 19:23:51.970  - info: sonoff.1 Client [DVES_F8958F] connection closed: closed
                    2019-11-05 19:24:02.850  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572978242849_7013
                    2019-11-05 19:25:19.664  - warn: host.RDJLTULLN Slave controller detected disconnection. Stop all instances.
                    2019-11-05 19:25:19.665  - info: host.RDJLTULLN stopInstance system.adapter.mihome.1
                    2019-11-05 19:25:19.666  - info: host.RDJLTULLN stopInstance system.adapter.mihome.1 killing pid 876
                    2019-11-05 19:25:19.667  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1
                    2019-11-05 19:25:19.668  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1 killing pid 1481
                    2019-11-05 19:25:19.669  - info: host.RDJLTULLN stopInstance system.adapter.sonoff.1
                    2019-11-05 19:25:19.669  - info: host.RDJLTULLN stopInstance system.adapter.sonoff.1 killing pid 886
                    2019-11-05 19:25:19.670  - info: host.RDJLTULLN stopInstance system.adapter.zigbee.2
                    2019-11-05 19:25:19.671  - info: host.RDJLTULLN stopInstance system.adapter.zigbee.2 killing pid 1412
                    2019-11-05 19:25:19.671  - info: host.RDJLTULLN stopInstance system.adapter.modbus.0
                    2019-11-05 19:25:19.672  - info: host.RDJLTULLN stopInstance system.adapter.modbus.0 killing pid 906
                    2019-11-05 19:25:19.707  - info: zigbee.2 zigbee-shepherd stopped
                    2019-11-05 19:25:21.200  - info: host.RDJLTULLN instance system.adapter.mihome.1 terminated with code 0 (OK)
                    2019-11-05 19:25:21.201  - info: host.RDJLTULLN All instances are stopped.
                    2019-11-05 19:25:21.214  - info: host.RDJLTULLN instance system.adapter.backitup.1 terminated with code 0 (OK)
                    2019-11-05 19:25:21.215  - info: host.RDJLTULLN All instances are stopped.
                    2019-11-05 19:25:21.227  - info: host.RDJLTULLN instance system.adapter.sonoff.1 terminated with code 0 (OK)
                    2019-11-05 19:25:21.228  - info: host.RDJLTULLN All instances are stopped.
                    2019-11-05 19:25:24.712  - info: host.RDJLTULLN instance system.adapter.modbus.0 terminated with code 0 (OK)
                    2019-11-05 19:25:30.362  - info: host.RDJLTULLN InMemoryDB 192.168.0.11:9001 connected
                    2019-11-05 19:25:30.389  - warn: zigbee.2 Reconnection to DB.
                    2019-11-05 19:25:30.403  - warn: zigbee.2 Reconnection to DB.
                    2019-11-05 19:25:30.529  - error: zigbee.2 already running
                    2019-11-05 19:25:30.552  - info: host.RDJLTULLN instance system.adapter.zigbee.2 terminated with code 7 (Adapter already running)
                    2019-11-05 19:25:33.646  - info: host.RDJLTULLN 51 instances found
                    2019-11-05 19:25:33.671  - info: host.RDJLTULLN starting 5 instances
                    2019-11-05 19:25:33.691  - info: host.RDJLTULLN instance system.adapter.mihome.1 started with pid 1522
                    2019-11-05 19:25:35.505  - info: mihome.1 starting. Version 1.2.5 in /opt/iobroker/node_modules/iobroker.mihome, node: v8.16.0
                    2019-11-05 19:25:35.923  - info: mihome.1 Change connection status: false
                    2019-11-05 19:25:37.690  - info: host.RDJLTULLN instance system.adapter.backitup.1 started with pid 1532
                    2019-11-05 19:25:41.683  - info: host.RDJLTULLN instance system.adapter.sonoff.1 started with pid 1538
                    2019-11-05 19:25:43.254  - info: backitup.1 starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v8.16.0
                    2019-11-05 19:25:43.325  - info: mihome.1 Change connection status: true
                    2019-11-05 19:25:43.362  - info: backitup.1 [minimal] backup was activated at 02:00 every 7 day(s)
                    2019-11-05 19:25:43.407  - info: backitup.1 [total] backup was activated at 03:00 every 7 day(s)
                    2019-11-05 19:25:43.509  - info: sonoff.1 starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.sonoff, node: v8.16.0
                    2019-11-05 19:25:43.714  - info: sonoff.1 Starting MQTT  server on port 1883
                    2019-11-05 19:25:43.984  - info: sonoff.1 Client [DVES_3E4982] connected with secret 1572978343954_72
                    2019-11-05 19:25:44.185  - info: sonoff.1 Client [DVES_F8958F] connected with secret 1572978343962_38
                    2019-11-05 19:25:44.189  - info: sonoff.1 Client [DVES_FA621E] connected with secret 1572978343965_5084
                    2019-11-05 19:25:44.191  - info: sonoff.1 Client [DVES_F88DC0] connected with secret 1572978343966_4952
                    2019-11-05 19:25:44.519  - info: sonoff.1 Client [DVES_8CA2FD] connected with secret 1572978344427_7369
                    2019-11-05 19:25:44.521  - info: sonoff.1 Client [DVES_3E1E9A] connected with secret 1572978344428_3363
                    2019-11-05 19:25:44.524  - info: sonoff.1 Client [DVES_59E3CD] connected with secret 1572978344429_2177
                    2019-11-05 19:25:44.526  - info: sonoff.1 Client [DVES_67E701] connected with secret 1572978344431_8450
                    2019-11-05 19:25:44.528  - info: sonoff.1 Client [DVES_8CA67D] connected with secret 1572978344432_6925
                    2019-11-05 19:25:44.530  - info: sonoff.1 Client [DVES_8C8D53] connected with secret 1572978344433_6397
                    2019-11-05 19:25:44.532  - info: sonoff.1 Client [DVES_58F51E] connected with secret 1572978344435_9135
                    2019-11-05 19:25:44.722  - warn: sonoff.1 Client "DVES_FA4C93" not connected
                    2019-11-05 19:25:44.724  - warn: sonoff.1 Client "DVES_FA4C93" not connected
                    2019-11-05 19:25:45.688  - info: host.RDJLTULLN instance system.adapter.zigbee.2 started with pid 1555
                    2019-11-05 19:25:48.189  - info: zigbee.2 starting. Version 0.10.3 in /opt/iobroker/node_modules/iobroker.zigbee, node: v8.16.0
                    2019-11-05 19:25:48.212  - info: zigbee.2 Start on port: /dev/ttyACM0 with panID 6754 channel 11
                    2019-11-05 19:25:48.213  - info: zigbee.2 Queue is: true
                    2019-11-05 19:25:48.281  - info: zigbee.2 Reset coordinator
                    2019-11-05 19:25:49.022  - info: zigbee.2 zigbee-shepherd started!
                    2019-11-05 19:25:49.043  - info: zigbee.2 zigbee-shepherd ready. version: 2.6.3 rev 20190425
                    2019-11-05 19:25:49.134  - info: zigbee.2 1 (0x00158d000253d093): WXKG01LM - Xiaomi MiJia wireless switch (EndDevice)
                    2019-11-05 19:25:49.136  - info: zigbee.2 2 (0x00158d0002b86ec2): WXKG01LM - Xiaomi MiJia wireless switch (EndDevice)
                    2019-11-05 19:25:49.137  - info: zigbee.2 3 (0x00158d0002c6f45b): WXKG01LM - Xiaomi MiJia wireless switch (EndDevice)
                    2019-11-05 19:25:49.137  - info: zigbee.2 4 (0x00158d0002557065): WXKG01LM - Xiaomi MiJia wireless switch (EndDevice)
                    2019-11-05 19:25:49.138  - info: zigbee.2 5 (0x00158d00022c89c3): WXKG01LM - Xiaomi MiJia wireless switch (EndDevice)
                    2019-11-05 19:25:49.138  - info: zigbee.2 6 (0x00158d0002b86dc1): WXKG01LM - Xiaomi MiJia wireless switch (EndDevice)
                    2019-11-05 19:25:49.138  - info: zigbee.2 7 (0x00158d0002b86d7c): WXKG01LM - Xiaomi MiJia wireless switch (EndDevice)
                    2019-11-05 19:25:49.139  - info: zigbee.2 8 (0x00158d00035988ce): WXKG01LM - Xiaomi MiJia wireless switch (EndDevice)
                    2019-11-05 19:25:49.139  - info: zigbee.2 9 (0x00158d0002f2a317): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                    2019-11-05 19:25:49.139  - info: zigbee.2 10 (0x00158d0002f397d3): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
                    2019-11-05 19:25:49.140  - info: zigbee.2 11 (0x00158d000313713f): WXKG02LM - Xiaomi Aqara double key wireless wall switch (EndDevice)
                    2019-11-05 19:25:49.140  - info: zigbee.2 12 (0x00158d0003499a0f): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                    2019-11-05 19:25:49.140  - info: zigbee.2 13 (0x00158d0002c06f91): RTCGQ01LM - Xiaomi MiJia human body movement sensor (EndDevice)
                    2019-11-05 19:25:49.140  - info: zigbee.2 14 (0x00158d0002b92fa5): MCCGQ01LM - Xiaomi MiJia door & window contact sensor (EndDevice)
                    2019-11-05 19:25:49.141  - info: zigbee.2 15 (0x00158d000322bc82): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                    2019-11-05 19:25:49.141  - info: zigbee.2 16 (0x00158d000355f973): WXKG02LM - Xiaomi Aqara double key wireless wall switch (EndDevice)
                    2019-11-05 19:25:49.141  - info: zigbee.2 17 (0x00158d0002e96ed4): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
                    2019-11-05 19:25:49.682  - info: host.RDJLTULLN instance system.adapter.modbus.0 started with pid 1565
                    2019-11-05 19:25:51.201  - info: modbus.0 starting. Version 3.0.0 in /opt/iobroker/node_modules/iobroker.modbus, node: v8.16.0
                    2019-11-05 19:25:52.723  - info: modbus.0 Connected to slave 192.168.1.6
                    2019-11-05 19:25:54.333  - info: sonoff.1 Client [DVES_2466D0] connected with secret 1572978354330_3968
                    2019-11-05 19:25:54.354  - info: sonoff.1 Client [DVES_FA4C93] connected with secret 1572978354351_827
                    2019-11-05 19:25:54.429  - info: sonoff.1 Client [DVES_CD2EF2] connected with secret 1572978354427_2233
                    2019-11-05 19:25:54.560  - info: sonoff.1 Client [DVES_2466E0] connected with secret 1572978354558_3130
                    2019-11-05 19:25:54.674  - info: sonoff.1 Client [DVES_8C9EAF] connected with secret 1572978354637_9053
                    2019-11-05 19:25:54.679  - info: sonoff.1 Client [DVES_93AB65] connected with secret 1572978354639_1152
                    2019-11-05 19:26:03.169  - info: sonoff.1 Client [DVES_4921AA] connected with secret 1572978363165_9989
                    2019-11-05 19:26:41.878  - info: sonoff.1 Client [DVES_246DBD] connected with secret 1572978401871_1312
                    2019-11-05 19:26:57.554  - info: sonoff.1 Client [DVES_4915C9] connected with secret 1572978417551_854
                    2019-11-05 19:28:25.175  - info: sonoff.1 Client [DVES_4921AA] connection closed: closed
                    2019-11-05 19:28:25.375  - info: sonoff.1 Client [DVES_4921AA] connected with secret 1572978505370_6457
                    2019-11-05 19:29:44.130  - info: sonoff.1 Client [DVES_4921AA] connection closed: closed
                    2019-11-05 19:29:44.633  - info: sonoff.1 Client [DVES_4921AA] connected with secret 1572978584631_5400
                    
                    

                    lg Rudi

                    Master Debian 12 (Wien)
                    Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

                    Slave Debian 12. (TULLN) --> OpenVPN to Vienna
                    Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

                    Node 20.19.0
                    Nodejs 20.19.0
                    npm 10.8.2
                    js-controller 7.0.6

                    1 Antwort Letzte Antwort
                    0
                    • MyzerATM Offline
                      MyzerATM Offline
                      MyzerAT
                      schrieb am zuletzt editiert von
                      #11

                      habe jetzt mal die Backitup.1 Instanz gelöscht und neu installiert und nochmals ein Minimalbackup ausgeführt, wieder nichts

                      2019-11-05 19:38:00.645  - info: host.RDJLTULLN object change system.adapter.backitup.1
                      2019-11-05 19:38:00.647  - info: host.RDJLTULLN "system.adapter.backitup.1" disabled
                      2019-11-05 19:38:00.647  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1
                      2019-11-05 19:38:00.647  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1 killing pid 1532
                      2019-11-05 19:38:01.230  - info: host.RDJLTULLN instance system.adapter.backitup.1 terminated with code 0 (OK)
                      2019-11-05 19:38:15.274  - info: iobroker del backitup.1
                      2019-11-05 19:38:16.569  - info: iobroker Delete adapter "backitup.1"
                      2019-11-05 19:38:16.736  - info: iobroker host.RDJLTULLN Counted 1 instances of backitup
                      2019-11-05 19:38:17.049  - info: iobroker host.RDJLTULLN Counted 3 channels of backitup.1
                      2019-11-05 19:38:17.993  - info: iobroker host.RDJLTULLN Counted 19 states of backitup.1
                      2019-11-05 19:38:18.073  - info: iobroker host.RDJLTULLN Counted 11 states (io.backitup.1.*) from states
                      2019-11-05 19:38:18.307  - info: iobroker host.RDJLTULLN Counted 8 states (system.adapter.backitup.1.*) from states
                      2019-11-05 19:38:28.854  - info: iobroker host.RDJLTULLN Deleting 23 object(s).
                      2019-11-05 19:38:29.932  - info: host.RDJLTULLN object change system.adapter.backitup.1
                      2019-11-05 19:38:29.933  - info: host.RDJLTULLN object deleted system.adapter.backitup.1
                      2019-11-05 19:38:29.938  - info: iobroker host.RDJLTULLN Deleting 19 state(s).
                      2019-11-05 19:38:30.956  - info: iobroker exit 0
                      2019-11-05 19:38:54.750  - info: iobroker upload backitup
                      2019-11-05 19:38:56.111  - info: iobroker got /opt/iobroker/node_modules/iobroker.backitup/admin
                      2019-11-05 19:38:56.140  - info: iobroker upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                      2019-11-05 19:38:56.414  - info: iobroker upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                      2019-11-05 19:38:56.545  - info: iobroker upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                      2019-11-05 19:38:56.647  - info: iobroker upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                      2019-11-05 19:38:57.133  - info: iobroker exit 0
                      2019-11-05 19:39:52.756  - info: iobroker add backitup  --host RDJLTULLN
                      2019-11-05 19:39:54.449  - info: iobroker host.RDJLTULLN create instance backitup
                      2019-11-05 19:39:54.542  - info: iobroker host.RDJLTULLN object backitup.1.output.line created
                      2019-11-05 19:39:54.612  - info: iobroker host.RDJLTULLN object backitup.1.output created
                      2019-11-05 19:39:54.692  - info: iobroker host.RDJLTULLN object backitup.1.oneClick.total created
                      2019-11-05 19:39:54.776  - info: iobroker host.RDJLTULLN object backitup.1.oneClick.minimal created
                      2019-11-05 19:39:54.853  - info: iobroker host.RDJLTULLN object backitup.1.oneClick.ccu created
                      2019-11-05 19:39:54.936  - info: iobroker host.RDJLTULLN object backitup.1.oneClick created
                      2019-11-05 19:39:55.013  - info: iobroker host.RDJLTULLN object backitup.1.history.totalSuccess created
                      2019-11-05 19:39:55.092  - info: iobroker host.RDJLTULLN object backitup.1.history.minimalSuccess created
                      2019-11-05 19:39:55.182  - info: iobroker host.RDJLTULLN object backitup.1.history.ccuSuccess created
                      2019-11-05 19:39:55.277  - info: iobroker host.RDJLTULLN object backitup.1.history.totalLastTime created
                      2019-11-05 19:39:55.365  - info: iobroker host.RDJLTULLN object backitup.1.history.minimalLastTime created
                      2019-11-05 19:39:55.438  - info: iobroker host.RDJLTULLN object backitup.1.history.ccuLastTime created
                      2019-11-05 19:39:55.519  - info: iobroker host.RDJLTULLN object backitup.1.history.html created
                      2019-11-05 19:39:55.608  - info: iobroker host.RDJLTULLN object backitup.1.history created
                      2019-11-05 19:39:55.687  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.outputCount created
                      2019-11-05 19:39:55.777  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.inputCount created
                      2019-11-05 19:39:55.856  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.uptime created
                      2019-11-05 19:39:55.930  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.memRss created
                      2019-11-05 19:39:56.008  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.memHeapTotal created
                      2019-11-05 19:39:56.085  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.memHeapUsed created
                      2019-11-05 19:39:56.171  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.connected created
                      2019-11-05 19:39:56.248  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.alive created
                      2019-11-05 19:39:56.364  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1 created
                      2019-11-05 19:39:56.383  - info: host.RDJLTULLN object change system.adapter.backitup.1
                      2019-11-05 19:39:56.405  - info: host.RDJLTULLN instance system.adapter.backitup.1 started with pid 1623
                      2019-11-05 19:39:56.409  - info: iobroker exit 0
                      2019-11-05 19:40:02.035  - info: backitup.1 starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v8.16.0
                      2019-11-05 19:40:50.672  - info: sonoff.1 Client [DVES_3E4982] connected with secret 1572979250670_7453
                      2019-11-05 19:40:50.928  - info: sonoff.1 Client [DVES_3E1E9A] connected with secret 1572979250926_5016
                      2019-11-05 19:42:37.247  - info: host.RDJLTULLN object change system.adapter.backitup.1
                      2019-11-05 19:42:37.248  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1
                      2019-11-05 19:42:37.249  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1 killing pid 1623
                      2019-11-05 19:42:38.014  - info: host.RDJLTULLN instance system.adapter.backitup.1 terminated with code 0 (OK)
                      2019-11-05 19:42:39.768  - info: host.RDJLTULLN instance system.adapter.backitup.1 started with pid 1637
                      2019-11-05 19:42:45.229  - info: backitup.1 starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v8.16.0
                      2019-11-05 19:42:45.378  - info: backitup.1 [minimal] backup was activated at 02:00 every 7 day(s)
                      2019-11-05 19:42:45.411  - info: backitup.1 [total] backup was activated at 03:00 every 3 day(s)
                      2019-11-05 19:46:01.210  - info: sonoff.1 Client [DVES_4921AA] connection closed: closed
                      2019-11-05 19:46:01.892  - info: sonoff.1 Client [DVES_4921AA] connected with secret 1572979561889_4214
                      
                      

                      lg Rudi

                      Master Debian 12 (Wien)
                      Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

                      Slave Debian 12. (TULLN) --> OpenVPN to Vienna
                      Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

                      Node 20.19.0
                      Nodejs 20.19.0
                      npm 10.8.2
                      js-controller 7.0.6

                      H 1 Antwort Letzte Antwort
                      0
                      • MyzerATM MyzerAT

                        habe jetzt mal die Backitup.1 Instanz gelöscht und neu installiert und nochmals ein Minimalbackup ausgeführt, wieder nichts

                        2019-11-05 19:38:00.645  - info: host.RDJLTULLN object change system.adapter.backitup.1
                        2019-11-05 19:38:00.647  - info: host.RDJLTULLN "system.adapter.backitup.1" disabled
                        2019-11-05 19:38:00.647  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1
                        2019-11-05 19:38:00.647  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1 killing pid 1532
                        2019-11-05 19:38:01.230  - info: host.RDJLTULLN instance system.adapter.backitup.1 terminated with code 0 (OK)
                        2019-11-05 19:38:15.274  - info: iobroker del backitup.1
                        2019-11-05 19:38:16.569  - info: iobroker Delete adapter "backitup.1"
                        2019-11-05 19:38:16.736  - info: iobroker host.RDJLTULLN Counted 1 instances of backitup
                        2019-11-05 19:38:17.049  - info: iobroker host.RDJLTULLN Counted 3 channels of backitup.1
                        2019-11-05 19:38:17.993  - info: iobroker host.RDJLTULLN Counted 19 states of backitup.1
                        2019-11-05 19:38:18.073  - info: iobroker host.RDJLTULLN Counted 11 states (io.backitup.1.*) from states
                        2019-11-05 19:38:18.307  - info: iobroker host.RDJLTULLN Counted 8 states (system.adapter.backitup.1.*) from states
                        2019-11-05 19:38:28.854  - info: iobroker host.RDJLTULLN Deleting 23 object(s).
                        2019-11-05 19:38:29.932  - info: host.RDJLTULLN object change system.adapter.backitup.1
                        2019-11-05 19:38:29.933  - info: host.RDJLTULLN object deleted system.adapter.backitup.1
                        2019-11-05 19:38:29.938  - info: iobroker host.RDJLTULLN Deleting 19 state(s).
                        2019-11-05 19:38:30.956  - info: iobroker exit 0
                        2019-11-05 19:38:54.750  - info: iobroker upload backitup
                        2019-11-05 19:38:56.111  - info: iobroker got /opt/iobroker/node_modules/iobroker.backitup/admin
                        2019-11-05 19:38:56.140  - info: iobroker upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                        2019-11-05 19:38:56.414  - info: iobroker upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                        2019-11-05 19:38:56.545  - info: iobroker upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                        2019-11-05 19:38:56.647  - info: iobroker upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                        2019-11-05 19:38:57.133  - info: iobroker exit 0
                        2019-11-05 19:39:52.756  - info: iobroker add backitup  --host RDJLTULLN
                        2019-11-05 19:39:54.449  - info: iobroker host.RDJLTULLN create instance backitup
                        2019-11-05 19:39:54.542  - info: iobroker host.RDJLTULLN object backitup.1.output.line created
                        2019-11-05 19:39:54.612  - info: iobroker host.RDJLTULLN object backitup.1.output created
                        2019-11-05 19:39:54.692  - info: iobroker host.RDJLTULLN object backitup.1.oneClick.total created
                        2019-11-05 19:39:54.776  - info: iobroker host.RDJLTULLN object backitup.1.oneClick.minimal created
                        2019-11-05 19:39:54.853  - info: iobroker host.RDJLTULLN object backitup.1.oneClick.ccu created
                        2019-11-05 19:39:54.936  - info: iobroker host.RDJLTULLN object backitup.1.oneClick created
                        2019-11-05 19:39:55.013  - info: iobroker host.RDJLTULLN object backitup.1.history.totalSuccess created
                        2019-11-05 19:39:55.092  - info: iobroker host.RDJLTULLN object backitup.1.history.minimalSuccess created
                        2019-11-05 19:39:55.182  - info: iobroker host.RDJLTULLN object backitup.1.history.ccuSuccess created
                        2019-11-05 19:39:55.277  - info: iobroker host.RDJLTULLN object backitup.1.history.totalLastTime created
                        2019-11-05 19:39:55.365  - info: iobroker host.RDJLTULLN object backitup.1.history.minimalLastTime created
                        2019-11-05 19:39:55.438  - info: iobroker host.RDJLTULLN object backitup.1.history.ccuLastTime created
                        2019-11-05 19:39:55.519  - info: iobroker host.RDJLTULLN object backitup.1.history.html created
                        2019-11-05 19:39:55.608  - info: iobroker host.RDJLTULLN object backitup.1.history created
                        2019-11-05 19:39:55.687  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.outputCount created
                        2019-11-05 19:39:55.777  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.inputCount created
                        2019-11-05 19:39:55.856  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.uptime created
                        2019-11-05 19:39:55.930  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.memRss created
                        2019-11-05 19:39:56.008  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.memHeapTotal created
                        2019-11-05 19:39:56.085  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.memHeapUsed created
                        2019-11-05 19:39:56.171  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.connected created
                        2019-11-05 19:39:56.248  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1.alive created
                        2019-11-05 19:39:56.364  - info: iobroker host.RDJLTULLN object system.adapter.backitup.1 created
                        2019-11-05 19:39:56.383  - info: host.RDJLTULLN object change system.adapter.backitup.1
                        2019-11-05 19:39:56.405  - info: host.RDJLTULLN instance system.adapter.backitup.1 started with pid 1623
                        2019-11-05 19:39:56.409  - info: iobroker exit 0
                        2019-11-05 19:40:02.035  - info: backitup.1 starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v8.16.0
                        2019-11-05 19:40:50.672  - info: sonoff.1 Client [DVES_3E4982] connected with secret 1572979250670_7453
                        2019-11-05 19:40:50.928  - info: sonoff.1 Client [DVES_3E1E9A] connected with secret 1572979250926_5016
                        2019-11-05 19:42:37.247  - info: host.RDJLTULLN object change system.adapter.backitup.1
                        2019-11-05 19:42:37.248  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1
                        2019-11-05 19:42:37.249  - info: host.RDJLTULLN stopInstance system.adapter.backitup.1 killing pid 1623
                        2019-11-05 19:42:38.014  - info: host.RDJLTULLN instance system.adapter.backitup.1 terminated with code 0 (OK)
                        2019-11-05 19:42:39.768  - info: host.RDJLTULLN instance system.adapter.backitup.1 started with pid 1637
                        2019-11-05 19:42:45.229  - info: backitup.1 starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v8.16.0
                        2019-11-05 19:42:45.378  - info: backitup.1 [minimal] backup was activated at 02:00 every 7 day(s)
                        2019-11-05 19:42:45.411  - info: backitup.1 [total] backup was activated at 03:00 every 3 day(s)
                        2019-11-05 19:46:01.210  - info: sonoff.1 Client [DVES_4921AA] connection closed: closed
                        2019-11-05 19:46:01.892  - info: sonoff.1 Client [DVES_4921AA] connected with secret 1572979561889_4214
                        
                        
                        H Offline
                        H Offline
                        HeliosFan
                        schrieb am zuletzt editiert von
                        #12

                        @MyzerAT
                        welche Nodejs Version verwendest Du. Laut Log v 8.16
                        Hast Du mal einUpdate auf die aktuellste Version gemacht ?
                        Und was verbirgt sich hinter "Host:meinedomain.eu" ?
                        Wo wird das aufgelöst ? Hast Du auf der Synology einen DNS Server laufen ?
                        Ersetze das versuchweise mal mit der IP Adresse.

                        MyzerATM 1 Antwort Letzte Antwort
                        0
                        • H HeliosFan

                          @MyzerAT
                          welche Nodejs Version verwendest Du. Laut Log v 8.16
                          Hast Du mal einUpdate auf die aktuellste Version gemacht ?
                          Und was verbirgt sich hinter "Host:meinedomain.eu" ?
                          Wo wird das aufgelöst ? Hast Du auf der Synology einen DNS Server laufen ?
                          Ersetze das versuchweise mal mit der IP Adresse.

                          MyzerATM Offline
                          MyzerATM Offline
                          MyzerAT
                          schrieb am zuletzt editiert von MyzerAT
                          #13

                          @HeliosFan

                          nein habe noch kein Update gemacht vom Nodejs, auf den anderen beiden funktioniert es ja auch mit Backitup! Irgend wie habe ich Bammel vorm Updaten, ist ein Master Slave Slave System

                          habe den Text zuvor vom Backituplog mit Notepad++ ersetzt, da das Passwort und Domain im Klartext drinnen stand, habe eine eigene Domain, also brauche ich kein DynDNS.

                          lg Rudi

                          Master Debian 12 (Wien)
                          Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

                          Slave Debian 12. (TULLN) --> OpenVPN to Vienna
                          Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

                          Node 20.19.0
                          Nodejs 20.19.0
                          npm 10.8.2
                          js-controller 7.0.6

                          H 1 Antwort Letzte Antwort
                          0
                          • MyzerATM MyzerAT

                            @HeliosFan

                            nein habe noch kein Update gemacht vom Nodejs, auf den anderen beiden funktioniert es ja auch mit Backitup! Irgend wie habe ich Bammel vorm Updaten, ist ein Master Slave Slave System

                            habe den Text zuvor vom Backituplog mit Notepad++ ersetzt, da das Passwort und Domain im Klartext drinnen stand, habe eine eigene Domain, also brauche ich kein DynDNS.

                            H Offline
                            H Offline
                            HeliosFan
                            schrieb am zuletzt editiert von
                            #14

                            @MyzerAT said in Backitup macht kein Backup für Slave:

                            habe eine eigene Domain

                            Ich meinte auch kein DynDNS. Kann der Garten-Raspi die Domäne erreichen per FTP ?
                            Wo wird die DNS der Domäne aufgelöst ? In der LTE Fritzbox ?
                            Versuchs mal über die IP Adresse.

                            1 Antwort Letzte Antwort
                            0
                            • MyzerATM Offline
                              MyzerATM Offline
                              MyzerAT
                              schrieb am zuletzt editiert von
                              #15

                              habe ich so eingestellt wie du schreibst, das Problem muss aber wo anders liegen, ich kann ja nicht mal ein Lokales Backup machen, auch hier bleibt der Ordner leer ?!

                              cd /opt/iobroker
                              
                              und danach dann ein:
                              
                              sudo iobroker backup
                              

                              8eaf5033-cd2b-48ed-ba35-f46d2f8e0f9f-grafik.png

                              lg Rudi

                              Master Debian 12 (Wien)
                              Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

                              Slave Debian 12. (TULLN) --> OpenVPN to Vienna
                              Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

                              Node 20.19.0
                              Nodejs 20.19.0
                              npm 10.8.2
                              js-controller 7.0.6

                              H 1 Antwort Letzte Antwort
                              0
                              • MyzerATM MyzerAT

                                habe ich so eingestellt wie du schreibst, das Problem muss aber wo anders liegen, ich kann ja nicht mal ein Lokales Backup machen, auch hier bleibt der Ordner leer ?!

                                cd /opt/iobroker
                                
                                und danach dann ein:
                                
                                sudo iobroker backup
                                

                                8eaf5033-cd2b-48ed-ba35-f46d2f8e0f9f-grafik.png

                                H Offline
                                H Offline
                                HeliosFan
                                schrieb am zuletzt editiert von
                                #16

                                @MyzerAT
                                dass es lokal nicht funktioniert ist merkwürdig. Lösch mal alle Instanzen von Backitup auf dem Garten-Raspi und installiere den Adapter neu.
                                Was mich auch ein wenig irritiert ist der Verbindungsabbruch kurz nach dem Start des Backups.

                                MyzerATM 1 Antwort Letzte Antwort
                                0
                                • H HeliosFan

                                  @MyzerAT
                                  dass es lokal nicht funktioniert ist merkwürdig. Lösch mal alle Instanzen von Backitup auf dem Garten-Raspi und installiere den Adapter neu.
                                  Was mich auch ein wenig irritiert ist der Verbindungsabbruch kurz nach dem Start des Backups.

                                  MyzerATM Offline
                                  MyzerATM Offline
                                  MyzerAT
                                  schrieb am zuletzt editiert von
                                  #17

                                  @HeliosFan sagte in Backitup macht kein Backup für Slave:

                                  @MyzerAT
                                  dass es lokal nicht funktioniert ist merkwürdig. Lösch mal alle Instanzen von Backitup auf dem Garten-Raspi und installiere den Adapter neu.

                                  Habe ich bereits gemacht, steht aber eh weiter oben im FRED

                                  Was mich auch ein wenig irritiert ist der Verbindungsabbruch kurz nach dem Start des Backups.

                                  Wo siehst du den Verbindungsabruch?

                                  lg Rudi

                                  Master Debian 12 (Wien)
                                  Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

                                  Slave Debian 12. (TULLN) --> OpenVPN to Vienna
                                  Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

                                  Node 20.19.0
                                  Nodejs 20.19.0
                                  npm 10.8.2
                                  js-controller 7.0.6

                                  H 1 Antwort Letzte Antwort
                                  0
                                  • MyzerATM MyzerAT

                                    @HeliosFan sagte in Backitup macht kein Backup für Slave:

                                    @MyzerAT
                                    dass es lokal nicht funktioniert ist merkwürdig. Lösch mal alle Instanzen von Backitup auf dem Garten-Raspi und installiere den Adapter neu.

                                    Habe ich bereits gemacht, steht aber eh weiter oben im FRED

                                    Was mich auch ein wenig irritiert ist der Verbindungsabbruch kurz nach dem Start des Backups.

                                    Wo siehst du den Verbindungsabruch?

                                    H Offline
                                    H Offline
                                    HeliosFan
                                    schrieb am zuletzt editiert von
                                    #18

                                    @MyzerAT
                                    In dem Log

                                    2019-11-05 19:25:19.664  - warn: host.RDJLTULLN Slave controller detected disconnection. Stop all instances.
                                    
                                    1 Antwort Letzte Antwort
                                    0
                                    • MyzerATM Offline
                                      MyzerATM Offline
                                      MyzerAT
                                      schrieb am zuletzt editiert von
                                      #19

                                      bin mit meinem Latein am Ende, habe jetzt alles versucht was mir einfällt und immer noch geht das Backup nicht, @HeliosFan danke für deine Geduld und Hilfe, eventuell hat ja noch jemand anderes eine Idee!

                                      lg Rudi

                                      Master Debian 12 (Wien)
                                      Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

                                      Slave Debian 12. (TULLN) --> OpenVPN to Vienna
                                      Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

                                      Node 20.19.0
                                      Nodejs 20.19.0
                                      npm 10.8.2
                                      js-controller 7.0.6

                                      1 Antwort Letzte Antwort
                                      0
                                      • MyzerATM Offline
                                        MyzerATM Offline
                                        MyzerAT
                                        schrieb am zuletzt editiert von MyzerAT
                                        #20

                                        da der Adapter Backitup auf meinem Slave nicht funktioniert und auch der Befehl "sudo iobroker backup" nichts tut, habe ich das Verzeichnis per:

                                        sudo iobroker stop
                                        
                                        sudo tar cfv 2019.11.16_RDJLTulln iobroker/
                                        
                                        sudo iobroker start
                                        

                                        gesichert und per FTP auf meinen Server nach Wien kopiert , einzig was mich verwirrt das file hat keine Dateiendung -> wie behebe ich das (habe es AUF 2019.11.16_RDJLTulln.gz umbenant) und würde dieses als Sicherung reichen/funktionieren?!

                                        lg Rudi

                                        Master Debian 12 (Wien)
                                        Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8. 7. als VM

                                        Slave Debian 12. (TULLN) --> OpenVPN to Vienna
                                        Intel NUC6CAYH 16GB RAM, 500 GB SSD & auf Proxmox 8.7. als VM

                                        Node 20.19.0
                                        Nodejs 20.19.0
                                        npm 10.8.2
                                        js-controller 7.0.6

                                        H 1 Antwort Letzte Antwort
                                        0
                                        • MyzerATM MyzerAT

                                          da der Adapter Backitup auf meinem Slave nicht funktioniert und auch der Befehl "sudo iobroker backup" nichts tut, habe ich das Verzeichnis per:

                                          sudo iobroker stop
                                          
                                          sudo tar cfv 2019.11.16_RDJLTulln iobroker/
                                          
                                          sudo iobroker start
                                          

                                          gesichert und per FTP auf meinen Server nach Wien kopiert , einzig was mich verwirrt das file hat keine Dateiendung -> wie behebe ich das (habe es AUF 2019.11.16_RDJLTulln.gz umbenant) und würde dieses als Sicherung reichen/funktionieren?!

                                          H Offline
                                          H Offline
                                          HeliosFan
                                          schrieb am zuletzt editiert von
                                          #21

                                          @MyzerAT
                                          Nun ja, der Befehl zum Erstellen des tar.gz Archives war nicht ganz korrekt.
                                          Die richtige Syntay findest Du hier:
                                          https://mizine.de/linux/tar-gz-packen/

                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          406

                                          Online

                                          32.8k

                                          Benutzer

                                          82.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe