Search results

  1. G

    CT restore problem with ZFS

    Thanks for the workaround, it worked for me, but I find it rather complicated. setfacl -m user:100000:rwX /where/your/want/to/restore/$CTID was actually enough for me, the trick is to do it during the restore. See my thread unable to restore an unprivileged CT as unprivileged
  2. G

    unable to restore an unprivileged CT as unprivileged

    Hello, I run proxmox VE 5.4 w/ ZFS root on a standalone host. I'm in the process of migrating to a two-node cluster. Both are hosted @OVH. Once the new setup is ready, I plan to move my existing CTs (no VMs) by backup/restore technique. Please note that the CTs were created in unprivileged...
  3. G

    mkdir denied when restoring backup

    Hello, do you still face the issue ? You may try to execute setfacl -m user:100000:rwX ... like suggested there : CT restore problem with ZFS; it worked for me.