Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Backup auf NAS - Probleme mit CIFS

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

Backup auf NAS - Probleme mit CIFS

Scheduled Pinned Locked Moved ioBroker Allgemein
266 Posts 18 Posters 45.6k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • HomoranH Homoran

    @Mars sagte in Backup auf NAS - Probleme mit CIFS:

    Der user auf der synology NAS heißt Backup.

    ok!
    Wie sehen den jetzt deine Konfig-Seiten aus?

    M Offline
    M Offline
    Mars
    wrote on last edited by
    #237

    @Homoran ![Bild Text](e8693f08-7e57-494e-93b8-c5f76a539c27-image.png Bild Link)
    ![Bild Text](03a08460-69ed-4254-80bf-3f470caddfcb-image.png Bild Link)
    ![Bild Text](b0bae037-0166-4b25-a3e7-34a44f76d99d-image.png Bild Link)
    ![Bild Text](42e4f440-fecd-4bde-97b0-47902c9969d6-image.png Bild Link)

    HomoranH 1 Reply Last reply
    0
    • M Mars

      @Homoran ![Bild Text](e8693f08-7e57-494e-93b8-c5f76a539c27-image.png Bild Link)
      ![Bild Text](03a08460-69ed-4254-80bf-3f470caddfcb-image.png Bild Link)
      ![Bild Text](b0bae037-0166-4b25-a3e7-34a44f76d99d-image.png Bild Link)
      ![Bild Text](42e4f440-fecd-4bde-97b0-47902c9969d6-image.png Bild Link)

      HomoranH Do not disturb
      HomoranH Do not disturb
      Homoran
      Global Moderator Administrators
      wrote on last edited by
      #238

      @Mars
      ich versuche mal zusammenzufassen:

      • Das Verzeichnis Backup/IObroker ist auf dem NAS angelegt und schreibt sich genau so?
      • Der User Backup hat Lese und Schreibrechte im Verzeichnis Backup?
      • Deine Domain heisst bestimmt nicht DS216j Bitte den Eintrag entfernen!
      • Finde ich in dem Haufen die Haupteinstellungen nur nicht, oder hast du sie nicht gepostet?

      Was für eine Fehlermeldung kommt dann, wenn du den Domainnamen leer lässt?

      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      M 1 Reply Last reply
      0
      • HomoranH Homoran

        @Mars
        ich versuche mal zusammenzufassen:

        • Das Verzeichnis Backup/IObroker ist auf dem NAS angelegt und schreibt sich genau so?
        • Der User Backup hat Lese und Schreibrechte im Verzeichnis Backup?
        • Deine Domain heisst bestimmt nicht DS216j Bitte den Eintrag entfernen!
        • Finde ich in dem Haufen die Haupteinstellungen nur nicht, oder hast du sie nicht gepostet?

        Was für eine Fehlermeldung kommt dann, wenn du den Domainnamen leer lässt?

        M Offline
        M Offline
        Mars
        wrote on last edited by
        #239

        @Homoran ![Bild Text](6ac1b5d0-744b-408a-b58e-4f1619f5a537-image.png Bild Link)

        Punkt eins und zwei Deiner Zusammenfassung kann ich bestätigen!

        Hab den Eintrag DS216J in Domain entfernt. Folgender Code wird angezeigt.

        [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"}
        [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
        [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups
        sudo: setrlimit(RLIMIT_CORE): Operation not permitted
        mount error(1): Operation not permitted
        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
        
        [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups
        sudo: setrlimit(RLIMIT_CORE): Operation not permitted
        mount error(1): Operation not permitted
        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
        
        [DEBUG] [iobroker] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","context":{"fileNames":[],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups\nsudo: setrlimit(RLIMIT_CORE): Operation not permitted\nmount error(1): Operation not permitted\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)\n"},"done":[],"types":[]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/var/lib/redis"},"historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"iobroker-data"},"zigbee":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"pushover.0","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
        [DEBUG] [iobroker] - host.iobroker 2273 states saved
        
        [DEBUG] [iobroker] - host.iobroker 2522 objects saved
        
        [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2020_06_06-19_26_19_backupiobroker.tar.gz
        
        [DEBUG] [iobroker] - done
        [ERROR] [historyDB] - [IGNORED] No source for compress!
        [DEBUG] [cifs] - done
        [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
        [DEBUG] [clean] - done
        [DEBUG] [telegram] - [iobroker] used Telegram-Instance: telegram.0
        [DEBUG] [telegram] - done
        [DEBUG] [history] - backitup.0.history.html
        [DEBUG] [history] - backitup.0.history.json
        [EXIT] 0
        [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
        [DEBUG] [telegram] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2020_06_06-19_26_19_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2020_06_06-19_26_23_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups\nsudo: setrlimit(RLIMIT_CORE): Operation not permitted\nmount error(1): Operation not permitted\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)\n","historyDB":"No source for compress!"},"done":["iobroker"],"types":["iobroker"]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/var/lib/redis"},"historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"iobroker-data"},"zigbee":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"systemLang":"de","time":"06. Juni 2020 um 19:26 Uhr"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"pushover.0","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
        [DEBUG] [history] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2020_06_06-19_26_19_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2020_06_06-19_26_23_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups\nsudo: setrlimit(RLIMIT_CORE): Operation not permitted\nmount error(1): Operation not permitted\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)\n","historyDB":"No source for compress!"},"done":["iobroker"],"types":["iobroker"]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/var/lib/redis"},"historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"iobroker-data"},"zigbee":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"06. Juni 2020 um 19:26 Uhr"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"pushover.0","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
        [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","backupDir":"/opt/iobroker/backups"}
        
        J 1 Reply Last reply
        0
        • M Mars

          @Homoran ![Bild Text](6ac1b5d0-744b-408a-b58e-4f1619f5a537-image.png Bild Link)

          Punkt eins und zwei Deiner Zusammenfassung kann ich bestätigen!

          Hab den Eintrag DS216J in Domain entfernt. Folgender Code wird angezeigt.

          [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"}
          [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
          [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups
          sudo: setrlimit(RLIMIT_CORE): Operation not permitted
          mount error(1): Operation not permitted
          Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
          
          [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups
          sudo: setrlimit(RLIMIT_CORE): Operation not permitted
          mount error(1): Operation not permitted
          Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
          
          [DEBUG] [iobroker] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","context":{"fileNames":[],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups\nsudo: setrlimit(RLIMIT_CORE): Operation not permitted\nmount error(1): Operation not permitted\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)\n"},"done":[],"types":[]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/var/lib/redis"},"historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"iobroker-data"},"zigbee":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"pushover.0","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
          [DEBUG] [iobroker] - host.iobroker 2273 states saved
          
          [DEBUG] [iobroker] - host.iobroker 2522 objects saved
          
          [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2020_06_06-19_26_19_backupiobroker.tar.gz
          
          [DEBUG] [iobroker] - done
          [ERROR] [historyDB] - [IGNORED] No source for compress!
          [DEBUG] [cifs] - done
          [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
          [DEBUG] [clean] - done
          [DEBUG] [telegram] - [iobroker] used Telegram-Instance: telegram.0
          [DEBUG] [telegram] - done
          [DEBUG] [history] - backitup.0.history.html
          [DEBUG] [history] - backitup.0.history.json
          [EXIT] 0
          [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
          [DEBUG] [telegram] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2020_06_06-19_26_19_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2020_06_06-19_26_23_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups\nsudo: setrlimit(RLIMIT_CORE): Operation not permitted\nmount error(1): Operation not permitted\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)\n","historyDB":"No source for compress!"},"done":["iobroker"],"types":["iobroker"]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/var/lib/redis"},"historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"iobroker-data"},"zigbee":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"systemLang":"de","time":"06. Juni 2020 um 19:26 Uhr"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"pushover.0","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
          [DEBUG] [history] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2020_06_06-19_26_19_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2020_06_06-19_26_23_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.200/Backup/IObroker /opt/iobroker/backups\nsudo: setrlimit(RLIMIT_CORE): Operation not permitted\nmount error(1): Operation not permitted\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)\n","historyDB":"No source for compress!"},"done":["iobroker"],"types":["iobroker"]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/var/lib/redis"},"historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"iobroker-data"},"zigbee":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"192.168.178.200","debugging":true,"deleteOldBackup":true,"ownDir":false,"dir":"/home/Backup/IObroker","dirMinimal":"/backupDir/iobroker","user":"Backup","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"06. Juni 2020 um 19:26 Uhr"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"pushover.0","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
          [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.178.200","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IObroker","dirMinimal":"/homes/Backup/IOBroker/IOBroker_Backup","user":"Backup","pass":"****","backupDir":"/opt/iobroker/backups"}
          
          J Offline
          J Offline
          Jan1
          wrote on last edited by
          #240

          @Mars
          Es fehlt immer noch der Freigabenamen am Anfang der Pfadangabe im Adapter und so lang nicht bekannt ist wie der heißt, wird der Rest auch nicht weiter helfen.

          M 1 Reply Last reply
          0
          • J Jan1

            @Mars
            Es fehlt immer noch der Freigabenamen am Anfang der Pfadangabe im Adapter und so lang nicht bekannt ist wie der heißt, wird der Rest auch nicht weiter helfen.

            M Offline
            M Offline
            Mars
            wrote on last edited by
            #241

            @Jan1 ![Bild Text](9e253a19-c154-48d8-b1b9-49766104a18c-image.png Bild Link)

            Ist der Freigabename nicht der, der im Bild hinter Name steht? Also Backup?

            HomoranH 1 Reply Last reply
            0
            • Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #242

              Mal so 'ne ganz doofe Frage von mir:
              Warum cifs/smb, wenn das Ding auch NFS spricht?

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              J 1 Reply Last reply
              0
              • M Mars

                @Jan1 ![Bild Text](9e253a19-c154-48d8-b1b9-49766104a18c-image.png Bild Link)

                Ist der Freigabename nicht der, der im Bild hinter Name steht? Also Backup?

                HomoranH Do not disturb
                HomoranH Do not disturb
                Homoran
                Global Moderator Administrators
                wrote on last edited by Homoran
                #243

                @Mars mach mal den slash vor Backup weg, also nur Backup/IObroker

                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                M 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  Mal so 'ne ganz doofe Frage von mir:
                  Warum cifs/smb, wenn das Ding auch NFS spricht?

                  J Offline
                  J Offline
                  Jan1
                  wrote on last edited by Jan1
                  #244

                  @Thomas-Braun
                  Weil SMB laut Adapter Doku so wie ich es gelesen und verstanden habe (damals), die etwas besser Wahl wäre.

                  @Mars
                  Genau das ist die Frage, ob dem so ist, oder ob das nur der Verzeichnisname ist.

                  Ich missbrauche meine Fritz als NAS und da kann ich eben ein Freigabenamen wählen und der kommt dann einfach an den Anfang des Pfad und es mountet

                  HomoranH Thomas BraunT 2 Replies Last reply
                  0
                  • J Jan1

                    @Thomas-Braun
                    Weil SMB laut Adapter Doku so wie ich es gelesen und verstanden habe (damals), die etwas besser Wahl wäre.

                    @Mars
                    Genau das ist die Frage, ob dem so ist, oder ob das nur der Verzeichnisname ist.

                    Ich missbrauche meine Fritz als NAS und da kann ich eben ein Freigabenamen wählen und der kommt dann einfach an den Anfang des Pfad und es mountet

                    HomoranH Do not disturb
                    HomoranH Do not disturb
                    Homoran
                    Global Moderator Administrators
                    wrote on last edited by
                    #245

                    @Jan1 sagte in Backup auf NAS - Probleme mit CIFS:

                    das ist die Frage, ob dem so ist, oder ob das nur der Verzeichnisname ist.

                    Ja, ist so!
                    Hab ich bei mir auch, aber ohne führendes /
                    Gerade nachgesehen.

                    Das führende / verweist ja auf das Wurzelverzeichnis

                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    J 1 Reply Last reply
                    0
                    • HomoranH Homoran

                      @Jan1 sagte in Backup auf NAS - Probleme mit CIFS:

                      das ist die Frage, ob dem so ist, oder ob das nur der Verzeichnisname ist.

                      Ja, ist so!
                      Hab ich bei mir auch, aber ohne führendes /
                      Gerade nachgesehen.

                      Das führende / verweist ja auf das Wurzelverzeichnis

                      J Offline
                      J Offline
                      Jan1
                      wrote on last edited by
                      #246

                      @Homoran
                      Ok, ohne Slash müsste es dann ja laufen, wenn nicht hat der angelegte User nicht die nötigen Rechte. Der Slash hatte mich eben irritiert da so eben vom Aufbau der Pfadangabe was fehlen würde.

                      1 Reply Last reply
                      0
                      • HomoranH Homoran

                        @Mars mach mal den slash vor Backup weg, also nur Backup/IObroker

                        M Offline
                        M Offline
                        Mars
                        wrote on last edited by
                        #247

                        @Homoran Das mit dem Slash habe ich auch schon probiert. Ändert leider wieder nichts.
                        @Jan1 Eine Fritznox könnte ich auch noch versuchen. Mache ich dann wenn wir hier nicht weiter kommen. Habe eben die Synology und habe da alles am laufen weswegen ich gerne dabei bleiben würde.

                        Das mit dem Verzeichnisnamen weiß ich auch nicht sicher. Aber es steht nirgends etwas anderes und unter gemeinsame Ordner ist der Freigegebene Order mit dem Name "Backup" aufgelistet.
                        Viell. kennt sich einer ja besser aus mit Synology?

                        1 Reply Last reply
                        0
                        • J Jan1

                          @Thomas-Braun
                          Weil SMB laut Adapter Doku so wie ich es gelesen und verstanden habe (damals), die etwas besser Wahl wäre.

                          @Mars
                          Genau das ist die Frage, ob dem so ist, oder ob das nur der Verzeichnisname ist.

                          Ich missbrauche meine Fritz als NAS und da kann ich eben ein Freigabenamen wählen und der kommt dann einfach an den Anfang des Pfad und es mountet

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #248

                          @Jan1 sagte in Backup auf NAS - Probleme mit CIFS:

                          Weil SMB laut Adapter Doku so wie ich es gelesen und verstanden habe (damals), die etwas besser Wahl wäre.

                          Aber beide Systeme basieren doch offenbar auf Linux. Da nehme ich doch nicht den Umweg über das nicht so gut implementierte SMB/CIFS aus der Windows-Welt?

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          M J 2 Replies Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @Jan1 sagte in Backup auf NAS - Probleme mit CIFS:

                            Weil SMB laut Adapter Doku so wie ich es gelesen und verstanden habe (damals), die etwas besser Wahl wäre.

                            Aber beide Systeme basieren doch offenbar auf Linux. Da nehme ich doch nicht den Umweg über das nicht so gut implementierte SMB/CIFS aus der Windows-Welt?

                            M Offline
                            M Offline
                            Mars
                            wrote on last edited by
                            #249

                            @Thomas-Braun ja stimmt schon nur geht NFS auch nicht.

                            1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @Jan1 sagte in Backup auf NAS - Probleme mit CIFS:

                              Weil SMB laut Adapter Doku so wie ich es gelesen und verstanden habe (damals), die etwas besser Wahl wäre.

                              Aber beide Systeme basieren doch offenbar auf Linux. Da nehme ich doch nicht den Umweg über das nicht so gut implementierte SMB/CIFS aus der Windows-Welt?

                              J Offline
                              J Offline
                              Jan1
                              wrote on last edited by
                              #250

                              @Thomas-Braun
                              Schau was in der Doku des Adapter dazu steht. An die hab ich mich gehalten und mir kam SMB besser vor, wobei bei mir das auch ohne Probleme läuft und das auf SMB3.

                              Thomas BraunT 1 Reply Last reply
                              0
                              • J Jan1

                                @Thomas-Braun
                                Schau was in der Doku des Adapter dazu steht. An die hab ich mich gehalten und mir kam SMB besser vor, wobei bei mir das auch ohne Probleme läuft und das auf SMB3.

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #251

                                @Jan1 Da sehe ich, das weder das eine noch das andere ein Problem ist, allerdings bei CIFS noch weitere Dinge beachtet werden müssen. Meintest du das?

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                J 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @Jan1 Da sehe ich, das weder das eine noch das andere ein Problem ist, allerdings bei CIFS noch weitere Dinge beachtet werden müssen. Meintest du das?

                                  J Offline
                                  J Offline
                                  Jan1
                                  wrote on last edited by
                                  #252

                                  @Thomas-Braun
                                  Ich bin am Handy und kann gerade nicht nach schauen. Da gibts ein Vergleich der Methoden und für mich hat sich CIFS einfach besser angehört. Zu beachten ist da auch nicht viel. Pfad mit führenden Freigabenamen und User mit passenden Rechten, Haken bei mount als Root und fertig. Backup samt Mount ist in 30 Sekunden auf der Fritz.

                                  M 2 Replies Last reply
                                  0
                                  • J Jan1

                                    @Thomas-Braun
                                    Ich bin am Handy und kann gerade nicht nach schauen. Da gibts ein Vergleich der Methoden und für mich hat sich CIFS einfach besser angehört. Zu beachten ist da auch nicht viel. Pfad mit führenden Freigabenamen und User mit passenden Rechten, Haken bei mount als Root und fertig. Backup samt Mount ist in 30 Sekunden auf der Fritz.

                                    M Offline
                                    M Offline
                                    Mars
                                    wrote on last edited by
                                    #253

                                    @Jan1 Ich habe es gerade auf der Fritz Box versucht. Ging auch nicht. Nutzer in der Fritz Box hat lese und schreib Rechte!
                                    Es liegt bestimmt an irgendwelchen Sudo Rechten!?
                                    Er sagt ja auch immer im Log vom Iobroker:

                                    mount error(1): Operation not permitted
                                    
                                    
                                    1 Reply Last reply
                                    0
                                    • J Jan1

                                      @Thomas-Braun
                                      Ich bin am Handy und kann gerade nicht nach schauen. Da gibts ein Vergleich der Methoden und für mich hat sich CIFS einfach besser angehört. Zu beachten ist da auch nicht viel. Pfad mit führenden Freigabenamen und User mit passenden Rechten, Haken bei mount als Root und fertig. Backup samt Mount ist in 30 Sekunden auf der Fritz.

                                      M Offline
                                      M Offline
                                      Mars
                                      wrote on last edited by
                                      #254

                                      @Jan1 Hallo Nochmal, habe jetzt nochmal versucht alle Einstellungen zu tätigen und habe mal screenshots gemacht hoff. von allem wichtigen. Ich habe das ganze jetzt auf der Fritzbox versucht weil es da glaub mehr Nutzer gibt die das umsetzen und das Problem evtl. erkennen. An der Fritzbox hängt ein USB Stick mit dem Namen BACKITUP.
                                      Hier mal alle Einstellungen:
                                      93c3d879-48db-46f4-a61d-14aa29936bdb-image.png
                                      root rechte bekomme ich.
                                      869b20bf-79cf-49f6-bbf6-66e32cc5f41b-image.png
                                      Die FritzBox heißt fritzbox.
                                      0f36f803-7122-47c8-a5cf-92462ac20f14-image.png
                                      Nutzer "iobroker" angelegt und Verzeichnis hinzugefügt.
                                      ee157c8d-dfa6-4728-836c-9ff66d79c62d-image.png
                                      Verzeichnis in fritzNAS
                                      b6c55fd0-8bb2-4af6-b630-e13e66223f1d-image.png
                                      Adapter einstellungen.

                                      Würde mich freuen wenn ich nochmal Support von euch bekommen würde.

                                      update und upgrade habe ich nochmal gemacht auch cifs nochmal installiert!

                                      Fehler der ausgegeben wird:

                                      Gestartet...
                                      [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                                      [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                      sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                      mount error(1): Operation not permitted
                                      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                      
                                      [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                      sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                      mount error(1): Operation not permitted
                                      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                      
                                      [DEBUG] [iobroker] - host.ioBrokerubulxc 2351 states saved
                                      
                                      [DEBUG] [iobroker] - host.ioBrokerubulxc 2477 objects saved
                                      
                                      [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2020_06_08-13_25_51_backupiobroker.tar.gz
                                      
                                      [DEBUG] [iobroker] - done
                                      [DEBUG] [cifs] - done
                                      [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                      [DEBUG] [clean] - done
                                      [DEBUG] [telegram] - done
                                      [DEBUG] [history] - backitup.0.history.html
                                      [DEBUG] [history] - backitup.0.history.json
                                      [EXIT] 0
                                      [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                                      [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                      sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                      mount error(1): Operation not permitted
                                      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                      
                                      [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                      sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                      mount error(1): Operation not permitted
                                      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                      
                                      [DEBUG] [iobroker] - host.ioBrokerubulxc 2351 states saved
                                      
                                      [DEBUG] [iobroker] - host.ioBrokerubulxc 2477 objects saved
                                      
                                      [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2020_06_08-13_26_11_backupiobroker.tar.gz
                                      
                                      [DEBUG] [iobroker] - done
                                      [DEBUG] [cifs] - done
                                      [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                      [DEBUG] [clean] - done
                                      [DEBUG] [telegram] - done
                                      [DEBUG] [history] - backitup.0.history.html
                                      [DEBUG] [history] - backitup.0.history.json
                                      [EXIT] 0
                                      

                                      Was soll das aussagen?

                                      sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                      
                                      J HomoranH 2 Replies Last reply
                                      0
                                      • M Mars

                                        @Jan1 Hallo Nochmal, habe jetzt nochmal versucht alle Einstellungen zu tätigen und habe mal screenshots gemacht hoff. von allem wichtigen. Ich habe das ganze jetzt auf der Fritzbox versucht weil es da glaub mehr Nutzer gibt die das umsetzen und das Problem evtl. erkennen. An der Fritzbox hängt ein USB Stick mit dem Namen BACKITUP.
                                        Hier mal alle Einstellungen:
                                        93c3d879-48db-46f4-a61d-14aa29936bdb-image.png
                                        root rechte bekomme ich.
                                        869b20bf-79cf-49f6-bbf6-66e32cc5f41b-image.png
                                        Die FritzBox heißt fritzbox.
                                        0f36f803-7122-47c8-a5cf-92462ac20f14-image.png
                                        Nutzer "iobroker" angelegt und Verzeichnis hinzugefügt.
                                        ee157c8d-dfa6-4728-836c-9ff66d79c62d-image.png
                                        Verzeichnis in fritzNAS
                                        b6c55fd0-8bb2-4af6-b630-e13e66223f1d-image.png
                                        Adapter einstellungen.

                                        Würde mich freuen wenn ich nochmal Support von euch bekommen würde.

                                        update und upgrade habe ich nochmal gemacht auch cifs nochmal installiert!

                                        Fehler der ausgegeben wird:

                                        Gestartet...
                                        [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                                        [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                        sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                        mount error(1): Operation not permitted
                                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                        
                                        [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                        sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                        mount error(1): Operation not permitted
                                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                        
                                        [DEBUG] [iobroker] - host.ioBrokerubulxc 2351 states saved
                                        
                                        [DEBUG] [iobroker] - host.ioBrokerubulxc 2477 objects saved
                                        
                                        [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2020_06_08-13_25_51_backupiobroker.tar.gz
                                        
                                        [DEBUG] [iobroker] - done
                                        [DEBUG] [cifs] - done
                                        [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                        [DEBUG] [clean] - done
                                        [DEBUG] [telegram] - done
                                        [DEBUG] [history] - backitup.0.history.html
                                        [DEBUG] [history] - backitup.0.history.json
                                        [EXIT] 0
                                        [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                                        [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                        sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                        mount error(1): Operation not permitted
                                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                        
                                        [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                        sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                        mount error(1): Operation not permitted
                                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                        
                                        [DEBUG] [iobroker] - host.ioBrokerubulxc 2351 states saved
                                        
                                        [DEBUG] [iobroker] - host.ioBrokerubulxc 2477 objects saved
                                        
                                        [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2020_06_08-13_26_11_backupiobroker.tar.gz
                                        
                                        [DEBUG] [iobroker] - done
                                        [DEBUG] [cifs] - done
                                        [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                        [DEBUG] [clean] - done
                                        [DEBUG] [telegram] - done
                                        [DEBUG] [history] - backitup.0.history.html
                                        [DEBUG] [history] - backitup.0.history.json
                                        [EXIT] 0
                                        

                                        Was soll das aussagen?

                                        sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                        
                                        J Offline
                                        J Offline
                                        Jan1
                                        wrote on last edited by
                                        #255

                                        @Mars
                                        Jou und hier ist schon der erste Fehler :-)
                                        Der Freigabenamen hat nichts mit dem NetzName zu tun und wird hier eingestellt:
                                        d9fd2dde-90da-48db-872c-39d65bdd8a48-grafik.png

                                        M 1 Reply Last reply
                                        0
                                        • M Mars

                                          @Jan1 Hallo Nochmal, habe jetzt nochmal versucht alle Einstellungen zu tätigen und habe mal screenshots gemacht hoff. von allem wichtigen. Ich habe das ganze jetzt auf der Fritzbox versucht weil es da glaub mehr Nutzer gibt die das umsetzen und das Problem evtl. erkennen. An der Fritzbox hängt ein USB Stick mit dem Namen BACKITUP.
                                          Hier mal alle Einstellungen:
                                          93c3d879-48db-46f4-a61d-14aa29936bdb-image.png
                                          root rechte bekomme ich.
                                          869b20bf-79cf-49f6-bbf6-66e32cc5f41b-image.png
                                          Die FritzBox heißt fritzbox.
                                          0f36f803-7122-47c8-a5cf-92462ac20f14-image.png
                                          Nutzer "iobroker" angelegt und Verzeichnis hinzugefügt.
                                          ee157c8d-dfa6-4728-836c-9ff66d79c62d-image.png
                                          Verzeichnis in fritzNAS
                                          b6c55fd0-8bb2-4af6-b630-e13e66223f1d-image.png
                                          Adapter einstellungen.

                                          Würde mich freuen wenn ich nochmal Support von euch bekommen würde.

                                          update und upgrade habe ich nochmal gemacht auch cifs nochmal installiert!

                                          Fehler der ausgegeben wird:

                                          Gestartet...
                                          [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                                          [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                          sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                          mount error(1): Operation not permitted
                                          Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                          
                                          [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                          sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                          mount error(1): Operation not permitted
                                          Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                          
                                          [DEBUG] [iobroker] - host.ioBrokerubulxc 2351 states saved
                                          
                                          [DEBUG] [iobroker] - host.ioBrokerubulxc 2477 objects saved
                                          
                                          [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2020_06_08-13_25_51_backupiobroker.tar.gz
                                          
                                          [DEBUG] [iobroker] - done
                                          [DEBUG] [cifs] - done
                                          [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                          [DEBUG] [clean] - done
                                          [DEBUG] [telegram] - done
                                          [DEBUG] [history] - backitup.0.history.html
                                          [DEBUG] [history] - backitup.0.history.json
                                          [EXIT] 0
                                          [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                                          [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                          sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                          mount error(1): Operation not permitted
                                          Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                          
                                          [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritzbox/fritz.nas/BACKITUP/iobroker /opt/iobroker/backups
                                          sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                          mount error(1): Operation not permitted
                                          Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                          
                                          [DEBUG] [iobroker] - host.ioBrokerubulxc 2351 states saved
                                          
                                          [DEBUG] [iobroker] - host.ioBrokerubulxc 2477 objects saved
                                          
                                          [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2020_06_08-13_26_11_backupiobroker.tar.gz
                                          
                                          [DEBUG] [iobroker] - done
                                          [DEBUG] [cifs] - done
                                          [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                          [DEBUG] [clean] - done
                                          [DEBUG] [telegram] - done
                                          [DEBUG] [history] - backitup.0.history.html
                                          [DEBUG] [history] - backitup.0.history.json
                                          [EXIT] 0
                                          

                                          Was soll das aussagen?

                                          sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                                          
                                          HomoranH Do not disturb
                                          HomoranH Do not disturb
                                          Homoran
                                          Global Moderator Administrators
                                          wrote on last edited by
                                          #256

                                          @Mars sagte in Backup auf NAS - Probleme mit CIFS:

                                          Was soll das aussagen?

                                          Das dürfte (zusätzlich jetzt zur falschen Freigabe bei der Fritzbox) dein Hauptproblem sein.
                                          vielleicht kann @Thomas-Braun dazu was sagen.

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          941

                                          Online

                                          32.4k

                                          Users

                                          81.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe