Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Probleme beim Sichern von Javascript mit Backitup

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Probleme beim Sichern von Javascript mit Backitup

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      Franzosenfranz last edited by Homoran

      Hallo Zusammen,

      nach dem ich nun alle Lösungansätze aus deisem Forum durch habe, weis ich nicht mehr weiter.

      Bei mir bleibt Backitup auch immer beim Sichern von Javascript hängen:

      Started iobroker ...
      [DEBUG] [mount] - noserverino option: true
      [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker,password=****,noserverino,rw,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.153.101/fritz.nas/iobroker_backup/backupDir /opt/iobroker/backups"
      [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
      [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker,password=****,noserverino,rw,file_mode=0777,dir_mode=0777 //192.168.153.101/fritz.nas/iobroker_backup/backupDir /opt/iobroker/backups"
      [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,noserverino,rw,file_mode=0777,dir_mode=0777 //192.168.153.101/fritz.nas/iobroker_backup/backupDir /opt/iobroker/backups
      Unable to resolve /opt/iobroker/backups to canonical path: No such file or directory
      
      [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,noserverino,rw,file_mode=0777,dir_mode=0777 //192.168.153.101/fritz.nas/iobroker_backup/backupDir /opt/iobroker/backups
      Unable to resolve /opt/iobroker/backups to canonical path: No such file or directory
      
      [DEBUG] [iobroker] - host.raspberrypi 4423 states saved
      
      [DEBUG] [iobroker] - host.raspberrypi 4082 objects saved
      
      [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2022_01_30-15_29_52_backupiobroker.tar.gz
      
      [DEBUG] [iobroker] - done
      [DEBUG] [historyDB] - compress from historyDB started ...
      [DEBUG] [historyDB] - Packed 18MB so far...
      [DEBUG] [historyDB] - Packed 43MB so far...
      [DEBUG] [historyDB] - Packed 53MB so far...
      [DEBUG] [historyDB] - Backup created: /opt/iobroker/backups/historyDB_2022_01_30-15_30_00_backupiobroker.tar.gz
      [DEBUG] [historyDB] - done
      [DEBUG] [javascripts] - Try deleting the old javascript_tmp directory: "/opt/iobroker/backups/tmpScripts"
      [DEBUG] [javascripts] - old javascript_tmp directory "/opt/iobroker/backups/tmpScripts" successfully deleted
      [DEBUG] [javascripts] - Created javascript_tmp directory
      [DEBUG] [javascripts] - found Script: Licht_über_Kafffeemaschine2
      [DEBUG] [javascripts] - found Script: Licht_Haustür_über_Gartentür_und_Tore
      [DEBUG] [javascripts] - found Script: Licht_Abfahrt_über_Tor_Abfahrt
      [DEBUG] [javascripts] - found Script: Astro
      [DEBUG] [javascripts] - Packed 0MB so far...
      

      MOD-EDIT: Code in codetags gesetzt!

      Wenn ich Javascript aus der Sicherung herausnehme, läuft das Backup ohne Probleme.

      Plattform linux
      Betriebssystem linux
      Architektur arm
      CPUs 4
      Geschwindigkeit 900 MHz
      Modell ARMv7 Processor rev 3 (v7l)
      RAM 7.69 GB
      System-Betriebszeit 94 T. 07:23:16
      Node.js v14.18.3
      NPM 6.14.15
      Datenträgergröße 58.25 GB
      freier Festplattenspeicher 50.96 GB
      Anzahl der Adapter 386
      Betriebszeit 7 T. 23:48:16
      Aktive Instanzen 16
      location/opt/iobroker/
      Hostname raspberrypi

      Sicherung läuft auf eien USB-HDD am Fritzbox USB Port (FritzNAS)

      Hat jemand eine Idee?

      Thomas Braun Homoran U 3 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Franzosenfranz last edited by Thomas Braun

        @franzosenfranz sagte in Probleme beim Sichern von Javascript mit Backitup:

        Bitte setz den Auszug aus der Konsole in CodeTags.

        Was liefert

        ls -l /opt/iobroker/backups
        

        zurück?

        System-Betriebszeit 94 T. 07:23:16

        Zeit für ein Upgrade...

        sudo apt update
        sudo apt full-upgrade
        sudo reboot
        
        F 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Franzosenfranz last edited by

          @franzosenfranz sagte in Probleme beim Sichern von Javascript mit Backitup:

          noserverino

          hast du die Option Serverino auf false?
          bei der Fritte muss die aktiviert sein

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

            @homoran

            [DEBUG] [mount] - noserverino option: true
            
            1 Reply Last reply Reply Quote 1
            • Thomas Braun
              Thomas Braun Most Active last edited by

              @franzosenfranz sagte in Probleme beim Sichern von Javascript mit Backitup:

              Unable to resolve /opt/iobroker/backups to canonical path:

              Sind die cifs-utils installiert?

              apt policy cifs-utils
              
              1 Reply Last reply Reply Quote 0
              • U
                UV-on-fire @Franzosenfranz last edited by UV-on-fire

                @franzosenfranz

                Hatte exakt das gleiche Problem. Lösung siehe hier

                https://forum.iobroker.net/topic/51365/gelöst-backitup-hängt-bei-javascript-backup?_=1643555483582

                Hups, gerade gesehn das weiter oben schon der Hinweis auf noserverino steht. Sorry für den doppel Post.

                1 Reply Last reply Reply Quote 0
                • F
                  Franzosenfranz @Thomas Braun last edited by

                  @thomas-braun

                  BackItUp:
                  Eine neue iobroker Sicherung wurde am 31. Januar 2022 um 08:50 Uhr erstellt, und unter //192.168.153.101/fritz.nas/iobroker_backup/backupDir gespeichert.

                  👍
                  Danke für die Unterstützung. Nach dem upgrade lief es dann.

                  Gruß
                  Franz

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

                    @franzosenfranz
                    Welches Upgrade?
                    Hast du cifs-utils nachinstalliert?

                    F 1 Reply Last reply Reply Quote 0
                    • F
                      Franzosenfranz @Thomas Braun last edited by

                      @thomas-braun

                      Ich habe Linux auf einen aktuellen Stand gebracht.
                      cifs-utils war schon installiert:

                      cifs-utils:
                      Installiert: 2:6.8-2
                      Installationskandidat: 2:6.8-2
                      Versionstabelle:
                      *** 2:6.8-2 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                      100 /var/lib/dpkg/status

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

                        @franzosenfranz

                        Ein System 'auf dem letzten Stand' setzte ich eigentlich voraus.

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

                        Support us

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

                        912
                        Online

                        31.9k
                        Users

                        80.2k
                        Topics

                        1.3m
                        Posts

                        4
                        10
                        507
                        Loading More Posts
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes
                        Reply
                        • Reply as topic
                        Log in to reply
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                        The ioBroker Community 2014-2023
                        logo