[SOLVED] Proxmox host backup fails, which logs to check?

Nov 16, 2022
105
12
18
Sweden
I recently redesigned my backup infrastructure so that everything goes directly to PBS. That includes two host backups, all my laptops + desk PCs, and all the VMs on both of the Proxmox hosts.

All is working fine except one of the host backups. It starts, but never finishes, and I can see activity around the first 20 seconds, then it just stops. Last night it ran for 24 hours without any progress after 17 seconds. The other host backup runs without any issues with the same setup except for the IP adress (they use a DAC for backups).

So question is, which logs should I look in to have a clue what's going on?

Thanks!
 
Here are output from the `active` log:

Bash:
UPID:proxmox-backup-server:000007C5:00000D7B:00000054:6638CF10:backup:HOSTS\x3ahost-proxmox01:root@pam:

And this is how the job looks like:

Bash:
#!/bin/bash

# proxmox-backup-client
export PBS_PASSWORD=qwerty1234 (no, not really)
proxmox-backup-client backup root.pxar:/ --repository 192.168.1.22:HOSTS --ns Proxmox-LARGE --exclude /var/log --include-dev /etc/pve
proxmox-backup-client prune host/proxmox01 --repository 192.168.1.22:HOSTS --ns Proxmox-LARGE --keep-daily 7 --keep-weekly 1 --keep-monthly 12
unset PBS_PASSWORD

And here's one of the failed attempts, I stopped it manually:
1715003732075.png


Any clues?
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!