NEWS
Probleme beim Sichern von Javascript mit Backitup
-
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 raspberrypiSicherung läuft auf eien USB-HDD am Fritzbox USB Port (FritzNAS)
Hat jemand eine Idee?
-
@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
-
@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 -
[DEBUG] [mount] - noserverino option: true
-
@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
-
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.
-
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 -
@franzosenfranz
Welches Upgrade?
Hast du cifs-utils nachinstalliert? -
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 -
Ein System 'auf dem letzten Stand' setzte ich eigentlich voraus.