Seeying the same behaviour.
Xeon Silver 4314 (PVE,ZFS 3x NVME SSD) -> Xeon E2690v4 (PBS on PVE,ZFS 3x SATA SSD)
2x 10G LACP networking
Backup speed varies from 1.4 to 1.9Gbit/sec and keeps the PBS CPU rather busy. 2 backup jobs at the same time...
That would be another case as already mentioned here:
https://forum.proxmox.com/threads/backup-to-pbs-very-long-due-to-missing-dirty-bitmap.162551
I will open a case because we are loosing bitmaps randomly on large vms what makes backups very...
Bonjour,
Can you confirm that the dirty bitmap is always clear after a storage move for a VM hard drive, even if the VM is still running with no reboot?
So if we change the storage, we have to re-read oall the data for the backup with PBS ...
Cron usually uses sh rather than bash and $PATH is different. Might have something to do with it. Hard to tell with limited information. Can you share your cron file?
I'd strongly recommend you to put this into a nicely formatted bash script and...
I can create a prune job directly on the web interface on pbs, and after, i can launch the prune job when i click run now. it's work
My idea was to create the prune job automatically ( with a prune Schedule) via the Api. And after that it's the...
I also altered the response.
For the long name, they are generated automaticly via a backup script ( we use volume id), that's why there are long.
I try with a short token
I try with a login/pass, it's the same.
there is a lot of "-" in the...
I ll try with a login/password.
But the goal is to launcher the command in a script so the token seems more the way to go.
For the file/ namespace name, i just quickly remplace the real name for posting here.
Thanks for the reply
Hello
i try tu run the prune command with the proxmox-backup-client like this :
with the same command without the option -dry-run :
It'a like it stuck for creating the tempfile for the backup, and the command don't work because of it...
One usecase would be to schedule reoccuring automated restore tests. This would be highly useful to ensure that backup and restore works as intended. Of course we have verify but an automated restore could also be combined with an automatic test...
I say it's a nice fetaure;). This week i make a script that backup the entire disk of a physical server with pbs-backup-client to a pbs server ,and another script with proxmox-backup-restore that restore the backup into a vm, on proxmoxve on a...