Hi All
Fairly new to Proxmox
Trying to create a BU of a CT and keep getting this response
"ERROR: Backup of VM 101 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/pve/sg-pbu/dump/vzdump-lxc-101-2026_05_12-11_28_17.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' ./ .nx-data | zstd '--threads=1' >/mnt/pve/sg-pbu/dump/vzdump-lxc-101-2026_05_12-11_28_17.tar.dat' failed: exit code 2"
The CT is unlocked
Any guidance would be much appreciated
Thx in Advance
Fairly new to Proxmox
Trying to create a BU of a CT and keep getting this response
"ERROR: Backup of VM 101 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/pve/sg-pbu/dump/vzdump-lxc-101-2026_05_12-11_28_17.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' ./ .nx-data | zstd '--threads=1' >/mnt/pve/sg-pbu/dump/vzdump-lxc-101-2026_05_12-11_28_17.tar.dat' failed: exit code 2"
The CT is unlocked
Code:
INFO: starting new backup job: vzdump 101 --remove 0 --node NFS --notification-mode notification-system --compress zstd --mode snapshot --notes-template NxWitness --storage sg-pbu
INFO: Starting Backup of VM 101 (lxc)
INFO: Backup started at 2026-05-12 11:28:18
INFO: status = running
INFO: CT Name: nxwitness
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp101 ('nx-data') in backup
INFO: found old vzdump snapshot (force removal)
Logical volume "snap_vm-101-disk-0_vzdump" successfully removed.
Logical volume "snap_vm-101-disk-0_vzdump" successfully removed.
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: suspend vm to make snapshot
INFO: create storage snapshot 'vzdump'
Logical volume "snap_vm-101-disk-0_vzdump" created.
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
Logical volume "snap_vm-101-disk-0_vzdump" created.
WARNING: Sum of all thin volume sizes (<3.91 TiB) exceeds the size of thin pool cctv/cctv and the size of whole volume group (<3.64 TiB).
INFO: resume vm
INFO: guest is online again after 1 seconds
INFO: creating vzdump archive '/mnt/pve/sg-pbu/dump/vzdump-lxc-101-2026_05_12-11_28_17.tar.zst'
INFO: tar: .nx-data: Cannot stat: No such file or directory
INFO: Total bytes written: 2495119360 (2.4GiB, 146MiB/s)
INFO: tar: Exiting with failure status due to previous errors
umount: /mnt/vzsnap0nx-data: no mount point specified.
command 'umount -l -d /mnt/vzsnap0nx-data' failed: exit code 32
ERROR: Backup of VM 101 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/pve/sg-pbu/dump/vzdump-lxc-101-2026_05_12-11_28_17.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' ./ .nx-data | zstd '--threads=1' >/mnt/pve/sg-pbu/dump/vzdump-lxc-101-2026_05_12-11_28_17.tar.dat' failed: exit code 2
INFO: Failed at 2026-05-12 11:28:36
INFO: Backup job finished with errors
INFO: notified via target `mail-to-root`
TASK ERROR: job errors
Any guidance would be much appreciated
Thx in Advance