Recent content by uiffiu

  1. U

    [SOLVED] Official way to backup proxmox VE itself?

    please read my entire post, especially that part: i'm not writing about block level backup. my approach is a highly optimized process for system restore, as hardware independent as possible.
  2. U

    [SOLVED] Official way to backup proxmox VE itself?

    i'm talking about the script https://pve.proxmox.com/wiki/Automated_Installation#First_Boot_Hook_Section which technically of course could be ran manually after install. i backup /etc and some other folders daily during runtime. restore during runtime is also no problem, but i've only done it...
  3. U

    [SOLVED] Official way to backup proxmox VE itself?

    I've built a first boot hook script for one of my hosts, which restores nearly everything from a zfs pool inside the host. the hardest part is to keep the script up2date when you make changes on the host. https://pve.proxmox.com/wiki/Automated_Installation it's also possible to host answer file...
  4. U

    Error Message: encrypted dataset may not be sent with properties without the raw flag

    Hello, I tried to migrate a VM, on both PVE the ZFS pools are encrypted with the same keyfile. Is there something I should do different or are encrypted pools not supported? Thanks! 2025-07-17 19:50:20 remote: started tunnel worker 'UPID:pve2::qmtunnel:128:root@pam!pdm-admin:' tunnel: ->...
  5. U

    Proxmox Datacenter Manager – Wichtige fehlende Funktionen für die Zukunft

    Roadmap: https://pve.proxmox.com/wiki/Proxmox_Datacenter_Manager_Roadmap
  6. U

    Unterstützung für Hook Skript wie bei PVE

    Habe ein Script für Crontab gebastelt. Ist für 2 sync jobs, einer alle 10min und einer alle 1h. Zum einfachen herausfinden der worker id, am Ende der Funktion check_criteria die Zeile echo "Worker $worker_id mit Status $status" auskommentieren und das Skript ausführen. worker_10min und...
  7. U

    Unterstützung für Hook Skript wie bei PVE

    Hallo! Ich habe remote PBS, welches von meinem lokalen PBS die Daten lesend holt. Wollte hier nun einen hook für selfhosted healthchecks einbauen, statt Mailbenachrichtigung. Es kommen doch einige Mails zusammen, wenn mal 1-2h keine Verbindung zwischen den PBS war... (lokal gehosteter Mailserver...
  8. U

    How to create a user that only can "zfs receiv "

    you may want to use zfs allow https://klarasystems.com/articles/improving-replication-security-with-openzfs-delegation/
  9. U

    Ryzen 5800X with Gigabyte X570 UD MCE Errors with 2 different CPUs?

    Hello, I have Asrock Rack X570D4U and this error occure only when I enable PBS. CPU is 5800X. Temperatures according IPMI (logged with telegraf) are below 65, but VRM temperature is missing, which I assume is the root cause. X570 chip is cooled with 40mm fan.
  10. U

    Backup Hook Script

    Hello, this is the first hit on goolge for me, so I'm posting my issue: 118: 2024-02-19 04:26:10 INFO: _____-----_____ 118: 2024-02-19 04:26:10 INFO: Use of uninitialized value in concatenation (.) or string at /usr/sbin/sanoid line 39. 118: 2024-02-19 04:26:10 INFO: FATAL: cannot load...
  11. U

    Does it make sense to use ZFS for a single volume HDD?

    I'm still not the author xD It was also not my own idea, some day youtube recommended a video, in there a guy partitioned a HDD to 4 partitions and used them in a raiz1 ZFS pool to have bitrot protection on single HDD and loose only 25% storage for a cheap backup. It's also possible to make 8...
  12. U

    Does it make sense to use ZFS for a single volume HDD?

    I thought copies=2 takes up twice the space, so 50% loss similar to a mirror? With 5 partitions in raidz1 I only loose 20% space.
  13. U

    Does it make sense to use ZFS for a single volume HDD?

    I'm not the thread author :D But as he asked if one HDD makes sense for ZFS, I thought I write my use case for one HDD as backup. And you're right, I'm using ZFS-Send/Receive and do regularly scrubs.
  14. U

    Does it make sense to use ZFS for a single volume HDD?

    I have a 14 TB WD Elements shucked and slot it into an 5,25"/3,5" adaptor for inhouse external backups once a week. It is split into 5 partitions and these are in a raidz1 pool for data integrity. I have also used /dev/disk/by-partuuid/ when building the pool, so the drive can be passthrouged...
  15. U

    [SOLVED] Proxmox 7 on HP G7 and how to enable hba mode P410 (hpsahba)

    Hello, yes, I checked the folder from Makefile and added the code to path.sh. But I ran dkms install --force hpsa-dkms/1.0 with parameter for kernel 5.15.xx, because pve was running with 5.11 at this point. Is it mandatory to have the new kernel bootet for this to work? Thanks