Environment: Proxmox VE 8.3.2
I have created an LCX container (200) (Debian Bookworm) on a node (ESX3).
This container is to be backed up together with the data backup of the data center.
Without this container, the data backup worked for months.
During the first backup with the new container, the following error occurs:
How can I avoid this error?
I have created an LCX container (200) (Debian Bookworm) on a node (ESX3).
This container is to be backed up together with the data backup of the data center.
Without this container, the data backup worked for months.
During the first backup with the new container, the following error occurs:
Code:
INFO: starting new backup job: vzdump 200 --compress zstd --notes-template '{{guestname}}' --storage backup --notification-mode auto --mode snapshot --remove 0 --node ESX3
INFO: Starting Backup of VM 200 (lxc)
INFO: Backup started at 2025-01-05 15:49:21
INFO: status = running
INFO: CT Name: Docker
INFO: including mount point rootfs ('/') in backup
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: create storage snapshot 'vzdump'
INFO: creating vzdump archive '/mnt/pve/backup/dump/vzdump-lxc-200-2025_01_05-15_49_21.tar.zst'
INFO: tar: /mnt/pve/backup/dump/vzdump-lxc-200-2025_01_05-15_49_21.tmp: Cannot open: Permission denied
INFO: tar: Error is not recoverable: exiting now
INFO: cleanup temporary 'vzdump' snapshot
ERROR: Backup of VM 200 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/backup/dump/vzdump-lxc-200-2025_01_05-15_49_21.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' ./ | zstd '--threads=1' >/mnt/pve/backup/dump/vzdump-lxc-200-2025_01_05-15_49_21.tar.dat' failed: exit code 2
INFO: Failed at 2025-01-05 15:49:23
INFO: Backup job finished with errors
TASK ERROR: job errors
How can I avoid this error?
Last edited: