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. ioBroker Allgemein
  4. BackItUp Problem beim Zurückspielen

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    16
    1
    1.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    793

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.0k

BackItUp Problem beim Zurückspielen

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
backup wiederherstellenbackitup
3 Beiträge 3 Kommentatoren 418 Aufrufe 2 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.
  • S Offline
    S Offline
    Sevelen
    schrieb am zuletzt editiert von
    #1

    Hallo zusammen,

    ich bin neu bei IoBroker, aktuell hatte ich einige tests auf einem Rsp laufen. Diese würde ich jetzt gerne auf das produktiv System überführen. Hierzu habe ich den Adapter BackItUp verwendet. Dieser ist mittels CIFS an einem NAS angeklemmt. Das Full Backup klappt auch zuverlässig, hingegen das wieder einspielen hingegen nicht.

    Im Detail:

    • IoBroker startet neu
    • Keine Reaktion mehr mittels Syslog kann ich folgendes finden.
    Aug 26 19:04:21 ubuntuNUC kernel: [6667832.969615] CIFS VFS: cifs_mount failed w/return code = -22
    Aug 26 19:04:33 ubuntuNUC systemd[1]: Started /bin/bash /opt/iobroker/node_modules/iobroker.backitup/lib/external.sh.
    Aug 26 19:04:33 ubuntuNUC systemd[1]: Stopping ioBroker Server...
    Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
    Aug 26 19:04:34 ubuntuNUC systemd[1]: Stopped ioBroker Server.
    Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Unit entered failed state.
    Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Failed with result 'exit-code'.
    Aug 26 19:04:35 ubuntuNUC bash[24758]: /opt/iobroker/node_modules/iobroker.backitup/lib/restore.js:198
    Aug 26 19:04:35 ubuntuNUC bash[24758]:                 const lines = err.toString().split('\n');
    Aug 26 19:04:35 ubuntuNUC bash[24758]:                                   ^
    Aug 26 19:04:35 ubuntuNUC bash[24758]: TypeError: Cannot read property 'toString' of undefined
    Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Object.error (/opt/iobroker/node_modules/iobroker.backitup/lib/restore.js:198:35)
    Aug 26 19:04:35 ubuntuNUC bash[24758]:     at targz.decompress (/opt/iobroker/node_modules/iobroker.backitup/lib/restore/total.js:22:21)
    Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.error (/opt/iobroker/node_modules/iobroker.backitup/node_modules/targz/lib/targz.js:51:13)
    Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.emit (events.js:203:15)
    Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.destroy (/opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-stream/extract.js:196:17)
    Aug 26 19:04:35 ubuntuNUC bash[24758]:     at onunlock (/opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-stream/extract.js:73:26)
    Aug 26 19:04:35 ubuntuNUC bash[24758]:     at /opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-fs/index.js:248:25
    Aug 26 19:04:35 ubuntuNUC bash[24758]:     at FSReqWrap.args [as oncomplete] (fs.js:140:20)
    

    Für mich sieht das nach einem Mount fail aus. Allerdings warum sehe ich dann auf dem NAS das file?

    Danke für die Hilfe.

    J simatecS 2 Antworten Letzte Antwort
    0
    • S Sevelen

      Hallo zusammen,

      ich bin neu bei IoBroker, aktuell hatte ich einige tests auf einem Rsp laufen. Diese würde ich jetzt gerne auf das produktiv System überführen. Hierzu habe ich den Adapter BackItUp verwendet. Dieser ist mittels CIFS an einem NAS angeklemmt. Das Full Backup klappt auch zuverlässig, hingegen das wieder einspielen hingegen nicht.

      Im Detail:

      • IoBroker startet neu
      • Keine Reaktion mehr mittels Syslog kann ich folgendes finden.
      Aug 26 19:04:21 ubuntuNUC kernel: [6667832.969615] CIFS VFS: cifs_mount failed w/return code = -22
      Aug 26 19:04:33 ubuntuNUC systemd[1]: Started /bin/bash /opt/iobroker/node_modules/iobroker.backitup/lib/external.sh.
      Aug 26 19:04:33 ubuntuNUC systemd[1]: Stopping ioBroker Server...
      Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
      Aug 26 19:04:34 ubuntuNUC systemd[1]: Stopped ioBroker Server.
      Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Unit entered failed state.
      Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Failed with result 'exit-code'.
      Aug 26 19:04:35 ubuntuNUC bash[24758]: /opt/iobroker/node_modules/iobroker.backitup/lib/restore.js:198
      Aug 26 19:04:35 ubuntuNUC bash[24758]:                 const lines = err.toString().split('\n');
      Aug 26 19:04:35 ubuntuNUC bash[24758]:                                   ^
      Aug 26 19:04:35 ubuntuNUC bash[24758]: TypeError: Cannot read property 'toString' of undefined
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Object.error (/opt/iobroker/node_modules/iobroker.backitup/lib/restore.js:198:35)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at targz.decompress (/opt/iobroker/node_modules/iobroker.backitup/lib/restore/total.js:22:21)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.error (/opt/iobroker/node_modules/iobroker.backitup/node_modules/targz/lib/targz.js:51:13)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.emit (events.js:203:15)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.destroy (/opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-stream/extract.js:196:17)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at onunlock (/opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-stream/extract.js:73:26)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at /opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-fs/index.js:248:25
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at FSReqWrap.args [as oncomplete] (fs.js:140:20)
      

      Für mich sieht das nach einem Mount fail aus. Allerdings warum sehe ich dann auf dem NAS das file?

      Danke für die Hilfe.

      J Offline
      J Offline
      Jan1
      schrieb am zuletzt editiert von
      #2

      @Sevelen
      Du willst das komplett Backup auf ein andetes System aufspielen? Wenn ja, das wird nix, nimm das minimal und dann einfach da wo es drauf soll IOBroker, Backitup installieren und die Einstellungen von Backitup importieren. Das das Backup auf Dein NAS geklappt hat, mus das Restore auch klappen.

      1 Antwort Letzte Antwort
      0
      • S Sevelen

        Hallo zusammen,

        ich bin neu bei IoBroker, aktuell hatte ich einige tests auf einem Rsp laufen. Diese würde ich jetzt gerne auf das produktiv System überführen. Hierzu habe ich den Adapter BackItUp verwendet. Dieser ist mittels CIFS an einem NAS angeklemmt. Das Full Backup klappt auch zuverlässig, hingegen das wieder einspielen hingegen nicht.

        Im Detail:

        • IoBroker startet neu
        • Keine Reaktion mehr mittels Syslog kann ich folgendes finden.
        Aug 26 19:04:21 ubuntuNUC kernel: [6667832.969615] CIFS VFS: cifs_mount failed w/return code = -22
        Aug 26 19:04:33 ubuntuNUC systemd[1]: Started /bin/bash /opt/iobroker/node_modules/iobroker.backitup/lib/external.sh.
        Aug 26 19:04:33 ubuntuNUC systemd[1]: Stopping ioBroker Server...
        Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
        Aug 26 19:04:34 ubuntuNUC systemd[1]: Stopped ioBroker Server.
        Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Unit entered failed state.
        Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Failed with result 'exit-code'.
        Aug 26 19:04:35 ubuntuNUC bash[24758]: /opt/iobroker/node_modules/iobroker.backitup/lib/restore.js:198
        Aug 26 19:04:35 ubuntuNUC bash[24758]:                 const lines = err.toString().split('\n');
        Aug 26 19:04:35 ubuntuNUC bash[24758]:                                   ^
        Aug 26 19:04:35 ubuntuNUC bash[24758]: TypeError: Cannot read property 'toString' of undefined
        Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Object.error (/opt/iobroker/node_modules/iobroker.backitup/lib/restore.js:198:35)
        Aug 26 19:04:35 ubuntuNUC bash[24758]:     at targz.decompress (/opt/iobroker/node_modules/iobroker.backitup/lib/restore/total.js:22:21)
        Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.error (/opt/iobroker/node_modules/iobroker.backitup/node_modules/targz/lib/targz.js:51:13)
        Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.emit (events.js:203:15)
        Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.destroy (/opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-stream/extract.js:196:17)
        Aug 26 19:04:35 ubuntuNUC bash[24758]:     at onunlock (/opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-stream/extract.js:73:26)
        Aug 26 19:04:35 ubuntuNUC bash[24758]:     at /opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-fs/index.js:248:25
        Aug 26 19:04:35 ubuntuNUC bash[24758]:     at FSReqWrap.args [as oncomplete] (fs.js:140:20)
        

        Für mich sieht das nach einem Mount fail aus. Allerdings warum sehe ich dann auf dem NAS das file?

        Danke für die Hilfe.

        simatecS Offline
        simatecS Offline
        simatec
        Developer Most Active
        schrieb am zuletzt editiert von
        #3

        @Sevelen
        Nimm auf jeden Fall das Minimal Backup.
        Das total ist nur zur reinen Datensicherung auf dem gleichen System geeignet.

        • 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
        FAQ Cloud / IOT
        HowTo: Node.js-Update
        HowTo: Backup/Restore
        Downloads
        BLOG

        762

        Online

        32.6k

        Benutzer

        82.0k

        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