Kann kein backup vom proxmox-backup-server machen

dancgn

New Member
Jun 27, 2024
10
2
3
Hallo zusammen,

ich sichere über den Proxmox selbst auf eine externe NAS, jede Nacht, praktisch jeden Container. Zusätzlich habe ich mir eine LXC mit dem Proxmox Backup Server gemacht, der ebenfalls eine Sicherung durchführt. Natürlich auf eine andere Platte. Egal.

Der PBS sichert auf eine andere Platte, aber ich würde gerne den Container sichern. Aber egal was ich versuche, er hängt sich auf. Also der komplette Server. Hier mal die Log von der Sicherung.

Code:
INFO: starting new backup job: vzdump 888 --mode snapshot --storage pbs --remove 0 --node midgard --notification-mode notification-system --compress zstd --notes-template '{{guestname}}'
INFO: Starting Backup of VM 888 (lxc)
INFO: Backup started at 2025-10-30 08:22:12
INFO: status = running
INFO: CT Name: proxmox-backup-server
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/backup') in backup
INFO: found old vzdump snapshot (force removal)
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: suspend vm to make snapshot
INFO: create storage snapshot 'vzdump'
INFO: resume vm
INFO: guest is online again after <1 seconds
INFO: creating vzdump archive '/mnt/backup/dump/vzdump-lxc-888-2025_10_30-08_22_12.tar.zst'
INFO: cleanup temporary 'vzdump' snapshot
snapshot 'vzdump' was not (fully) removed - zfs error: cannot destroy snapshot rpool/data/subvol-888-disk-0@vzdump: dataset is busy
ERROR: Backup of VM 888 failed - command 'set -o pipefail && lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- tar cpf - --totals --one-file-system -p --sparse --numeric-owner --acls --xattrs '--xattrs-include=user.*' '--xattrs-include=security.capability' '--warning=no-file-ignored' '--warning=no-xattr-write' --one-file-system '--warning=no-file-ignored' '--directory=/mnt/backup/dump/vzdump-lxc-888-2025_10_30-08_22_12.tmp' ./etc/vzdump/pct.conf ./etc/vzdump/pct.fw '--directory=/mnt/vzsnap0' --no-anchored '--exclude=lost+found' --anchored '--exclude=./tmp/?*' '--exclude=./var/tmp/?*' '--exclude=./var/run/?*.pid' ./ ./backup | zstd '--threads=1' >/mnt/backup/dump/vzdump-lxc-888-2025_10_30-08_22_12.tar.dat' failed: interrupted by signal
INFO: Failed at 2025-10-30 09:25:10
INFO: Backup job finished with errors
INFO: notified via target `proxmobo-webhook`
INFO: notified via target `proxman`
INFO: notified via target `Gotify`
TASK ERROR: job errors

Egal ob ich den Container vorher stoppe, oder im laufenden Betrieb sichere. Alle anderen Container werden ohne Probleme im laufenden Betrieb gesichert.

Der interrupt ist wohl vom Neustart, weil er gar nichts mehr getan hat.

Danke für Input.