Hello,
I'm encountering a persistent issue when trying to restore a host backup made with proxmox-backup-client. While the backup verification process completes successfully and I can mount the backup without any apparent issues, the restore operation fails every time with a specific error.
Here is the error message I receive:
This problem seems to affect only certain backups. However, once a backup for a specific host is affected, all subsequent backups for that same host also fail to restore with the same error.
I find it strange that the mount operation on the affected backup snapshots works perfectly fine. I can browse the file system and access the files, which forces me to manually copy the data over as a workaround instead of using the straightforward restore command.
Does anyone have an explanation for why mount would work while restore fails? This behavior seems inconsistent and makes me question the integrity of my backups, even when the verification process reports everything as "OK".
Here are the details of my setup:
Thank you in advance for your help!
I'm encountering a persistent issue when trying to restore a host backup made with proxmox-backup-client. While the backup verification process completes successfully and I can mount the backup without any apparent issues, the restore operation fails every time with a specific error.
Here is the error message I receive:
Error: error extracting archive - encountered unexpected error during extraction: error reading pxar archive: unexpected offset 22538233598, smaller than already consumed payload 22538233614
This problem seems to affect only certain backups. However, once a backup for a specific host is affected, all subsequent backups for that same host also fail to restore with the same error.
I find it strange that the mount operation on the affected backup snapshots works perfectly fine. I can browse the file system and access the files, which forces me to manually copy the data over as a workaround instead of using the straightforward restore command.
Does anyone have an explanation for why mount would work while restore fails? This behavior seems inconsistent and makes me question the integrity of my backups, even when the verification process reports everything as "OK".
Here are the details of my setup:
- Proxmox Backup Server Version: 3.4.0
- Client: proxmox-backup-client (latest version)
- Backup Command:
proxmox-backup-client backup files.pxar:/my/backup/path --backup-id myhost --repository myrepo --exclude=/backups --change-detection-mode=metadata
Thank you in advance for your help!