Plugin: LoxBerry Backup

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • andreas221988
    Lox Guru
    • 13.06.2018
    • 1754

    #571
    es funktioniert so leider nicht.... das loxberry backup ist ein .img das kann ich leider nicht als Backup verwenden.

    Hat jemand einen evtl. bitte einen Tipp?

    Kommentar

    • Noschvie
      MS Profi
      • 24.09.2018
      • 655

      #572
      Ein Image von einem Raspberry Pi wirst du mit Proxmox nicht zum Laufen bringen, Arm vs. Intel Prozessor…

      Kommentar

      • andreas221988
        Lox Guru
        • 13.06.2018
        • 1754

        #573
        In Post #569 wurde eine Anleitung gepostet.
        Gibt es eine andere Möglichkeit zumindest die Plugins samt Einstellungen wiederherzustellen?

        Kommentar

        • Prof.Mobilux
          Supermoderator
          • 25.08.2015
          • 5314

          #574
          Nein, die Anleitung liegt schon im Archiv. Das war die Variante damals LB auf Proxmox zu installieren. Über eine Backup Datei von Proxmox.

          Du kannst uns glauben, so wie es hier schon viele in deinen diversen Threads erklärt haben: es geht nicht.

          Da hilft es auch nicht dass du hier im Forum überall fragst. Das ändert auch nichts. Es geht nicht.

          Und die Einstellungen zu übernehmen funktioniert, aber du musst das alles händisch machen. Jedes Plugin ist anders und du musst genau wissen was du tust. Es gibt keine allgemein gültige Anleitung. Sonst hätten wir schon längst eine Funktion dafür in LB eingebaut. Aber das geht nicht. Auch das steht hier im Forum schon gefühlte 1000 mal.

          Richte den Loxberry neu ein und gut ist. Da bist du 100 mal schneller. So viele Einstellungen sind es ja nicht.
          🇺🇦 Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine


          LoxBerry - Beyond the Limits

          Kommentar

          • bazzman
            Extension Master
            • 24.09.2019
            • 187

            #575
            Ich habe ein Problem mit der eingebauten Backup-Funktion ab Loxberry Version 3.0 und zwar wird bei mir das Backup nicht sauber beendet. Ich habe es nun mehrfach probiert, einige Male war der Loxberry nach der Backup Ausführung nicht mehr erreichbar, heute habe ich nochmals einen Vorgang gestartet, ein IMG-File wurde erzeugt (weiss aber nicht ob es gültig ist), aber gemäss Log ist das Backup auch nach x Stunden noch nicht fertig (siehe Log unten).

            Den Log Viewer hatte ich zum Glück offen gelassen und nun mehrfach neu geladen, aber es gibt einfach keine Abschlussmeldung.
            Wenn ich im Loxberry neu einsteige und das Log des Backups betrachte, habe ich nur Einträge in der Gruppe 'AJAX', aber nichts was auf den Backup Verlauf hinweist, ausserdem reicht das Backup nur rund eine Stunde zurück. Kann ich die Log Retention irgendwo einstellen?

            Log Backup:

            HTML-Code:
            ================================================================================
            
            01.03.2026 14:56:41 TASK STARTED
            
            Clone SD card
            
            INFO: LoxBerry Version 3.0.1.3 ( is_arch_aarch64.cfg is_hwmodel_raspberry_pi_4_400.cfg is_raspberry.cfg )
            
            INFO: Loglevel: 6
            
            INFO: Version of this script: 3.0.0.3
            
            INFO: Parameters: /opt/loxberry/system/storage/usb/ESD-USB/003_loxberry-backup path 7z
            
            INFO: Executing user is root
            
            INFO: Executing command 'lsblk -b -O -J'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Executing command 'findmnt / -b -J'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Executing command 'findmnt /boot/firmware -b -J'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: / is on partition /dev/mmcblk0p2
            
            INFO: /boot is on partition /dev/mmcblk0p1
            
            INFO: Boot device is mmcblk0
            
            INFO: Your boot device (SOURCE of clone):
            
            INFO: -> Partition mmcblk0p1 Size 128.0MB VFAT
            
            INFO: -> Partition mmcblk0p2 Size 29.6GB EXT4
            
            INFO: Destination device is USB::ESD-USB (15 GB) (/opt/loxberry/system/storage/usb/ESD-USB) available space 10.1GB
            
            INFO: Waiting 15s in case you changed your mind...
            
            INFO: Too late - let the game begin!
            
            INFO: Wating for Destination /opt/loxberry/system/storage/usb/ESD-USB/003_loxberry-backup... (in case a netshare must be woken up)
            
            INFO: Creating destination image file, size 4.4GB
            
            INFO: Executing command 'sudo -u loxberry dd if=/dev/zero of=/opt/loxberry/system/storage/usb/ESD-USB/003_loxberry-backup/loxberry_image_20260301_145641.img bs=1 count=0 seek=4708243968'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Creating partiton table
            
            INFO: Executing command 'parted -s /opt/loxberry/system/storage/usb/ESD-USB/003_loxberry-backup/loxberry_image_20260301_145641.img mklabel msdos'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Creating new boot partition
            
            INFO: Executing command 'parted -s /opt/loxberry/system/storage/usb/ESD-USB/003_loxberry-backup/loxberry_image_20260301_145641.img mkpart primary fat32 4MiB 256MiB'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Creating new root partition
            
            INFO: Executing command 'parted -s /opt/loxberry/system/storage/usb/ESD-USB/003_loxberry-backup/loxberry_image_20260301_145641.img mkpart primary ext4 256MiB 100%'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Create loop devices for all partitions in image file /opt/loxberry/system/storage/usb/ESD-USB/003_loxberry-backup/loxberry_image_20260301_145641.img
            
            INFO: Executing command 'losetup -f --show -P /opt/loxberry/system/storage/usb/ESD-USB/003_loxberry-backup/loxberry_image_20260301_145641.img'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Formatting fat32 boot partition (takes a second)
            
            INFO: Executing command 'mkfs.vfat -F 32 /dev/loop0p1'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Formatting ext4 data partition (takes a minute or two)
            
            INFO: Executing command 'mkfs.ext4 /dev/loop0p2'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Creating temporary mounts for copying the data
            
            INFO: Checking mounts (try 1)
            
            INFO: Mounting /media/dst2 to /dev/loop0p2
            
            INFO: Executing command 'mount /dev/loop0p2 /media/dst2'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Executing command 'findmnt /media/dst2 -b -J'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Mounting /media/dst1 to /dev/loop0p1
            
            INFO: Executing command 'mount /dev/loop0p1 /media/dst1'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Executing command 'findmnt /media/dst1 -b -J'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Mounting /media/src2 to /dev/mmcblk0p2
            
            INFO: Executing command 'mount /dev/mmcblk0p2 /media/src2'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Executing command 'findmnt /media/src2 -b -J'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Mounting /media/src1 to /dev/mmcblk0p1
            
            INFO: Executing command 'mount /dev/mmcblk0p1 /media/src1'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Executing command 'findmnt /media/src1 -b -J'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Copy data of boot partition (this will take some seconds only)
            
            INFO: Executing command 'cd /media/src1 && tar cSp --numeric-owner --warning='no-file-ignored' --exclude='swap' -f - . | (cd /media/dst1 && tar xSpf - )'...
            
            OK: Command executed successfully. - Exitcode 0
            
            INFO: Copy data of root partition (this may take a long time... Please be patient.)
            
            INFO: Executing command 'cd /media/src2 && tar cSp --numeric-owner --warning='no-file-ignored' --exclude='swap' -f - . | (cd /media/dst2 && tar xSpf - )'...
            Viele Grüsse
            Paolo

            Kommentar

            Lädt...