Proxmox Version 7.1-12
I have 7 LXCs and 2 VMs. All seem to backup correctly without issue except for 1 of my LXCs. When I attempt at suspend backup it fails with the following:
Task viewer: VM/CT 101 - Backup
OutputStatus
Stop
INFO: starting new backup job: vzdump 101 --mode suspend
INFO: Starting Backup of VM 101 (lxc)
INFO: Backup started at 2022-04-18 18:31:13
INFO: status = running
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: PIHOLE2
INFO: including mount point rootfs ('/') in backup
INFO: starting first sync /proc/38670/root/ to /mnt/BACKUP_TEMP/vzdumptmp41667_101/
ERROR: Backup of VM 101 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/38670/root//./ /mnt/BACKUP_TEMP/vzdumptmp41667_101/' failed: exit code 23
INFO: Failed at 2022-04-18 18:31:31
INFO: Backup job finished with errors
TASK ERROR: job errors
If I try to backup as a stop mode backup it fails with the following:
INFO: starting new backup job: vzdump 101 --storage local --compress zstd --remove 0 --mode stop --node debian
INFO: Starting Backup of VM 101 (lxc)
INFO: Backup started at 2022-04-18 18:45:11
INFO: status = running
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: CT Name: PIHOLE2
INFO: including mount point rootfs ('/') in backup
INFO: stopping virtual guest
INFO: creating vzdump archive '/var/lib/vz/dump/vzdump-lxc-101-2022_04_18-18_45_11.tar.zst'
INFO: tar: ./etc/pihole/pihole-FTL.db: File shrank by 390250496 bytes; padding with zeros
INFO: Total bytes written: 2315591680 (2.2GiB, 120MiB/s)
INFO: restarting vm
INFO: guest is online again after 25 seconds
ERROR: Backup of VM 101 failed - command 'set -o pipefail && 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_TEMP/vzdumptmp48410_101/' ./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 --rsyncable '--threads=1' >/var/lib/vz/dump/vzdump-lxc-101-2022_04_18-18_45_11.tar.dat' failed: exit code 1
INFO: Failed at 2022-04-18 18:45:36
INFO: Backup job finished with errors
TASK ERROR: job errors
vzdump config is as follows:
# vzdump default settings
tmpdir: /mnt/BACKUP_TEMP/
#dumpdir: DIR
#storage: STORAGE_ID
#mode: snapshot|suspend|stop
#bwlimit: KBPS
#ionice: PRI
#lockwait: MINUTES
#stopwait: MINUTES
#stdexcludes: BOOLEAN
#mailto: ADDRESSLIST
#prune-backups: keep-INTERVAL=N[,...]
#script: FILENAME
#exclude-path: PATHLIST
#pigz: N
The particular LXC that is failing to backup config is as follows:
arch: amd64
cores: 1
features: nesting=1
hostname: PIHOLE2
memory: 2048
net0: name=eth0,bridge=vmbr1,hwaddr=AA0:0C:CE:F5:F9,ip=dhcp,type=veth
onboot: 1
ostype: ubuntu
rootfs: VMs:vm-101-disk-0,size=4G
swap: 2048
All LXCs are Ubuntu 20.04 except for this one that's failing which is 18.04 because I'm running piHole on it and I believe they still don't support 20.04...correct me if I'm wrong.
Any other information I can provide that could bring more insight? Thanks so much for taking a look.
I have 7 LXCs and 2 VMs. All seem to backup correctly without issue except for 1 of my LXCs. When I attempt at suspend backup it fails with the following:
Task viewer: VM/CT 101 - Backup
OutputStatus
Stop
INFO: starting new backup job: vzdump 101 --mode suspend
INFO: Starting Backup of VM 101 (lxc)
INFO: Backup started at 2022-04-18 18:31:13
INFO: status = running
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: PIHOLE2
INFO: including mount point rootfs ('/') in backup
INFO: starting first sync /proc/38670/root/ to /mnt/BACKUP_TEMP/vzdumptmp41667_101/
ERROR: Backup of VM 101 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/38670/root//./ /mnt/BACKUP_TEMP/vzdumptmp41667_101/' failed: exit code 23
INFO: Failed at 2022-04-18 18:31:31
INFO: Backup job finished with errors
TASK ERROR: job errors
If I try to backup as a stop mode backup it fails with the following:
INFO: starting new backup job: vzdump 101 --storage local --compress zstd --remove 0 --mode stop --node debian
INFO: Starting Backup of VM 101 (lxc)
INFO: Backup started at 2022-04-18 18:45:11
INFO: status = running
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: CT Name: PIHOLE2
INFO: including mount point rootfs ('/') in backup
INFO: stopping virtual guest
INFO: creating vzdump archive '/var/lib/vz/dump/vzdump-lxc-101-2022_04_18-18_45_11.tar.zst'
INFO: tar: ./etc/pihole/pihole-FTL.db: File shrank by 390250496 bytes; padding with zeros
INFO: Total bytes written: 2315591680 (2.2GiB, 120MiB/s)
INFO: restarting vm
INFO: guest is online again after 25 seconds
ERROR: Backup of VM 101 failed - command 'set -o pipefail && 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_TEMP/vzdumptmp48410_101/' ./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 --rsyncable '--threads=1' >/var/lib/vz/dump/vzdump-lxc-101-2022_04_18-18_45_11.tar.dat' failed: exit code 1
INFO: Failed at 2022-04-18 18:45:36
INFO: Backup job finished with errors
TASK ERROR: job errors
vzdump config is as follows:
# vzdump default settings
tmpdir: /mnt/BACKUP_TEMP/
#dumpdir: DIR
#storage: STORAGE_ID
#mode: snapshot|suspend|stop
#bwlimit: KBPS
#ionice: PRI
#lockwait: MINUTES
#stopwait: MINUTES
#stdexcludes: BOOLEAN
#mailto: ADDRESSLIST
#prune-backups: keep-INTERVAL=N[,...]
#script: FILENAME
#exclude-path: PATHLIST
#pigz: N
The particular LXC that is failing to backup config is as follows:
arch: amd64
cores: 1
features: nesting=1
hostname: PIHOLE2
memory: 2048
net0: name=eth0,bridge=vmbr1,hwaddr=AA0:0C:CE:F5:F9,ip=dhcp,type=veth
onboot: 1
ostype: ubuntu
rootfs: VMs:vm-101-disk-0,size=4G
swap: 2048
All LXCs are Ubuntu 20.04 except for this one that's failing which is 18.04 because I'm running piHole on it and I believe they still don't support 20.04...correct me if I'm wrong.
Any other information I can provide that could bring more insight? Thanks so much for taking a look.