Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. backitup auf NAS nfs oder cifs?

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    backitup auf NAS nfs oder cifs?

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      saeft_2003 Most Active @eve11 last edited by

      @eve11

      Ich habe jetzt auch nfs probiert und nfs common installiert.

      Leider kommen immer noch Fehler im log.

      Passen die Einstellungen so?

      7481495F-6245-4484-B7B5-5813AF8091D2.png

      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @saeft_2003 last edited by

        @saeft_2003 wie heisst dein share?

        S 1 Reply Last reply Reply Quote 0
        • S
          saeft_2003 Most Active @Homoran last edited by

          @Homoran

          Wo sehe ich wie mein share heißt? ich habe grade gemerkt das die iobroker ip nicht bei dem freigabe Ordner unter NFS eingetragen war... Dies habe ich jetzt getan, da ich das mit der proxmox ip auch so machen musste.

          Sobald ich jetzt den backitup adapter starte und NAS ist aktiviert crasht dieser immer wieder. Einer eine Idee warum? Bevor ich die Einstellungen in der Diskstation geändert habe war das nicht so. Hier das log.

          host.iobroker	2020-02-22 21:00:09.288	info	instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
          host.iobroker	2020-02-22 21:00:09.288	error	Caught by controller[0]: path: '/opt/iobroker/backups' }
          host.iobroker	2020-02-22 21:00:09.288	error	Caught by controller[0]: code: 'EACCES',
          host.iobroker	2020-02-22 21:00:09.288	error	Caught by controller[0]: syscall: 'scandir',
          host.iobroker	2020-02-22 21:00:09.288	error	Caught by controller[0]: errno: -13,
          host.iobroker	2020-02-22 21:00:09.288	error	Caught by controller[0]: at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
          host.iobroker	2020-02-22 21:00:09.287	error	Caught by controller[0]: at maybeClose (internal/child_process.js:982:16)
          host.iobroker	2020-02-22 21:00:09.287	error	Caught by controller[0]: at ChildProcess.emit (events.js:198:13)
          host.iobroker	2020-02-22 21:00:09.287	error	Caught by controller[0]: at ChildProcess.exithandler (child_process.js:285:7)
          host.iobroker	2020-02-22 21:00:09.287	error	Caught by controller[0]: at child_process.exec (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:183:17)
          host.iobroker	2020-02-22 21:00:09.287	error	Caught by controller[0]: at error (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:15:17)
          host.iobroker	2020-02-22 21:00:09.286	error	Caught by controller[0]: at nasList (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:47:29)
          host.iobroker	2020-02-22 21:00:09.286	error	Caught by controller[0]: at Object.readdirSync (fs.js:790:3)
          host.iobroker	2020-02-22 21:00:09.285	error	Caught by controller[0]: { Error: EACCES: permission denied, scandir '/opt/iobroker/backups'
          backitup.0	2020-02-22 21:00:08.259	info	(13313) Terminated (NO_ERROR): Without reason
          backitup.0	2020-02-22 21:00:08.255	info	(13313) terminating
          host.iobroker	2020-02-22 21:00:08.191	info	instance system.adapter.ical.0 started with pid 13362
          backitup.0	2020-02-22 21:00:07.611	error	at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
          backitup.0	2020-02-22 21:00:07.611	error	at maybeClose (internal/child_process.js:982:16)
          backitup.0	2020-02-22 21:00:07.611	error	at ChildProcess.emit (events.js:198:13)
          backitup.0	2020-02-22 21:00:07.611	error	at ChildProcess.exithandler (child_process.js:285:7)
          backitup.0	2020-02-22 21:00:07.611	error	at child_process.exec (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:183:17)
          backitup.0	2020-02-22 21:00:07.611	error	at error (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:15:17)
          backitup.0	2020-02-22 21:00:07.611	error	at nasList (/opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:47:29)
          backitup.0	2020-02-22 21:00:07.611	error	at Object.readdirSync (fs.js:790:3)
          backitup.0	2020-02-22 21:00:07.611	error	(13313) Error: EACCES: permission denied, scandir '/opt/iobroker/backups'
          backitup.0	2020-02-22 21:00:07.610	error	(13313) uncaught exception: EACCES: permission denied, scandir '/opt/iobroker/backups'
          backitup.0	2020-02-22 21:00:07.248	info	(13313) [iobroker] backup was activated at 03:00 every 1 day(s)
          backitup.0	2020-02-22 21:00:06.959	info	(13313) starting. Version 1.3.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v10.19.0
          
          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @saeft_2003 last edited by

            @saeft_2003 sagte in backitup auf NAS nfs oder cifs?:

            Wo sehe ich wie mein share heißt?

            das musst du in der Syno vergeben haben.
            Heißt da so etwas wie "öffentliche Ordner"

            S 1 Reply Last reply Reply Quote 0
            • S
              saeft_2003 Most Active @Homoran last edited by saeft_2003

              @Homoran

              ich finde nur das!?

              syno.jpg

              aber warum crasht jetzt der adapter? Wenn ich es richtig verstehe wird ihm der zugang verweigert zum scanen von /opt/iobroker/backups? Den Fixer hab ich mal ausprobiert hat aber nichts gebracht....

              backitup.0	2020-02-22 21:00:07.611	error	(13313) Error: EACCES: permission denied, scandir '/opt/iobroker/backups'
              backitup.0	2020-02-22 21:00:07.610	error	(13313) uncaught exception: EACCES: permission denied, scandir '/opt/iobroker/backups'
              
              Homoran 1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @saeft_2003 last edited by

                @saeft_2003 sagte in backitup auf NAS nfs oder cifs?:

                ich finde nur das!?

                dann nimm mal das volume1/ aus deinem Pfad in der konfig raus

                S 1 Reply Last reply Reply Quote 0
                • S
                  saeft_2003 Most Active @Homoran last edited by

                  @Homoran

                  Ok hab ich gemacht. Jetzt crasht der Adapter nicht mehr. Dafür hab ich jetzt den error im log. Sieht komisch aus .....106:/homes/......

                  backitup.0	2020-02-22 21:12:30.553	error	(14137) Error: Command failed: sudo mount 192.168.178.106:/homes/Patrick/Drive/Backitup_iobroker /opt/iobroker/backups mount.nfs: access denied by server while mounting 192.168.178.106:/homes/Patrick/
                  
                  Glasfaser Homoran 2 Replies Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @saeft_2003 last edited by Glasfaser

                    @saeft_2003

                    So !!

                    homes/Patrick/Drive/Backitup_iobroker
                    

                    Hier mal meine Einstelungen mit cifs:

                    1.JPG

                    2.JPG

                    S 2 Replies Last reply Reply Quote 1
                    • Homoran
                      Homoran Global Moderator Administrators @saeft_2003 last edited by

                      @saeft_2003 du hast noch den slash / drin sollte auch raus!

                      hast du mount as sroot (sudo) angehakt?

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        saeft_2003 Most Active @Homoran last edited by

                        @Homoran

                        / hab ich rausgemacht und mount as root ist angehakt. Jetzt kommt der Fehler....

                        backitup.0	2020-02-22 21:16:56.418	error	mount.nfs: access denied by server while mounting 192.168.178.106:/homes/Patrick/Drive/Backitup_iobroker
                        backitup.0	2020-02-22 21:16:56.418	error	(14470) Error: Command failed: sudo mount 192.168.178.106:/homes/Patrick/Drive/Backitup_iobroker /opt/iobroker/backups
                        
                        Homoran 1 Reply Last reply Reply Quote 0
                        • S
                          saeft_2003 Most Active @Glasfaser last edited by

                          @Glasfaser

                          Danke falls es mit nfs nicht klappen sollte, teste ich cifs mal. Benutzer und PW sind das die von der Diskstation anmeldung?

                          Homoran 1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @saeft_2003 last edited by

                            @saeft_2003 sagte in backitup auf NAS nfs oder cifs?:

                            sind das die von der Diskstation anmeldung?

                            Ja, oder besser von einem extra User für ioBroker

                            Glasfaser 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @saeft_2003 last edited by

                              @saeft_2003 sagte in backitup auf NAS nfs oder cifs?:

                              Jetzt kommt der Fehler....

                              Die Frage ist ob du überhaupt auf /homes/ zugreifen darfst.

                              Nimm mal lieber einen neuen share "backups" oder so.

                              in /homes/ liegen die Privatverzeichnisse der USer

                              1 Reply Last reply Reply Quote 0
                              • Glasfaser
                                Glasfaser @Homoran last edited by

                                @saeft_2003

                                Hast du das Freigegeben .

                                1.JPG

                                1 Reply Last reply Reply Quote 0
                                • S
                                  saeft_2003 Most Active last edited by

                                  Ja NFS geht da proxmox die ganzen backups auf die syno speichert...

                                  syno.jpg

                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @saeft_2003 last edited by

                                    @saeft_2003
                                    Bei NFS kann ich dir nicht helfen , da schon immer CIFS genutzt habe !

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      saeft_2003 Most Active @Glasfaser last edited by

                                      @Glasfaser

                                      Ha!!! 😁

                                      CIFS geht auf anhieb, ich hab alles so eingestellt wie dus gesagt hast....

                                      1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @Homoran last edited by Glasfaser

                                        Dann höre demnächst auf den Rat von :

                                        @Homoran sagte in backitup auf NAS nfs oder cifs?:

                                        @saeft_2003 und ich cifs

                                        Vor 4 Stunden ... 😀 😎

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          saeft_2003 Most Active last edited by

                                          Nutzt jemand von euch auch noch die dropbox als speicherort?

                                          Glasfaser 1 Reply Last reply Reply Quote 0
                                          • Glasfaser
                                            Glasfaser @saeft_2003 last edited by

                                            @saeft_2003

                                            Nö ....

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

                                            Support us

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

                                            845
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            backitup
                                            9
                                            36
                                            6985
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo