Backup Error

Jun 30, 2023
20
0
6
hallo Forum,

ich habe kürzlich von einem Container wo ein Ubuntu mit Wireguard läuft die Festplatte verkleinert. Ging alles gut und habe auch danach ein manuelles Backup gemacht. Anschließend diese Maschine in den Backupplan eingefügt. Nun kommt aber schon wieder ein Fehler den ich nicht lokalisieren kann. Kann hier vielleicht jemand aus diesem Log was herauslesen was mir weiterhilft?

vzdump --notes-template '{{guestname}}' --fleecing 0 --all 1 --prune-backups 'keep-daily=2' --storage ZFS_tag1 --notification-mode notification-system --mode snapshot

100: 2026-02-28 03:00:02 INFO: Starting Backup of VM 100 (lxc)
100: 2026-02-28 03:00:02 INFO: status = running
100: 2026-02-28 03:00:02 INFO: CT Name: Wireguard
100: 2026-02-28 03:00:02 INFO: including mount point rootfs ('/') in backup
100: 2026-02-28 03:00:02 INFO: backup mode: snapshot
100: 2026-02-28 03:00:02 INFO: ionice priority: 7
100: 2026-02-28 03:00:02 INFO: create storage snapshot 'vzdump'
100: 2026-02-28 03:00:03 INFO: creating Proxmox Backup Server archive 'ct/100/2026-02-28T02:00:02Z'
100: 2026-02-28 03:00:03 INFO: set max number of entries in memory for file-based backups to 1048576
100: 2026-02-28 03:00:03 INFO: run: lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client backup --crypt-mode=none pct.conf:/var/tmp/vzdumptmp1824585_100/etc/vzdump/pct.conf root.pxar:/mnt/vzsnap0 --include-dev /mnt/vzsnap0/./ --skip-lost-and-found --exclude=/tmp/?* --exclude=/var/tmp/?* --exclude=/var/run/?*.pid --backup-type ct --backup-id 100 --backup-time 1772244002 --entries-max 1048576 --repository href="mailto:root@pam@192.168.150.69:ZFS_tag">root@pam@192.168.150.69:ZFS_tag100: 2026-02-28 03:00:03 INFO: Starting backup: ct/100/2026-02-28T02:00:02Z
100: 2026-02-28 03:00:03 INFO: Client name: pve
100: 2026-02-28 03:00:03 INFO: Starting backup protocol: Sat Feb 28 03:00:03 2026
100: 2026-02-28 03:00:03 INFO: Error: while creating locked backup group 'BackupGroup { store: "ZFS_tag", ns: BackupNamespace { inner: [], len: 0 }, group: BackupGroup { ty: Ct, id: "100" } }'
100: 2026-02-28 03:00:03 INFO: cleanup temporary 'vzdump' snapshot
100: 2026-02-28 03:00:03 ERROR: Backup of VM 100 failed - command 'lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client backup '--crypt-mode=none' pct.conf:/var/tmp/vzdumptmp1824585_100/etc/vzdump/pct.conf root.pxar:/mnt/vzsnap0 --include-dev /mnt/vzsnap0/./ --skip-lost-and-found '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' --backup-type ct --backup-id 100 --backup-time 1772244002 --entries-max 1048576 --repository href="mailto:root@pam@192.168.150.69:ZFS_tag">root@pam@192.168.150.69:ZFS_tag' failed: exit code 255
 
Hey @anwin

ich denke nicht, dass es was mit der verkleinerten Festplatte zu tun hat,

Eher mit einem Lock auf dem PBS:
Error: while creating locked backup group 'BackupGroup { store: "ZFS_tag", ns: BackupNamespace { inner: [], len: 0 }, group: BackupGroup { ty: Ct, id: "100" } }'

Läuft auf dem PBS noch irgendein Task, was das eventuell blockiert?
Dashboard > Running Tasks

Kontrollier mal bitte, ob hier ein Lock besteht, auf dem PBS:

fuser /run/proxmox-backup/locks/<DATASTORENAME>/vm-100

Kein Output => Kein Lock. Output => Lock vorhanden

Oder überschneiden sich hier irgendwelche Tasks? PBS <-> PVE?
Kann auch sein, dass das vorherige manuelle Backup den lock nicht mehr aufgehoben hat.

Welche PBS / PVE Version?