Hello everyone,
I got an issue here that maybe you're able to help me.
On my root Server on my hoster Hetzner is the latest Proxmox VE running. For backup reasons I ordered a "Storage Box", which is a backup place that can be reached via SMB/CIFS, WebDAV etc. After connecting the box via SMB/CIFS I run my backups. Sadly every backup fails for my LXC Containers. The VMs are running totally fine:
Can somebody can give a hint How I'm able to debug it?
Cheers,
Gamie
I got an issue here that maybe you're able to help me.
On my root Server on my hoster Hetzner is the latest Proxmox VE running. For backup reasons I ordered a "Storage Box", which is a backup place that can be reached via SMB/CIFS, WebDAV etc. After connecting the box via SMB/CIFS I run my backups. Sadly every backup fails for my LXC Containers. The VMs are running totally fine:
Code:
vzdump 105 106 108 --prune-backups 'keep-last=2' --storage storagebox --compress zstd --quiet 1 --mailnotification always --node proxmox --mailto me@mail.com --mode suspend --notes-template '{{guestname}}'
105: 2023-01-02 04:00:01 INFO: Starting Backup of VM 105 (lxc)
105: 2023-01-02 04:00:01 INFO: status = running
105: 2023-01-02 04:00:01 INFO: backup mode: suspend
105: 2023-01-02 04:00:01 INFO: ionice priority: 7
105: 2023-01-02 04:00:01 INFO: CT Name: stephan-seedbox
105: 2023-01-02 04:00:01 INFO: including mount point rootfs ('/') in backup
105: 2023-01-02 04:00:01 INFO: starting first sync /proc/1640275/root/ to /var/tmp/vzdumptmp1551178_105
105: 2023-01-02 11:01:08 ERROR: Backup of VM 105 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/1640275/root//./ /var/tmp/vzdumptmp1551178_105' failed: exit code 23
106: 2023-01-02 11:01:08 INFO: Starting Backup of VM 106 (lxc)
106: 2023-01-02 11:01:08 INFO: status = running
106: 2023-01-02 11:01:08 INFO: backup mode: suspend
106: 2023-01-02 11:01:08 INFO: ionice priority: 7
106: 2023-01-02 11:01:08 INFO: CT Name: stephan-nextcloud
106: 2023-01-02 11:01:08 INFO: including mount point rootfs ('/') in backup
106: 2023-01-02 11:01:08 INFO: starting first sync /proc/3468251/root/ to /var/tmp/vzdumptmp1551178_106
106: 2023-01-02 12:15:42 ERROR: Backup of VM 106 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/3468251/root//./ /var/tmp/vzdumptmp1551178_106' failed: exit code 23
108: 2023-01-02 12:15:42 INFO: Starting Backup of VM 108 (lxc)
108: 2023-01-02 12:15:42 INFO: status = running
108: 2023-01-02 12:15:42 INFO: backup mode: suspend
108: 2023-01-02 12:15:42 INFO: ionice priority: 7
108: 2023-01-02 12:15:42 INFO: CT Name: stephan-plex
108: 2023-01-02 12:15:42 INFO: including mount point rootfs ('/') in backup
108: 2023-01-02 12:15:42 INFO: starting first sync /proc/24013/root/ to /var/tmp/vzdumptmp1551178_108
108: 2023-01-02 12:52:56 INFO: first sync finished - transferred 181.80G bytes in 2234s
108: 2023-01-02 12:52:56 INFO: suspending guest
108: 2023-01-02 12:52:56 INFO: starting final sync /proc/24013/root/ to /var/tmp/vzdumptmp1551178_108
108: 2023-01-02 12:53:21 INFO: final sync finished - transferred 7.15M bytes in 25s
108: 2023-01-02 12:53:21 INFO: resuming guest
108: 2023-01-02 12:53:21 INFO: guest is online again after 25 seconds
108: 2023-01-02 12:53:21 INFO: creating vzdump archive '/mnt/pve/storagebox/dump/vzdump-lxc-108-2023_01_02-12_15_42.tar.zst'
108: 2023-01-02 13:32:30 INFO: Total bytes written: 181692794880 (170GiB, 74MiB/s)
108: 2023-01-02 13:32:33 INFO: zstd: /*stdout*\: Input/output error
108: 2023-01-02 13:33:23 ERROR: Backup of VM 108 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=/var/tmp/vzdumptmp1551178_108' ./etc/vzdump/pct.conf ./etc/vzdump/pct.fw '--directory=/var/tmp/vzdumptmp1551178_108' --no-anchored '--exclude=lost+found' --anchored '--exclude=./tmp/?*' '--exclude=./var/tmp/?*' '--exclude=./var/run/?*.pid' . | zstd --rsyncable '--threads=1' >/mnt/pve/storagebox/dump/vzdump-lxc-108-2023_01_02-12_15_42.tar.dat' failed: exit code 1
Can somebody can give a hint How I'm able to debug it?
Cheers,
Gamie