Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Proxmox Backups per Fritzbox

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Proxmox Backups per Fritzbox

    This topic has been deleted. Only users with topic management privileges can see it.
    • Dominik F.
      Dominik F. @crunchip last edited by

      @crunchip

      da hab ich folgendes :

      Unbenannt.PNG

      @harrym
      wenn es ohne ändern gehen sollte wäre mir das lieber da ich sonst nicht weiß worauf sich das sonst noch alles auswirkt

      crunchip harrym liv-in-sky 3 Replies Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @Dominik F. last edited by crunchip

        @Dominik-F dann lass leer.
        wie sieht dein Eintrag in der fstab aus?
        und wo hast du dein Laufwerk, mit welcher Bezeichnung gemountet?

        Dominik F. 1 Reply Last reply Reply Quote 0
        • harrym
          harrym @Dominik F. last edited by

          @Dominik-F es wirkt sich auf nichts aus ... das ist nur der name für eine "samba/cifs/smb" freigabe .... und ich vermute nicht, dass du die fritz schon mal als Speicherplatz für deine Computer verwendet hast?

          1 Reply Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @Dominik F. last edited by

            @Dominik-F

            du gast doch den pfad schon - durch windows gefunden - du mußt nur die schrägstriche tauschen

            \\Fritz-nas\fritz.nas\Backup\Backup_proxmox 
            

            nach

            //192.168.178.1/fritz.nas/Backup/Backup_proxmox 
            

            ich vermute das problem ist der user , das passwort oder die kommunikation selbst

            kannst du dich mit windows anmelden mit deinem user, der in der fritzbox von dir angelegt worden ist?

            1 Reply Last reply Reply Quote 0
            • Dominik F.
              Dominik F. @crunchip last edited by

              @crunchip

              hier der Eintrag:

              //192.168.178.1/FRITZ.NAS/ /mnt/fritzNAS cifs credentials=/home/thebermud/.smbcredentials,vers=1.0,uid=1000,gid=1000,x-systemd.automount,x-systemd.requires=network-online.target 0 0
              

              Ich hab mein Laufwerk einfach an den usb von der Fritzbox gehängt oder was meinst du genau? Ich habe beim formatieren Backup als Name angegeben.

              @harrym

              ich verwende das Laufwerk bisher nur für iobroker Backups

              @liv-in-sky
              ja, das klappt ohne Probleme

              harrym crunchip liv-in-sky 3 Replies Last reply Reply Quote 0
              • harrym
                harrym @Dominik F. last edited by harrym

                @Dominik-F du hast in dem fstab eintrag keinen user und pwd drinnen

                bzw. zeig mal den .smbcredentials

                Dominik F. 1 Reply Last reply Reply Quote 0
                • Dominik F.
                  Dominik F. @harrym last edited by

                  @harrym

                  Unbenannt.PNG

                  harrym 1 Reply Last reply Reply Quote 0
                  • harrym
                    harrym @Dominik F. last edited by

                    @Dominik-F und dieses kombi gibt es auch auf der fritte?

                    Dominik F. 1 Reply Last reply Reply Quote 0
                    • Dominik F.
                      Dominik F. @harrym last edited by

                      @harrym

                      ja, damit kann ich von windows aufs fritznas zugreifen und auch mit den backitup adapter von iobroker

                      1 Reply Last reply Reply Quote 0
                      • Dominik F.
                        Dominik F. last edited by

                        fstab wurde geändert in:

                        //192.168.178.1/fritz.nas/Backup/Backup_proxmox/  /mnt/fritzNAS cifs credentials=/home/thebermud/.smbcredentials,vers=1.0,uid=1000,gid=1000,x-systemd.automount,x-systemd.requires=network-online.target 0 0
                        
                        root@server:/mnt# mount -a
                        mount error(13): Permission denied
                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                        
                        
                        harrym 1 Reply Last reply Reply Quote 0
                        • harrym
                          harrym @Dominik F. last edited by harrym

                          @Dominik-F sagte in Proxmox Backups per Fritzbox:

                          //192.168.178.1/fritz.nas

                          FRITZ.NAS .... war doch auf der Fritte in großbuchstaben? Linux ist Casesensitiv ... nicht wie windoof

                          1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Dominik F. last edited by crunchip

                            @Dominik-F sagte in Proxmox Backups per Fritzbox:

                            hier der Eintrag:

                            mein Eintrag sieht so aus
                            da ich FRITZ.NAS mit VIRUS ersetzt habe und die Platte liegt in /media/fritznas
                            Passport ist der Name der Platte

                            //192.168.178.1/VIRUS/Passport /media/fritznas  cifs    credentials=/etc/samba/auth,uid=1000,gid=1000,vers=1.0, 0       0
                            UUID="6e374261-9e8c-459b-97da-c372ebd7b0a6" /media/USB-NAS      ext4    auto,defaults   0       2
                            
                            Dominik F. 1 Reply Last reply Reply Quote 0
                            • liv-in-sky
                              liv-in-sky @Dominik F. last edited by

                              @Dominik-F sagte in Proxmox Backups per Fritzbox:

                              teste mal mit deinen anmeldenamen

                              //192.168.178.1/fritz.nas/Backup/Backup_proxmox  /mnt/fritzNAS cifs  nofail,username=xxx,password=yyy,file_mode=0777,dir_mode=0777 0 0 
                              
                              1 Reply Last reply Reply Quote 0
                              • Dominik F.
                                Dominik F. @crunchip last edited by

                                @crunchip

                                was meinst du mit deine Platte liegt dort? Meinst du damit das du die Platte in Proxmox damit gemountet hast?

                                @liv-in-sky
                                mit deinen angaben kommt folgendes:

                                root@server:/mnt# mount -a
                                mount error(2): No such file or directory
                                Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                                
                                
                                harrym liv-in-sky crunchip 3 Replies Last reply Reply Quote 0
                                • harrym
                                  harrym @Dominik F. last edited by

                                  @Dominik-F tausch mal fritz.nas auf FRITZ.NAS um ....

                                  1 Reply Last reply Reply Quote 0
                                  • liv-in-sky
                                    liv-in-sky @Dominik F. last edited by

                                    @Dominik-F hast du überprüft, ob ich alles richtig in den pfaden kopiert habe ?

                                    1 Reply Last reply Reply Quote 1
                                    • crunchip
                                      crunchip Forum Testing Most Active @Dominik F. last edited by

                                      @Dominik-F sagte in Proxmox Backups per Fritzbox:

                                      was meinst du mit deine Platte liegt dort? Meinst du damit das du die Platte in Proxmox damit gemountet hast?

                                      nein dort ist das Verzeichnis erstellt, Proxmox kommt erst später, wenn dein Zeug läuft und deine Platte gemountet ist.
                                      Dann erst kommt der Part Proxmox dran

                                      1 Reply Last reply Reply Quote 0
                                      • Dominik F.
                                        Dominik F. last edited by

                                        damit

                                        //192.168.178.1/FRITZ.NAS/Backup/Backup_proxmox/  /mnt/fritzNAS cifs credentials=/home/thebermud/.smbcredentials,vers=1.0,uid=1000,gid=1000,x-systemd.automount,x-systemd.requires=network-online.target 0 0
                                        

                                        bekomme ich wieder:

                                        root@server:/mnt# mount -a
                                        mount error(13): Permission denied
                                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                                        
                                        

                                        @liv-in-sky
                                        hab es nochmal überprüft und getestet, gleiche meldung

                                        mount error(2): No such file or directory
                                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • harrym
                                          harrym last edited by

                                          https://www.andwil.de/weblog/linux-fritznas-mounten-cifs

                                          Dominik F. 1 Reply Last reply Reply Quote 0
                                          • Dominik F.
                                            Dominik F. @harrym last edited by

                                            @harrym

                                            das ist die Anleitung nach der ich vorgegangen bin

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            808
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            backup proxmox
                                            8
                                            78
                                            6840
                                            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