if PVE firewall ON , try
https://forum.proxmox.com/threads/turning-on-firewall-with-accept-policies-everywhere-makes-hosts-unreachable.182123/post-846186
Hello,
If you want to stop a vm that is in HA. You have to use the shutdown button in the Proxmox interface, that will change the HA state of your vm to "stopped".
If you shutdown your vm directly in the VM, HA don't see it so your VM will be...
You're trying to reinvent the wheel.
Moden backup strategies are differential, which means that they are
- content aware (via CBT)
- only transfer the changes
the "simple" vzdump process is not content aware, so you would have to resort to...
because compression is not reproductible.
rsync can't be efficient with compressed stream as data is mixed.
hook script at stop is the solution for your use case.
Once you have tried PBS, you will keep it.
Here PBS alongside PVE.
PBS...
There are MANY. A simple script of freeze, rdiff signature, rdiff delta, thaw would get you where you want to be. It would be harmless to run it nightly- hell, even every hour but you can also condition the run with a modified date check if that...
there is no need to run a custom script. Just choose shutdown in the Eaton Power Protector. Proxmox will issue a "Bulk shutdown VMs and Containers" command. Afterwards it will power down.
try to enable fleecing option in backup scheduling advanced option.
when backup is running, the new writes are going first to the pbs storage and that can give you slowdown if the pbs is slow or have more lantency or have limited bandwidth.
The...
it's same as baremetal,
it's not a really Proxmox side.
You will find tutos online.
System disk need conversion to gpt, then make EFI boot partition to create EFI boot files.
BTW, Legacy Boot / SeaBIOS is not Secure Boot capable, and have not...