Search results

  1. C

    [SOLVED] right syntax for the exclude file ".pxarexclude"

    Hi, how are you planning to back up the windows VM? You can only do an image-based backup, not a file-level backup. You cannot exclude paths on a image-based backup, it just backups the entire drive because it does not know what is on that drive. For a file-level backup you need to run the...
  2. C

    [SOLVED] Mail notifications

    @velocity08 the OP was asking how to configure the settings for PBS, you are trying to find the settings in PVE. Log in to your PBS dashboard and configure it there.
  3. C

    Can qcow2 image from another PBS be mounted on a newer one?

    Do I understand this correctly: You have a PBS VM that had a harddrive that was using qcow2 on the proxmox side. You now want to attach that image to another VM. How to do that is described here: https://pve.proxmox.com/wiki/Moving_disk_image_from_one_KVM_machine_to_another If that is not what...
  4. C

    [SOLVED] PBS as a Rsync Server

    PBS is not based on rsync, it uses its own protocol for backups. What would work: Mount the directories of your NAS on a linux server and use proxmox-backup-client on that linux server to backup the mounted nas shares
  5. C

    3 node test setup ceph issues

    the nodes just have one mon addr in our case
  6. C

    3 node test setup ceph issues

    What do you want to know from that ceph.conf? networks and keyrings are irrelevant and other than default values there isn't really a ton in there.
  7. C

    3 node test setup ceph issues

    yes, 6 proxmox/ceph nodes each with 2x10G connected to redundant switches. As 25G is getting pretty cheap by now, new servers already come with 25g interfaces, we just haven't upgraded the switch yet.
  8. C

    3 node test setup ceph issues

    I have a cluster for testing with three nodes and 1G links as well... And yes, performance sucks :) In production we use 2x10G and the performance is decent. Can't recommend CEPH with 1G links :D even using LACP with multiple 1G links is not fun as LACP is session based. 1G also has a higher...
  9. C

    [SOLVED] Incremental backup & VM restore?

    PBS works different than most other Backup Solutions. I think the best way to put it is to say that backups are always full, but they get created in an incremental manner. The incremental part: Proxmox VE knows what parts of the drive actually changed and will only need to transfer those to...
  10. C

    [SOLVED] API Documentation

    That's awesome! Thank you very much
  11. C

    [SOLVED] Storage and hardware RAID

    Hi, if you don't use the iso installer and start with a fresh install of Debian 10 instead, you can partition your hardware-raid to your liking. You will just need to add the proxmox backup repository afterwards and install the proxmox-backup-server package.
  12. C

    Official Terraform Provider?

    Hello, are there any plans to develop and release an official Terraform Provider so we don't have to rely on 3rd parties? If yes, that would give us more confidence in going the Proxmox Path for Kubernetes Clusters :) Cheers!
  13. C

    PBS with old PVE

    The devs stated that they will not backport to 5.X versions as they are EOL anyway. You should upgrade to a more recent version :) Most of the time this can be done without a reboot anyway.
  14. C

    [SOLVED] Restoring Disk to a live VM: VM doesn't recognize drive

    oh ok... that works now. I did try it with qm rescan before, it picked it up as an unused drive but once attached it didn't show up. With our current backup tool https://github.com/Corsinvest/cv4pve-barc we could attach a -restore in the name of the drive, do a qm rescan and attach it without...
  15. C

    [SOLVED] Full backup with proxmox-backup-client

    Hi, PBS differs from the standard backup software as it does deduplication. Maybe this thread can help you understand the concept a bit better, let me know if questions remain unanswered :) https://forum.proxmox.com/threads/general-problem-of-understanding.80343/
  16. C

    [SOLVED] Restoring Disk to a live VM: VM doesn't recognize drive

    Hello, I wanted to restore a single disk and attach it to a running VM (ID 117). To accomplish this, I restored the VM the disk was attached to to a completly new VM (ID 118). Then I followed the instructions on https://pve.proxmox.com/wiki/Moving_disk_image_from_one_KVM_machine_to_another to...
  17. C

    Missing SSL certificate for Proxmox backup server

    This is intended and to be expected, the fingerprint is the fingerprint of the certificate used (either self-signed or the one you copied over). You only need to specify the fingerprint in backup clients if the certificate is self-signed, thats the only way to make sure this certificate is...
  18. C

    FYI: Special-device size on PBS in practice

    Thank you for your observations, that is really not a lot of special device usage... awesome!