Search results

  1. I

    vzdump backup retention with "delete oldest backups first" policy ?

    I have somthing like this: /usr/local/bin/SmartStore.sh #!/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # Import Config File config=/usr/local/bin/config.cfg source $config # Check if Already Running for pid in $(pidof -x SmartStore.sh); do if [ $pid != $$ ]...
  2. I

    Proxmox VE 8.0 (beta) released!

    There is no 'pve-no-subscription' repository until now. you have to use 'pvetest' as shown in the first post in the FAQ. BTW: Wanted to upgrade my private Server to a new SSD and used the beta above. No problems until now. Pentium 4xxxu, NVME ssd with a single 2 TB and ZFS (zstd)
  3. I

    VM Backups Zeitpläne

    Extrem charmante Lösung. Skaliert natürlich auch erst ab dem zweiten Hardwareserver, also wieder nichts für mach ich mal zuhause, darf aber alles nichts kosten. Werde ich mir aber beim nächsten, größeren Kunden auch so aufsetzen. Brauche ich dann zwei Lizenzen für den PBS? Deshalb mag ich die...
  4. I

    VM Backups Zeitpläne

    Ja, da hast du vollkommen recht. Genau das ist die Stärke des PBS. Aus meiner Sicht gibt es die folgenden Backup Szenarien, die ohne PBS auskommen: - VZdump und Vollbackups: Funktioniert vernünftig bis ~ 400 GB Gesamtdaten über alle VMs. Mit steigender Größe dauern Backups zu lange, belasten...
  5. I

    VM Backups Zeitpläne

    Ja, die Open Source Variante ist super, insbesondere im Heimbereich – aber da tuts fast immer auch ein vzdump. Was ich hier aufgeschnappt habe – korrigiert mich, wenn ich falsch liege – ist, dass der Storage vom Proxmox Backup Server alleine nicht für eine Wiederherstellung ausreicht, sondern...
  6. I

    VM Backups Zeitpläne

    Proxmox Backup server als VM installieren ist – wie ich das hier gelesen hatte – keine gute Option. Das funktioniert, solange du nur einzelne Dateien oder Maschinen restoren willst. Aber wenn dir dein Server komplett abschmiert, ist das Recovery schwer, weil das Proxmox Backup auch weg ist...
  7. I

    Vms als vmdk oder als dd Image exportieren

    Oh, bitte so: dd if=/dev/dein/device/zum/export of=/dein/zielpfad/extern bs=1M status=progress Es gibt nichts schlimmeres als nicht zu wissen, wann es fertig ist, oder ob man die externe Festplatte wieder mal vesehentlich in einen USB2.0-only Port gesteckt hat ;-)
  8. I

    Proxmox Webinterface nicht erreichbar.

    Nur so ein Hinweis, weil ich das jetzt schon zweimal hatte: Duplicate IP im Netz. Einmal hat mein Notebook aufgrund eines DHCP Fehlers die gleiche Adresse bezogen, die der Proxmox hatte. Einmal hatte ich dem Proxmox bei der Vorbereitung eine IP gegeben, die schon belegt war, aber zum Zeitpunkt...
  9. I

    Ballooning – Boot-Reihenfolge und Overprovisioning

    Ich habe bei einem von mir gehosteten Server Ballooning eingesetzt. Der Server hat 64 GB RAM, es laufen 3 Systeme darauf: - Windows Server 2022 Standard - Domain Controller - Windows Server 2022 Standard - Application Server + Dateifreigabe - Windows 10 VM mit Zugriff für mehrere Benutzer via...
  10. I

    How to vma extract -r fifo from zstd ?

    Is there a possibility to push the .raw image from vma extract directly into local-zfs storage without creating the subdir with qemu-server.conf? Or is there a possibility to mount a .raw image directly in a VM to recover files?
  11. I

    VZdump Skript with handling of --maxfiles

    Hier noch eins, falls mal eine vma.zstd im Proxmox Hypervisor als Partition einbinden will, um einzelne Dateien zu extrahieren. Macht kein Sanitizing, ist für den Admin bestimmt. Muss für non-zstd Images angepasst, werden, ebenso für Multiple-Disk-Images in einer VMA. #!/bin/bash echo...
  12. I

    Programm automatisch starten innerhalb eines LXC Containers

    Der Crontab ist eher so eine 'dreckige' Notlösung für selbstgeschriebene Skripte, heruntergeladene Binarys. Würde ich nicht machen, wenn ich etwas sauber implementieren möchte, schon gar nicht für installierte Systemdienste.
  13. I

    Extracting data from *.vma file

    #!/bin/bash echo "vmaRecover 1.0" if [ -z ${1} ] || [ -z ${2} ] || [ "$1" == "-h" ] ; then echo "vmaRecover.sh <file.vma.zst> </workingDir> [clean]" echo "Working dir contains subfolder with raw_image and loop folder for mounting file Systems." exit 0 fi file=$1 workingDir=$(echo "$2"...
  14. I

    VZdump Skript with handling of --maxfiles

    Hatte ich witzigerweise gestern Abend auch gelesen und heute morgen korrigiert. War klar, dass das jemandem auffällt ;-)
  15. I

    VZdump Skript with handling of --maxfiles

    Ich weiß, dass es einen Proxmox Backup Server gibt. Ich weiß, dass dieses Skript nicht perfekt ist, weil es das ein oder andere noch hardkodiert nutzt. Aber mit diesem Skript und Cron kann ich an Wunschtagen ein VZdump Export machen und dabei in Abhängigkeit des freien Speicherplatzes die Anzahl...
  16. I

    Ubuntu Nginx Reverse-Proxy LXC uses disk quota of Backend Server?

    Seems to be proxy request buffer: https://docs.nginx.com/nginx-management-suite/acm/how-to/policies/configure-proxy-buffers/ changed as follows: (add from proxy_buffering to proxy_max_temp_file_size) server { server_name external.domain.de location / {...
  17. I

    Ubuntu Nginx Reverse-Proxy LXC uses disk quota of Backend Server?

    I have a strange phenomen. I use an Ubuntu 22.04 Nginx LXC as a Reverse-Proxy for another Ubuntu LXC with "filebrowser" installed. To central manage my certs with certbot, the insecure http backend connection with filebrowser is encapsulated to https to the outer world on this nginx machine...
  18. I

    [SOLVED] ZFS Replace

    Hinweis ggf. einfach nur an mich selbst, falls ich das nächste mal auf das Problem stoße: Ich bin auch wie oben vorgegangen: - Festplatte kaputt. Direkt so defekt, dass sie das System fast zum Absturz gebracht hat (alles sehr träge) und ZFS sie rausgeschmissen hat. Ich hab sie detached, sodass...
  19. I

    Opt-in Linux Kernel 5.15 for Proxmox VE 7.x available

    I have issues with Dell PowerEdge 140. ("Cannot import rpool") . Struggled for many hours with this problem, the current tipps (manually import from initram, set boot waiting time to 5 sec, disable iommu) did not work for me. Cannot provide more information at the moment, because i have no...
  20. I

    kernel panic when creating VMs (centos 9 stream ISO)

    You use 5.13.19-4 This Kernel has known bugs. Switch back to 5.13.19-3 or – if not productive – forward to 5.15. I would not use that kernel. Search forum for this kernel version.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!