Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. Tester
  4. Test Adapter ioBroker.backitup v3.1.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

Test Adapter ioBroker.backitup v3.1.x

Geplant Angeheftet Gesperrt Verschoben Tester
backitupbackitup backupccuhistorymysqlredisrestorerestore backup
2.8k Beiträge 170 Kommentatoren 2.4m Aufrufe 113 Watching
  • Ä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.
  • B bob der 1.

    @simatec

    Eine Sache die ich und viele andere gerne für unseren NOTFALL Adaptwr hätten wäre eine Sicherung der zll.bd von Deconz.
    Diese liegt unter /home/pi/.local/share/dresden-elektronik/deCONZ.

    Wäre sowas machbar?....

    simatecS Online
    simatecS Online
    simatec
    Developer Most Active
    schrieb am zuletzt editiert von
    #994

    @bob-der-1
    Momentan ist das zu Tricky, da Backitup Systemübergreifend arbeitet.
    Decons hat da aktuell keine gute Lösung.

    Wir haben aber bereits ein Issue bei Deconz laufen und hoffen auf eine bessere Lösung, die dann auch in Backitup integriert werden kann

    • Besuche meine Github Seite
    • Beitrag hat geholfen oder willst du mich unterstützen
    • HowTo Restore ioBroker
    B 1 Antwort Letzte Antwort
    0
    • simatecS simatec

      @bob-der-1
      Momentan ist das zu Tricky, da Backitup Systemübergreifend arbeitet.
      Decons hat da aktuell keine gute Lösung.

      Wir haben aber bereits ein Issue bei Deconz laufen und hoffen auf eine bessere Lösung, die dann auch in Backitup integriert werden kann

      B Offline
      B Offline
      bob der 1.
      schrieb am zuletzt editiert von
      #995

      @simatec sagte in Test Adapter Backitup v1.8.x:

      @bob-der-1
      Momentan ist das zu Tricky, da Backitup Systemübergreifend arbeitet.
      Decons hat da aktuell keine gute Lösung.

      Wir haben aber bereits ein Issue bei Deconz laufen und hoffen auf eine bessere Lösung, die dann auch in Backitup integriert werden kann

      Also heisst händisch sichern....aber danke

      1 Antwort Letzte Antwort
      0
      • simatecS simatec

        @phil82
        lösche mal das Backup, welches dort nicht vom User iobroker ist und lese danach erneut mit backitup die Backups ein

        E Offline
        E Offline
        ente34
        schrieb am zuletzt editiert von
        #996

        @simatec
        Man könnte auch die admin Seite "härten", bei Spielereien hatte ich mal denselben Fehler:

                function getName(name) {
                    var parts = name.split('_');
                    if (parseInt(parts[0], 10).toString() !== parts[0]) {
                        parts.shift();
                    }
                    //prevent exception if split fails
                    if (parts.length >= 4)
                    {
                        return new Date(
                            parts[0],
                            parseInt(parts[1], 10) - 1,
                            parseInt(parts[2].split('-')[0], 10),
                            parseInt(parts[2].split('-')[1], 10),
                            parseInt(parts[3], 10)).toLocaleString().replace(/:00$/, '');
                    }
                    //Jan 01 1970 00:00:00 target with size 0 bytes
                    return new Date(0);
                }
        
        
        1 Antwort Letzte Antwort
        0
        • simatecS simatec
          Aktuelle Test Version 3.1.0
          Veröffentlichungsdatum 02.03.2025
          Github Link https://github.com/simatec/ioBroker.backitup
          Wiki Link https://github.com/simatec/ioBroker.backitup/wiki

          Hier geht es um die aktuelle Version von ioBroker.backitup, nachdem der alte Thread langsam zu unübersichtlich wurde.
          Bitte gebt euer Feedback und eure Anregungen hier ab.

          3.1.0 (2025-03-02)

          • (Bluefox) Dependencies updated
          • (Bluefox) Vite added
          • (simatec) jsonConfig updated
          • (simatec) Fix month for history

          3.0.37 (2025-02-28)

          • (simatec) Fix CronJob

          3.0.36 (2025-02-26)

          • (simatec) Fix src-admin

          3.0.35 (2025-02-26)

          • (simatec) Fix src-admin

          3.0.34 (2025-02-26)

          • (simatec) Fix src-admin

          3.0.33 (2025-02-25)

          • (simatec) Fix cronjob
          • (simatec) Fix Backup Console

          3.0.32 (2025-02-24)

          • (simatec) Error handling for GoogleDrive fix
          • (simatec) globalDependencies updated
          • (simatec) Dependencies updated
          • (simatec) Design Fix

          3.0.31 (2024-11-30)

          • (simatec) Fix Tab Menu

          3.0.30 (2024-11-29)

          • (simatec) Fix Tab Menu

          3.0.29 (2024-11-29)

          • (simatec) Fix Tab Menu

          3.0.28 (2024-11-27)

          • (simatec) Dependencies updated
          • (simatec) eslint-config added
          • (bluefox) Allow to store files for up to ca 3 years
          • (Marc-Berg) Grafana Docu updated

          3.0.27 (2024-11-12)

          • (simatec) dependencies updated
          • (simatec) Design Fix

          3.0.26 (2024-10-16)

          • (simatec) Fix FTP Connections
          • (simatec) dependencies updated
          • (simatec) Issue Workflow added

          3.0.25 (2024-09-26)

          • (bluefox) Improvement of Google Drive authentication workflow
          • (bluefox) Removed gulp from a build process
          • (simatec) small Design Fix
          • (simatec) Fix for Admin 7.1.5
          • (simatec) Fix Test & Release
          • (simatec) Fix ESlint errors

          3.0.22 (2024-09-03)

          • (simatec) Fix Notification Instance
          • (simatec) Fix Notification Design
          • (simatec) Fix Default Settings

          3.0.21 (2024-09-01)

          • (simatec) Fix Onedrive Notification
          • (simatec) Fix Zigbee2MQTT Backup
          • (simatec) dependencies updated

          3.0.20 (2024-08-22)

          • (simatec) Responsive Design for Tab added
          • (simatec) Responsive Design for jsonConfig added
          • (simatec) dependencies updated

          3.0.19 (2024-08-15)

          • (simatec) Fix CCU Backup
          • (simatec) Fix InfluxDB Backup Config
          • (simatec) Fix Backup-Log for Slave Instanz

          3.0.18 (2024-08-14)

          • (simatec) Package optimisation
          • (simatec) Fix the warning when opening the configuration
          • (simatec) dependencies updated

          3.0.17 (2024-08-12)

          • (simatec) Fix io-package for Release
          • (simatec) manual-review added
          • (simatec) Fix Slave Backup
          • (simatec) dependencies updated

          3.0.16 (2024-08-05)

          • (bluefox) dependencies updated
          • (simatec) Rename json5 Files

          3.0.15 (2024-08-03)

          • (simatec) fix dependencies

          3.0.14 (2024-08-02)

          • (simatec) dependencies updated
          • (simatec) Improved log outputs

          3.0.12 (2024-08-01)

          • (simatec) Backup Log for History added
          • (simatec) Added separate selection for deleting FTP backups
          • (simatec) Added separate selection for deleting Onedrive backups
          • (simatec) Added separate selection for deleting Webdav backups
          • (simatec) Added separate selection for deleting Dropbox backups
          • (simatec) Added separate selection for deleting Googledrive backups
          • (simatec) Improved log outputs
          • (simatec) Source code cleaned up
          • (simatec) dependencies updated

          3.0.11 (2024-07-28)

          • (simatec) Design Fix
          • (simatec) dependencies updated

          3.0.10 (2024-07-22)

          • (simatec) Design Fix for Dark Mode
          • (bluefox) dependencies updated

          3.0.9 (2024-07-11)

          • (simatec) Tab Icons added
          • (simatec) small fix
          • (simatec) Docu updated

          3.0.8 (2024-07-01)

          • (Grothesk242/simatec) forceuid and forcegid added
          • (simatec) dependencies updated
          • (simatec) small fix

          3.0.7 (2024-06-26)

          • (simatec) Restore Information added
          • (simatec) Fix Formaterrors
          • (bluefox) Fixing the problems with styles
          • (simatec) Fix iobroker Backup Error

          3.0.6 (2024-06-26)

          • (simatec) Restore Information added
          • (simatec) Fix Formaterrors
          • (bluefox) Fixing the problems with styles
          • (simatec) Fix iobroker Backup Error

          3.0.5 (2024-06-18)

          • (simatec) Fix Build

          3.0.4 (2024-06-18)

          • (simatec) History Gui Fix
          • (simatec) Tab GUI modified
          • (bluefox) Added support for Admin 7
          • (simatec) Onedrive ready for School/Business Accounts

          3.0.3 (2024-06-10)

          • (simatec) Fixed WebDav
          • (simatec) Admin Notification for Backup errors added
          • (simatec) Remove Sentry Config
          • (simatec) Translations updated
          • (simatec) Error handling optimized
          • (simatec) dependencies updated

          3.0.2 (2024-06-06)

          • (simatec) Fixed Google Drive
          • (simatec) Fixed Translations
          • (simatec) Fixed Onedrive
          • (simatec) Fixed MySql Backup
          • (simatec) Fixed Translation added
          • (simatec) Design Fix
          • (simatec) new notifications content added

          3.0.1 (2024-05-29)

          • (simatec) Fixed umount callback
          • (simatec) Fixed Backup Message
          • (simatec) Translations updated
          • (simatec) Fixed InfluxDB Multi Backup
          • (simatec) Fixed Restore Console
          • (simatec) Fixed Backup Console

          3.0.0 (2024-05-28)

          • (simatec) jsonConfig added
          • (bluefox) Conversion to React
          • (bluefox) Added react components
          • (bluefox/simatec) Working on React GUI
          • (simatec) dependencies updated
          • (simatec) Fix Yahka Backup
          • (simatec) Fix Nodered Backup
          • (simatec) some bugs fixed
          • (bluefox/simatec) New Restore-Interface
          • (simatec) Translation updated

          gelberlemmyG Offline
          gelberlemmyG Offline
          gelberlemmy
          schrieb am zuletzt editiert von
          #997

          @simatec Guten Morgen, ich habe aktuell mit dem IoBroker dieverse Probleme. Habe natürlich genügend Backups zu Wiederherstellung. Kann ich eigentlich das Backup einfach über mein altes System laufen lassen? Ich weiss, wurde bestimmt 100 mal bereits gefragt, nur finde ich es gerade nicht. O
          Oder was passiert dort beim Redtore auf dem alten System?

          simatecS 1 Antwort Letzte Antwort
          0
          • simatecS simatec
            Aktuelle Test Version 3.1.0
            Veröffentlichungsdatum 02.03.2025
            Github Link https://github.com/simatec/ioBroker.backitup
            Wiki Link https://github.com/simatec/ioBroker.backitup/wiki

            Hier geht es um die aktuelle Version von ioBroker.backitup, nachdem der alte Thread langsam zu unübersichtlich wurde.
            Bitte gebt euer Feedback und eure Anregungen hier ab.

            3.1.0 (2025-03-02)

            • (Bluefox) Dependencies updated
            • (Bluefox) Vite added
            • (simatec) jsonConfig updated
            • (simatec) Fix month for history

            3.0.37 (2025-02-28)

            • (simatec) Fix CronJob

            3.0.36 (2025-02-26)

            • (simatec) Fix src-admin

            3.0.35 (2025-02-26)

            • (simatec) Fix src-admin

            3.0.34 (2025-02-26)

            • (simatec) Fix src-admin

            3.0.33 (2025-02-25)

            • (simatec) Fix cronjob
            • (simatec) Fix Backup Console

            3.0.32 (2025-02-24)

            • (simatec) Error handling for GoogleDrive fix
            • (simatec) globalDependencies updated
            • (simatec) Dependencies updated
            • (simatec) Design Fix

            3.0.31 (2024-11-30)

            • (simatec) Fix Tab Menu

            3.0.30 (2024-11-29)

            • (simatec) Fix Tab Menu

            3.0.29 (2024-11-29)

            • (simatec) Fix Tab Menu

            3.0.28 (2024-11-27)

            • (simatec) Dependencies updated
            • (simatec) eslint-config added
            • (bluefox) Allow to store files for up to ca 3 years
            • (Marc-Berg) Grafana Docu updated

            3.0.27 (2024-11-12)

            • (simatec) dependencies updated
            • (simatec) Design Fix

            3.0.26 (2024-10-16)

            • (simatec) Fix FTP Connections
            • (simatec) dependencies updated
            • (simatec) Issue Workflow added

            3.0.25 (2024-09-26)

            • (bluefox) Improvement of Google Drive authentication workflow
            • (bluefox) Removed gulp from a build process
            • (simatec) small Design Fix
            • (simatec) Fix for Admin 7.1.5
            • (simatec) Fix Test & Release
            • (simatec) Fix ESlint errors

            3.0.22 (2024-09-03)

            • (simatec) Fix Notification Instance
            • (simatec) Fix Notification Design
            • (simatec) Fix Default Settings

            3.0.21 (2024-09-01)

            • (simatec) Fix Onedrive Notification
            • (simatec) Fix Zigbee2MQTT Backup
            • (simatec) dependencies updated

            3.0.20 (2024-08-22)

            • (simatec) Responsive Design for Tab added
            • (simatec) Responsive Design for jsonConfig added
            • (simatec) dependencies updated

            3.0.19 (2024-08-15)

            • (simatec) Fix CCU Backup
            • (simatec) Fix InfluxDB Backup Config
            • (simatec) Fix Backup-Log for Slave Instanz

            3.0.18 (2024-08-14)

            • (simatec) Package optimisation
            • (simatec) Fix the warning when opening the configuration
            • (simatec) dependencies updated

            3.0.17 (2024-08-12)

            • (simatec) Fix io-package for Release
            • (simatec) manual-review added
            • (simatec) Fix Slave Backup
            • (simatec) dependencies updated

            3.0.16 (2024-08-05)

            • (bluefox) dependencies updated
            • (simatec) Rename json5 Files

            3.0.15 (2024-08-03)

            • (simatec) fix dependencies

            3.0.14 (2024-08-02)

            • (simatec) dependencies updated
            • (simatec) Improved log outputs

            3.0.12 (2024-08-01)

            • (simatec) Backup Log for History added
            • (simatec) Added separate selection for deleting FTP backups
            • (simatec) Added separate selection for deleting Onedrive backups
            • (simatec) Added separate selection for deleting Webdav backups
            • (simatec) Added separate selection for deleting Dropbox backups
            • (simatec) Added separate selection for deleting Googledrive backups
            • (simatec) Improved log outputs
            • (simatec) Source code cleaned up
            • (simatec) dependencies updated

            3.0.11 (2024-07-28)

            • (simatec) Design Fix
            • (simatec) dependencies updated

            3.0.10 (2024-07-22)

            • (simatec) Design Fix for Dark Mode
            • (bluefox) dependencies updated

            3.0.9 (2024-07-11)

            • (simatec) Tab Icons added
            • (simatec) small fix
            • (simatec) Docu updated

            3.0.8 (2024-07-01)

            • (Grothesk242/simatec) forceuid and forcegid added
            • (simatec) dependencies updated
            • (simatec) small fix

            3.0.7 (2024-06-26)

            • (simatec) Restore Information added
            • (simatec) Fix Formaterrors
            • (bluefox) Fixing the problems with styles
            • (simatec) Fix iobroker Backup Error

            3.0.6 (2024-06-26)

            • (simatec) Restore Information added
            • (simatec) Fix Formaterrors
            • (bluefox) Fixing the problems with styles
            • (simatec) Fix iobroker Backup Error

            3.0.5 (2024-06-18)

            • (simatec) Fix Build

            3.0.4 (2024-06-18)

            • (simatec) History Gui Fix
            • (simatec) Tab GUI modified
            • (bluefox) Added support for Admin 7
            • (simatec) Onedrive ready for School/Business Accounts

            3.0.3 (2024-06-10)

            • (simatec) Fixed WebDav
            • (simatec) Admin Notification for Backup errors added
            • (simatec) Remove Sentry Config
            • (simatec) Translations updated
            • (simatec) Error handling optimized
            • (simatec) dependencies updated

            3.0.2 (2024-06-06)

            • (simatec) Fixed Google Drive
            • (simatec) Fixed Translations
            • (simatec) Fixed Onedrive
            • (simatec) Fixed MySql Backup
            • (simatec) Fixed Translation added
            • (simatec) Design Fix
            • (simatec) new notifications content added

            3.0.1 (2024-05-29)

            • (simatec) Fixed umount callback
            • (simatec) Fixed Backup Message
            • (simatec) Translations updated
            • (simatec) Fixed InfluxDB Multi Backup
            • (simatec) Fixed Restore Console
            • (simatec) Fixed Backup Console

            3.0.0 (2024-05-28)

            • (simatec) jsonConfig added
            • (bluefox) Conversion to React
            • (bluefox) Added react components
            • (bluefox/simatec) Working on React GUI
            • (simatec) dependencies updated
            • (simatec) Fix Yahka Backup
            • (simatec) Fix Nodered Backup
            • (simatec) some bugs fixed
            • (bluefox/simatec) New Restore-Interface
            • (simatec) Translation updated

            sigi234S Online
            sigi234S Online
            sigi234
            Forum Testing Most Active
            schrieb am zuletzt editiert von sigi234
            #998

            @simatec

            Hallo, bekomme immer eine Fehler Meldung per Mail von Jarvis wenn es per Cron gestartet wird.
            Wenn ich es Manuel starte sollte es aber laut Log passen.

            BackItUp:
            Your backup was not completely created. Please check the errors!!
            
            cifs: Error: EPERM: operation not permitted, unlink 'F:\Backup ioBroker\iobroker\jarvis.0_2021_01_11-00_08_06_backupiobroker.tar'
            

            Log:

            2021-01-24 09:18:48.183 - debug: backitup.0 (14844) system.adapter.admin.0: logging false
            2021-01-24 09:20:25.055 - debug: backitup.0 (14844) [iobroker/mount] done
            2021-01-24 09:20:25.055 - debug: backitup.0 (14844) Backup has started ...
            2021-01-24 09:20:28.887 - debug: backitup.0 (14844) [iobroker/iobroker] host.Medion(Test) 16022 states saved
            2021-01-24 09:20:28.965 - debug: backitup.0 (14844) [iobroker/iobroker] host.Medion(Test) 30651 objects saved
            2021-01-24 09:20:48.151 - debug: backitup.0 (14844) system.adapter.admin.0: logging true
            2021-01-24 09:20:58.734 - debug: backitup.0 (14844) [iobroker/iobroker] Backup created: C:\Program Files\iobroker\Test\backups\iobroker_2021_01_24-09_20_25_backupiobroker.tar.gz
            2021-01-24 09:20:59.792 - debug: backitup.0 (14844) [iobroker/iobroker] done
            2021-01-24 09:21:00.966 - debug: backitup.0 (14844) [iobroker/jarvis] found Jarvis Instance: 0
            2021-01-24 09:21:00.967 - debug: backitup.0 (14844) [iobroker/jarvis] start Jarvis Backup for Instance 0...
            2021-01-24 09:21:00.999 - debug: backitup.0 (14844) [iobroker/jarvis] Backup created: C:\Program Files\iobroker\Test\backups\jarvis.0_2021_01_24-09_21_00_backupiobroker.tar.gz
            2021-01-24 09:21:01.000 - debug: backitup.0 (14844) [iobroker/jarvis] done
            2021-01-24 09:21:01.485 - debug: backitup.0 (14844) [iobroker/cifs] Copy iobroker_2021_01_24-09_20_25_backupiobroker.tar.gz...
            2021-01-24 09:21:02.784 - debug: backitup.0 (14844) [iobroker/cifs] Copy jarvis.0_2021_01_24-09_21_00_backupiobroker.tar.gz...
            2021-01-24 09:21:02.807 - debug: backitup.0 (14844) [iobroker/cifs] done
            2021-01-24 09:21:03.277 - debug: backitup.0 (14844) [iobroker/clean] done
            2021-01-24 09:21:08.451 - debug: backitup.0 (14844) [iobroker/email] [iobroker] used E-Mail-Instance: email.0
            2021-01-24 09:21:08.455 - debug: backitup.0 (14844) [iobroker/email] done
            2021-01-24 09:21:09.077 - debug: backitup.0 (14844) [iobroker/historyHTML] new history html values created
            2021-01-24 09:21:09.078 - debug: backitup.0 (14844) [iobroker/historyHTML] done
            2021-01-24 09:21:09.235 - debug: backitup.0 (14844) [iobroker/historyJSON] new history json values created
            2021-01-24 09:21:09.236 - debug: backitup.0 (14844) [iobroker/historyJSON] done
            2021-01-24 09:21:09.392 - debug: backitup.0 (14844) [iobroker/umount] done
            2021-01-24 09:21:09.550 - debug: backitup.0 (14844) [iobroker] exec: done
            

            Output Line:

            [DEBUG] [umount] start with {"mountType":"Copy","type":"storage","source":"local","mount":"192.168.178.23","debugging":true,"fileDir":"C:\\Program Files\\iobroker\\Test\\node_modules\\iobroker.backitup","wakeOnLAN":false,"macAd":"xxx","wolTime":"","smb":"vers=1.0","sudo":false,"cifsDomain":"","deleteOldBackup":true,"ownDir":true,"bkpType":null,"dir":"F:\\Backup ioBroker\\iobroker","dirMinimal":"F:\\Backup ioBroker\\iobroker","user":"","pass":"****","backupDir":"C:/Program Files/iobroker/Test/backups"}
            

            Screenshot (3218).png

            Backups werden aber erstellt.

            Screenshot (3220).png

            Platform: Windows
            RAM: 16 GB 
            Node.js: v12.20.1
            NPM: 6.14.10
            JS Controler: 3.2.10
            Admin: 4.2.1
            Web: 3.2.3
            Socket.io: 3.1.4
            Script Engine: 4.10.13
            IOT: 1.8.8
            VIS: 1.3.7
            HM-Rega: 3.0.7
            HM-RPC: 1.14.31
            Jarvis: 2.2.0-beta.24
            

            Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
            Immer Daten sichern!

            simatecS 1 Antwort Letzte Antwort
            0
            • sigi234S sigi234

              @simatec

              Hallo, bekomme immer eine Fehler Meldung per Mail von Jarvis wenn es per Cron gestartet wird.
              Wenn ich es Manuel starte sollte es aber laut Log passen.

              BackItUp:
              Your backup was not completely created. Please check the errors!!
              
              cifs: Error: EPERM: operation not permitted, unlink 'F:\Backup ioBroker\iobroker\jarvis.0_2021_01_11-00_08_06_backupiobroker.tar'
              

              Log:

              2021-01-24 09:18:48.183 - debug: backitup.0 (14844) system.adapter.admin.0: logging false
              2021-01-24 09:20:25.055 - debug: backitup.0 (14844) [iobroker/mount] done
              2021-01-24 09:20:25.055 - debug: backitup.0 (14844) Backup has started ...
              2021-01-24 09:20:28.887 - debug: backitup.0 (14844) [iobroker/iobroker] host.Medion(Test) 16022 states saved
              2021-01-24 09:20:28.965 - debug: backitup.0 (14844) [iobroker/iobroker] host.Medion(Test) 30651 objects saved
              2021-01-24 09:20:48.151 - debug: backitup.0 (14844) system.adapter.admin.0: logging true
              2021-01-24 09:20:58.734 - debug: backitup.0 (14844) [iobroker/iobroker] Backup created: C:\Program Files\iobroker\Test\backups\iobroker_2021_01_24-09_20_25_backupiobroker.tar.gz
              2021-01-24 09:20:59.792 - debug: backitup.0 (14844) [iobroker/iobroker] done
              2021-01-24 09:21:00.966 - debug: backitup.0 (14844) [iobroker/jarvis] found Jarvis Instance: 0
              2021-01-24 09:21:00.967 - debug: backitup.0 (14844) [iobroker/jarvis] start Jarvis Backup for Instance 0...
              2021-01-24 09:21:00.999 - debug: backitup.0 (14844) [iobroker/jarvis] Backup created: C:\Program Files\iobroker\Test\backups\jarvis.0_2021_01_24-09_21_00_backupiobroker.tar.gz
              2021-01-24 09:21:01.000 - debug: backitup.0 (14844) [iobroker/jarvis] done
              2021-01-24 09:21:01.485 - debug: backitup.0 (14844) [iobroker/cifs] Copy iobroker_2021_01_24-09_20_25_backupiobroker.tar.gz...
              2021-01-24 09:21:02.784 - debug: backitup.0 (14844) [iobroker/cifs] Copy jarvis.0_2021_01_24-09_21_00_backupiobroker.tar.gz...
              2021-01-24 09:21:02.807 - debug: backitup.0 (14844) [iobroker/cifs] done
              2021-01-24 09:21:03.277 - debug: backitup.0 (14844) [iobroker/clean] done
              2021-01-24 09:21:08.451 - debug: backitup.0 (14844) [iobroker/email] [iobroker] used E-Mail-Instance: email.0
              2021-01-24 09:21:08.455 - debug: backitup.0 (14844) [iobroker/email] done
              2021-01-24 09:21:09.077 - debug: backitup.0 (14844) [iobroker/historyHTML] new history html values created
              2021-01-24 09:21:09.078 - debug: backitup.0 (14844) [iobroker/historyHTML] done
              2021-01-24 09:21:09.235 - debug: backitup.0 (14844) [iobroker/historyJSON] new history json values created
              2021-01-24 09:21:09.236 - debug: backitup.0 (14844) [iobroker/historyJSON] done
              2021-01-24 09:21:09.392 - debug: backitup.0 (14844) [iobroker/umount] done
              2021-01-24 09:21:09.550 - debug: backitup.0 (14844) [iobroker] exec: done
              

              Output Line:

              [DEBUG] [umount] start with {"mountType":"Copy","type":"storage","source":"local","mount":"192.168.178.23","debugging":true,"fileDir":"C:\\Program Files\\iobroker\\Test\\node_modules\\iobroker.backitup","wakeOnLAN":false,"macAd":"xxx","wolTime":"","smb":"vers=1.0","sudo":false,"cifsDomain":"","deleteOldBackup":true,"ownDir":true,"bkpType":null,"dir":"F:\\Backup ioBroker\\iobroker","dirMinimal":"F:\\Backup ioBroker\\iobroker","user":"","pass":"****","backupDir":"C:/Program Files/iobroker/Test/backups"}
              

              Screenshot (3218).png

              Backups werden aber erstellt.

              Screenshot (3220).png

              Platform: Windows
              RAM: 16 GB 
              Node.js: v12.20.1
              NPM: 6.14.10
              JS Controler: 3.2.10
              Admin: 4.2.1
              Web: 3.2.3
              Socket.io: 3.1.4
              Script Engine: 4.10.13
              IOT: 1.8.8
              VIS: 1.3.7
              HM-Rega: 3.0.7
              HM-RPC: 1.14.31
              Jarvis: 2.2.0-beta.24
              
              simatecS Online
              simatecS Online
              simatec
              Developer Most Active
              schrieb am zuletzt editiert von
              #999

              @sigi234
              Hi Siggi, werden die anderen Backups gelöscht und nur jarvis bleibt, oder besteht das Problem auch mit den anderen Backups.
              Ich vermute es liegt am Leerzeichen im Pfad. Schaue mir das aber nachher mal genauer an

              • Besuche meine Github Seite
              • Beitrag hat geholfen oder willst du mich unterstützen
              • HowTo Restore ioBroker
              sigi234S 1 Antwort Letzte Antwort
              0
              • gelberlemmyG gelberlemmy

                @simatec Guten Morgen, ich habe aktuell mit dem IoBroker dieverse Probleme. Habe natürlich genügend Backups zu Wiederherstellung. Kann ich eigentlich das Backup einfach über mein altes System laufen lassen? Ich weiss, wurde bestimmt 100 mal bereits gefragt, nur finde ich es gerade nicht. O
                Oder was passiert dort beim Redtore auf dem alten System?

                simatecS Online
                simatecS Online
                simatec
                Developer Most Active
                schrieb am zuletzt editiert von
                #1000

                @gelberlemmy
                Der Stand aus deinem Backup wird damit wiederhergestellt

                • Besuche meine Github Seite
                • Beitrag hat geholfen oder willst du mich unterstützen
                • HowTo Restore ioBroker
                1 Antwort Letzte Antwort
                0
                • simatecS simatec

                  @sigi234
                  Hi Siggi, werden die anderen Backups gelöscht und nur jarvis bleibt, oder besteht das Problem auch mit den anderen Backups.
                  Ich vermute es liegt am Leerzeichen im Pfad. Schaue mir das aber nachher mal genauer an

                  sigi234S Online
                  sigi234S Online
                  sigi234
                  Forum Testing Most Active
                  schrieb am zuletzt editiert von
                  #1001

                  @simatec sagte in Test Adapter Backitup v1.8.x:

                  nur jarvis bleibt

                  Ja, nur bei jarvis

                  Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Immer Daten sichern!

                  simatecS 1 Antwort Letzte Antwort
                  0
                  • sigi234S sigi234

                    @simatec sagte in Test Adapter Backitup v1.8.x:

                    nur jarvis bleibt

                    Ja, nur bei jarvis

                    simatecS Online
                    simatecS Online
                    simatec
                    Developer Most Active
                    schrieb am zuletzt editiert von
                    #1002

                    @sigi234
                    Ich schaue mir nachher mal den Code an. Sind bei dem jarvis Backup irgendwie abweichende Rechte?

                    • Besuche meine Github Seite
                    • Beitrag hat geholfen oder willst du mich unterstützen
                    • HowTo Restore ioBroker
                    sigi234S 1 Antwort Letzte Antwort
                    0
                    • simatecS simatec

                      @sigi234
                      Ich schaue mir nachher mal den Code an. Sind bei dem jarvis Backup irgendwie abweichende Rechte?

                      sigi234S Online
                      sigi234S Online
                      sigi234
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #1003

                      @simatec sagte in Test Adapter Backitup v1.8.x:

                      Sind bei dem jarvis Backup irgendwie abweichende Rechte?

                      Glaube nicht, wo sehe ich die?

                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Immer Daten sichern!

                      simatecS 1 Antwort Letzte Antwort
                      0
                      • sigi234S sigi234

                        @simatec sagte in Test Adapter Backitup v1.8.x:

                        Sind bei dem jarvis Backup irgendwie abweichende Rechte?

                        Glaube nicht, wo sehe ich die?

                        simatecS Online
                        simatecS Online
                        simatec
                        Developer Most Active
                        schrieb am zuletzt editiert von
                        #1004

                        @sigi234
                        Denke im Windows unter Eigenschaften der Datei ... Bin mehr Linux 😋

                        • Besuche meine Github Seite
                        • Beitrag hat geholfen oder willst du mich unterstützen
                        • HowTo Restore ioBroker
                        P 1 Antwort Letzte Antwort
                        0
                        • simatecS simatec

                          @sigi234
                          Denke im Windows unter Eigenschaften der Datei ... Bin mehr Linux 😋

                          P Offline
                          P Offline
                          passuff
                          schrieb am zuletzt editiert von passuff
                          #1005

                          Wie kann ich manuell ein influxdb backup anstoßen? Ich möchte meine Konfiguration testen.
                          EDIT: wird beim normalen iobroker backup angestoßen.

                          simatecS 1 Antwort Letzte Antwort
                          0
                          • P passuff

                            Wie kann ich manuell ein influxdb backup anstoßen? Ich möchte meine Konfiguration testen.
                            EDIT: wird beim normalen iobroker backup angestoßen.

                            simatecS Online
                            simatecS Online
                            simatec
                            Developer Most Active
                            schrieb am zuletzt editiert von
                            #1006

                            @passuff
                            Genau ... alle Feature Backups werden mit dem iobroker Backup ausgeführt

                            • Besuche meine Github Seite
                            • Beitrag hat geholfen oder willst du mich unterstützen
                            • HowTo Restore ioBroker
                            1 Antwort Letzte Antwort
                            0
                            • David G.D Offline
                              David G.D Offline
                              David G.
                              schrieb am zuletzt editiert von David G.
                              #1007

                              Hallo,

                              seit ein paar Tagen läuft das Backup nicht mehr.

                              Folgendes steht im Log:

                              
                              
                              backitup.0
                               close	Zeit	
                              debug
                              Meldung
                              backitup.0	2021-02-07 11:00:31.338	error	--- property 'parent' closes the circle Please check the config of backitup and execute "iobroker fix"
                              backitup.0	2021-02-07 11:00:31.338	error	| index 0 -> object with constructor 'DailyRotateFile'
                              backitup.0	2021-02-07 11:00:31.338	error	| property 'pipes' -> object with constructor 'Array'
                              backitup.0	2021-02-07 11:00:31.338	error	| property '_readableState' -> object with constructor 'ReadableState'
                              backitup.0	2021-02-07 11:00:31.338	error	--> starting at object with constructor 'DerivedLogger'
                              backitup.0	2021-02-07 11:00:31.338	error	(780) [iobroker] error on backup process: Script "umount" TypeError: Converting circular structure to JSON
                              backitup.0	2021-02-07 11:00:31.185	error	(780) [iobroker] error on backup process: Script "history" SyntaxError: Unexpected token u in JSON at position 0 Please check the config of backitup and execute "iobroker fix"
                              backitup.0	2021-02-07 11:00:31.183	error	(780) [iobroker] cannot parse config for history!!
                              backitup.0	2021-02-07 11:00:30.880	error	(780) [iobroker] error on backup process: Script "telegram" SyntaxError: Unexpected token u in JSON at position 0 Please check the config of backitup and execute "iobroker fix"
                              backitup.0	2021-02-07 11:00:30.878	error	(780) [iobroker] cannot parse config for telegram!!
                              backitup.0	2021-02-07 11:00:20.725	error	--- property 'parent' closes the circle Please check the config of backitup and execute "iobroker fix"
                              backitup.0	2021-02-07 11:00:20.725	error	| index 0 -> object with constructor 'DailyRotateFile'
                              backitup.0	2021-02-07 11:00:20.725	error	| property 'pipes' -> object with constructor 'Array'
                              backitup.0	2021-02-07 11:00:20.725	error	| property '_readableState' -> object with constructor 'ReadableState'
                              backitup.0	2021-02-07 11:00:20.725	error	--> starting at object with constructor 'DerivedLogger'
                              backitup.0	2021-02-07 11:00:20.725	error	(780) [iobroker] error on backup process: Script "cifs" TypeError: Converting circular structure to JSON
                              backitup.0	2021-02-07 11:00:10.172	error	--- property 'parent' closes the circle Please check the config of backitup and execute "iobroker fix"
                              backitup.0	2021-02-07 11:00:10.172	error	| index 0 -> object with constructor 'DailyRotateFile'
                              backitup.0	2021-02-07 11:00:10.172	error	| property 'pipes' -> object with constructor 'Array'
                              backitup.0	2021-02-07 11:00:10.172	error	| property '_readableState' -> object with constructor 'ReadableState'
                              backitup.0	2021-02-07 11:00:10.172	error	--> starting at object with constructor 'DerivedLogger'
                              backitup.0	2021-02-07 11:00:10.172	error	(780) [iobroker] error on backup process: Script "iobroker" TypeError: Converting circular structure to JSON
                              backitup.0	2021-02-07 11:00:10.017	error	--- property 'parent' closes the circle Please check the config of backitup and execute "iobroker fix"
                              backitup.0	2021-02-07 11:00:10.017	error	| index 0 -> object with constructor 'DailyRotateFile'
                              backitup.0	2021-02-07 11:00:10.017	error	| property 'pipes' -> object with constructor 'Array'
                              backitup.0	2021-02-07 11:00:10.017	error	| property '_readableState' -> object with constructor 'ReadableState'
                              backitup.0	2021-02-07 11:00:10.017	error	--> starting at object with constructor 'DerivedLogger'
                              backitup.0	2021-02-07 11:00:10.017	error	(780) [iobroker] error on backup process: Script "mount" TypeError: Converting circular structure to JSON
                              
                              

                              Hat jemand eine Idee, woran das liegen kann?
                              An den Settings habe ich nichts geändert.

                              EDIT:
                              Hab grad iobroker fix drüber laufen lassen.
                              Das manuelle Backup hat jetzt geklappt, morgen mal das automatische Backup abwarten.

                              Was das wohl war, wenn es dann klappt....

                              Zeigt eure Lovelace-Visualisierung klick
                              (Auch ideal um sich Anregungen zu holen)

                              Meine Tabellen für eure Visualisierung klick

                              simatecS 1 Antwort Letzte Antwort
                              0
                              • David G.D David G.

                                Hallo,

                                seit ein paar Tagen läuft das Backup nicht mehr.

                                Folgendes steht im Log:

                                
                                
                                backitup.0
                                 close	Zeit	
                                debug
                                Meldung
                                backitup.0	2021-02-07 11:00:31.338	error	--- property 'parent' closes the circle Please check the config of backitup and execute "iobroker fix"
                                backitup.0	2021-02-07 11:00:31.338	error	| index 0 -> object with constructor 'DailyRotateFile'
                                backitup.0	2021-02-07 11:00:31.338	error	| property 'pipes' -> object with constructor 'Array'
                                backitup.0	2021-02-07 11:00:31.338	error	| property '_readableState' -> object with constructor 'ReadableState'
                                backitup.0	2021-02-07 11:00:31.338	error	--> starting at object with constructor 'DerivedLogger'
                                backitup.0	2021-02-07 11:00:31.338	error	(780) [iobroker] error on backup process: Script "umount" TypeError: Converting circular structure to JSON
                                backitup.0	2021-02-07 11:00:31.185	error	(780) [iobroker] error on backup process: Script "history" SyntaxError: Unexpected token u in JSON at position 0 Please check the config of backitup and execute "iobroker fix"
                                backitup.0	2021-02-07 11:00:31.183	error	(780) [iobroker] cannot parse config for history!!
                                backitup.0	2021-02-07 11:00:30.880	error	(780) [iobroker] error on backup process: Script "telegram" SyntaxError: Unexpected token u in JSON at position 0 Please check the config of backitup and execute "iobroker fix"
                                backitup.0	2021-02-07 11:00:30.878	error	(780) [iobroker] cannot parse config for telegram!!
                                backitup.0	2021-02-07 11:00:20.725	error	--- property 'parent' closes the circle Please check the config of backitup and execute "iobroker fix"
                                backitup.0	2021-02-07 11:00:20.725	error	| index 0 -> object with constructor 'DailyRotateFile'
                                backitup.0	2021-02-07 11:00:20.725	error	| property 'pipes' -> object with constructor 'Array'
                                backitup.0	2021-02-07 11:00:20.725	error	| property '_readableState' -> object with constructor 'ReadableState'
                                backitup.0	2021-02-07 11:00:20.725	error	--> starting at object with constructor 'DerivedLogger'
                                backitup.0	2021-02-07 11:00:20.725	error	(780) [iobroker] error on backup process: Script "cifs" TypeError: Converting circular structure to JSON
                                backitup.0	2021-02-07 11:00:10.172	error	--- property 'parent' closes the circle Please check the config of backitup and execute "iobroker fix"
                                backitup.0	2021-02-07 11:00:10.172	error	| index 0 -> object with constructor 'DailyRotateFile'
                                backitup.0	2021-02-07 11:00:10.172	error	| property 'pipes' -> object with constructor 'Array'
                                backitup.0	2021-02-07 11:00:10.172	error	| property '_readableState' -> object with constructor 'ReadableState'
                                backitup.0	2021-02-07 11:00:10.172	error	--> starting at object with constructor 'DerivedLogger'
                                backitup.0	2021-02-07 11:00:10.172	error	(780) [iobroker] error on backup process: Script "iobroker" TypeError: Converting circular structure to JSON
                                backitup.0	2021-02-07 11:00:10.017	error	--- property 'parent' closes the circle Please check the config of backitup and execute "iobroker fix"
                                backitup.0	2021-02-07 11:00:10.017	error	| index 0 -> object with constructor 'DailyRotateFile'
                                backitup.0	2021-02-07 11:00:10.017	error	| property 'pipes' -> object with constructor 'Array'
                                backitup.0	2021-02-07 11:00:10.017	error	| property '_readableState' -> object with constructor 'ReadableState'
                                backitup.0	2021-02-07 11:00:10.017	error	--> starting at object with constructor 'DerivedLogger'
                                backitup.0	2021-02-07 11:00:10.017	error	(780) [iobroker] error on backup process: Script "mount" TypeError: Converting circular structure to JSON
                                
                                

                                Hat jemand eine Idee, woran das liegen kann?
                                An den Settings habe ich nichts geändert.

                                EDIT:
                                Hab grad iobroker fix drüber laufen lassen.
                                Das manuelle Backup hat jetzt geklappt, morgen mal das automatische Backup abwarten.

                                Was das wohl war, wenn es dann klappt....

                                simatecS Online
                                simatecS Online
                                simatec
                                Developer Most Active
                                schrieb am zuletzt editiert von
                                #1008

                                @david-g
                                Gast du eventuell ein js-controller Update gefahren?

                                • Besuche meine Github Seite
                                • Beitrag hat geholfen oder willst du mich unterstützen
                                • HowTo Restore ioBroker
                                David G.D 1 Antwort Letzte Antwort
                                0
                                • simatecS simatec

                                  @david-g
                                  Gast du eventuell ein js-controller Update gefahren?

                                  David G.D Offline
                                  David G.D Offline
                                  David G.
                                  schrieb am zuletzt editiert von
                                  #1009

                                  @simatec

                                  Nein, hab ich nicht.

                                  Zeigt eure Lovelace-Visualisierung klick
                                  (Auch ideal um sich Anregungen zu holen)

                                  Meine Tabellen für eure Visualisierung klick

                                  simatecS 1 Antwort Letzte Antwort
                                  0
                                  • David G.D David G.

                                    @simatec

                                    Nein, hab ich nicht.

                                    simatecS Online
                                    simatecS Online
                                    simatec
                                    Developer Most Active
                                    schrieb am zuletzt editiert von
                                    #1010

                                    @david-g
                                    iobroker fix behebt in der Regel alle Probleme mit Rechten.

                                    • Besuche meine Github Seite
                                    • Beitrag hat geholfen oder willst du mich unterstützen
                                    • HowTo Restore ioBroker
                                    1 Antwort Letzte Antwort
                                    0
                                    • simatecS Online
                                      simatecS Online
                                      simatec
                                      Developer Most Active
                                      schrieb am zuletzt editiert von
                                      #1011

                                      Ab sofort steht die Version 2.0.0 auf Github und in Kürze auch im latest (Beta) bereit.

                                      Changelog

                                      2.0.0 (31.01.2021)

                                      • (simatec) BugFix detect last backup
                                      • (simatec) WebDAV added
                                      • (simatec) BugFix Zigbee
                                      • (simatec) stop/start Instances on restore
                                      • (simatec) Download Icon for Cloud Restore added
                                      • (simatec) javscript Backup added
                                      • (simatec) Grafana Backup added
                                      • (simatec) Restore added for some types without restart
                                      • (simatec) timestamp for history-json added
                                      • (simatec) Source code rewritten
                                      • (simatec) Restore revised
                                      • (simatec) fixed many small bugs
                                      • (simatec) Added warning messages
                                      • (simatec) Fixed cloud restore
                                      • Besuche meine Github Seite
                                      • Beitrag hat geholfen oder willst du mich unterstützen
                                      • HowTo Restore ioBroker
                                      1 Antwort Letzte Antwort
                                      3
                                      • JB_SullivanJ Offline
                                        JB_SullivanJ Offline
                                        JB_Sullivan
                                        schrieb am zuletzt editiert von
                                        #1012

                                        Vielen Dank für diese neue Version - funktioniert sehr gut. Geil finde ich auch das Grafana mit dabei ist :+1: :+1: :+1: :+1:

                                        ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                                        simatecS 1 Antwort Letzte Antwort
                                        0
                                        • JB_SullivanJ JB_Sullivan

                                          Vielen Dank für diese neue Version - funktioniert sehr gut. Geil finde ich auch das Grafana mit dabei ist :+1: :+1: :+1: :+1:

                                          simatecS Online
                                          simatecS Online
                                          simatec
                                          Developer Most Active
                                          schrieb am zuletzt editiert von
                                          #1013

                                          @jb_sullivan
                                          Dankeschön... viel Spaß damit

                                          • Besuche meine Github Seite
                                          • Beitrag hat geholfen oder willst du mich unterstützen
                                          • HowTo Restore ioBroker
                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          404

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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