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. iob Backup via Backitup an Synology

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.2k

iob Backup via Backitup an Synology

Scheduled Pinned Locked Moved ioBroker Allgemein
synologybackitup backup
42 Posts 8 Posters 4.4k Views 8 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.
  • E Offline
    E Offline
    eve11
    wrote on last edited by
    #41

    Hallo zusammen,

    ich habe auch das Problem, dass ich über NFS nicht zugreifen kann.
    Das Verzeichnis ist aber auf VM in Proxmox gemountet und direkt über Proxmox habe ich auch Zugriff auf das Verzeichnis.

    root@iobrokerproxmox:~# showmount -e 192.168.178.50
    Export list for 192.168.178.50:
    /volume1/Backitup 192.168.178.5,192.168.178.84
    
    
    

    In diesem Fall /volume1/Backitup mit der IP 192.168.167.84 und Proxmox direkt die 192.168.178.5

    In IoBroker bekomme ich folgende Fehlermeldung:

    2020-01-10 21:43:19.674 - error: host.iobrokerproxmox Caught by controller[0]: { Error: EACCES: permission denied, scandir '/opt/iobroker/backups'
    2020-01-10 21:43:19.674 - error: host.iobrokerproxmox Caught by controller[0]: at Object.readdirSync (fs.js:790:3)
    2020-01-10 21:43:19.674 - error: host.iobrokerproxmox Caught by controller[0]: at nasList (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:47:29)
    2020-01-10 21:43:19.674 - error: host.iobrokerproxmox Caught by controller[0]: at error (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:15:17)
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at child_process.exec (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:180:17)
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at ChildProcess.exithandler (child_process.js:301:5)
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at ChildProcess.emit (events.js:198:13)
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at maybeClose (internal/child_process.js:982:16)
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at Socket.stream.socket.on (internal/child_process.js:389:11)
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at Socket.emit (events.js:198:13)
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at Pipe._handle.close (net.js:607:12)
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: errno: -13,
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: syscall: 'scandir',
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: code: 'EACCES',
    2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: path: '/opt/iobroker/backups' }
    2020-01-10 21:43:19.675 - info: host.iobrokerproxmox instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
    2020-01-10 21:43:19.675 - info: host.iobrokerproxmox Restart adapter system.adapter.backitup.0 because enabled
    2020-01-10 21:43:49.682 - info: host.iobrokerproxmox instance system.adapter.backitup.0 started with pid 29268
    2020-01-10 21:43:51.590 - info: backitup.0 (29268) starting. Version 1.3.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v10.18.0
    2020-01-10 21:43:51.611 - info: backitup.0 (29268) [iobroker] backup was activated at 02:00 every 1 day(s)
    2020-01-10 21:43:51.648 - error: backitup.0 (29268) Error: Command failed: mount 192.168.178.50:/volume1/Backitup/backitup /opt/iobroker/backups
    mount: only root can do that
    2020-01-10 21:43:51.652 - error: backitup.0 (29268) uncaught exception: EACCES: permission denied, scandir '/opt/iobroker/backups'
    2020-01-10 21:43:51.652 - error: backitup.0 (29268) Error: EACCES: permission denied, scandir '/opt/iobroker/backups'
    
    
    

    Hier die Einstellungen im Adapter:

    39d23857-e5b2-4b49-bb93-d201024bfb80-image.png

    Ich habe leider keine Ahnung was das Problem ist. Ich glaube, dass soweit alles passen sollte.

    Vielen Dank für eine Rückantwort.

    eve

    simatecS 1 Reply Last reply
    0
    • E eve11

      Hallo zusammen,

      ich habe auch das Problem, dass ich über NFS nicht zugreifen kann.
      Das Verzeichnis ist aber auf VM in Proxmox gemountet und direkt über Proxmox habe ich auch Zugriff auf das Verzeichnis.

      root@iobrokerproxmox:~# showmount -e 192.168.178.50
      Export list for 192.168.178.50:
      /volume1/Backitup 192.168.178.5,192.168.178.84
      
      
      

      In diesem Fall /volume1/Backitup mit der IP 192.168.167.84 und Proxmox direkt die 192.168.178.5

      In IoBroker bekomme ich folgende Fehlermeldung:

      2020-01-10 21:43:19.674 - error: host.iobrokerproxmox Caught by controller[0]: { Error: EACCES: permission denied, scandir '/opt/iobroker/backups'
      2020-01-10 21:43:19.674 - error: host.iobrokerproxmox Caught by controller[0]: at Object.readdirSync (fs.js:790:3)
      2020-01-10 21:43:19.674 - error: host.iobrokerproxmox Caught by controller[0]: at nasList (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:47:29)
      2020-01-10 21:43:19.674 - error: host.iobrokerproxmox Caught by controller[0]: at error (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:15:17)
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at child_process.exec (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:180:17)
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at ChildProcess.exithandler (child_process.js:301:5)
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at ChildProcess.emit (events.js:198:13)
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at maybeClose (internal/child_process.js:982:16)
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at Socket.stream.socket.on (internal/child_process.js:389:11)
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at Socket.emit (events.js:198:13)
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: at Pipe._handle.close (net.js:607:12)
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: errno: -13,
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: syscall: 'scandir',
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: code: 'EACCES',
      2020-01-10 21:43:19.675 - error: host.iobrokerproxmox Caught by controller[0]: path: '/opt/iobroker/backups' }
      2020-01-10 21:43:19.675 - info: host.iobrokerproxmox instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
      2020-01-10 21:43:19.675 - info: host.iobrokerproxmox Restart adapter system.adapter.backitup.0 because enabled
      2020-01-10 21:43:49.682 - info: host.iobrokerproxmox instance system.adapter.backitup.0 started with pid 29268
      2020-01-10 21:43:51.590 - info: backitup.0 (29268) starting. Version 1.3.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v10.18.0
      2020-01-10 21:43:51.611 - info: backitup.0 (29268) [iobroker] backup was activated at 02:00 every 1 day(s)
      2020-01-10 21:43:51.648 - error: backitup.0 (29268) Error: Command failed: mount 192.168.178.50:/volume1/Backitup/backitup /opt/iobroker/backups
      mount: only root can do that
      2020-01-10 21:43:51.652 - error: backitup.0 (29268) uncaught exception: EACCES: permission denied, scandir '/opt/iobroker/backups'
      2020-01-10 21:43:51.652 - error: backitup.0 (29268) Error: EACCES: permission denied, scandir '/opt/iobroker/backups'
      
      
      

      Hier die Einstellungen im Adapter:

      39d23857-e5b2-4b49-bb93-d201024bfb80-image.png

      Ich habe leider keine Ahnung was das Problem ist. Ich glaube, dass soweit alles passen sollte.

      Vielen Dank für eine Rückantwort.

      eve

      simatecS Online
      simatecS Online
      simatec
      Developer Most Active
      wrote on last edited by
      #42

      @eve11
      Lasse mal den Installer Fix laufen.
      Des Weiteren sieht es mir so aus, als ob du kein sudo installiert hast. Kann das sein?
      root mount ist zwar in Backitup aktiviert, aber wird im Befehl nicht verarbeitet.
      Speiche die Config ggfs. nochmal.

      • Besuche meine Github Seite
      • Beitrag hat geholfen oder willst du mich unterstützen
      • HowTo Restore ioBroker
      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

      700

      Online

      32.6k

      Users

      82.2k

      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