I backup a filesystem tree inside a vm, then using
The filesystem I mounted is the content of a virtio .iso (
The file is truncated at
Small files are not truncated.
Complete restores and partial restores done with
proxmox-backup-client mount
i tried to compare the original tree with the mounted backup.The filesystem I mounted is the content of a virtio .iso (
virtio-win-0.1.221.iso
).- Original tree:
/opt/restore/bigfs/virtio-win-0.1.221/
- Mounted backup:
/tmp/backup/bigfs/virtio-win-0.1.221/
Code:
# sha256sum /tmp/backup/bigfs/virtio-win-0.1.221/virtio-win-guest-tools.exe
5c3ce2eb7611b2089b5b847f01c3ddf43143f0f4ebce5e4f757c22c792edf848 /tmp/backup/bigfs/virtio-win-0.1.221/virtio-win-guest-tools.exe
Code:
# sha256sum /opt/restore/bigfs/virtio-win-0.1.221/virtio-win-guest-tools.exe
4e16b57aab0206093d891e109e4e94f09f1300552e5339a23816540ce598a855 /opt/restore/bigfs/virtio-win-0.1.221/virtio-win-guest-tools.exe
The file is truncated at
0x000bd566
Code:
# hd /tmp/backup/bigfs/virtio-win-0.1.221/virtio-win-guest-tools.exe | tail
000bd4e0 aa 05 aa 03 aa 07 6a 00 6a 04 6a 02 6a 06 6a 01 |......j.j.j.j.j.|
000bd4f0 6a 05 6a 03 6a 07 ea 00 ea 04 ea 02 ea 06 ea 01 |j.j.j...........|
000bd500 ea 05 ea 03 ea 07 1a 00 fa 07 34 08 34 04 34 0c |..........4.4.4.|
000bd510 34 02 34 0a 34 06 34 0e 34 01 34 09 34 05 34 0d |4.4.4.4.4.4.4.4.|
000bd520 34 03 34 0b 34 07 34 0f b4 00 b4 08 b4 04 b4 0c |4.4.4.4.........|
000bd530 b4 02 b4 0a b4 06 b4 0e b4 01 b4 09 b4 05 b4 0d |................|
000bd540 b4 03 b4 0b b4 07 b4 0f 74 00 74 08 74 04 74 0c |........t.t.t.t.|
000bd550 74 02 74 0a 74 06 74 0e 74 01 74 09 74 05 74 0d |t.t.t.t.t.t.t.t.|
000bd560 74 03 74 0b 74 07 74 |t.t.t.t|
000bd567
Code:
# hd -s 0x000bd4e0 -n 160 /opt/restore/bigfs/virtio-win-0.1.221/virtio-win-guest-tools.exe
000bd4e0 aa 05 aa 03 aa 07 6a 00 6a 04 6a 02 6a 06 6a 01 |......j.j.j.j.j.|
000bd4f0 6a 05 6a 03 6a 07 ea 00 ea 04 ea 02 ea 06 ea 01 |j.j.j...........|
000bd500 ea 05 ea 03 ea 07 1a 00 fa 07 34 08 34 04 34 0c |..........4.4.4.|
000bd510 34 02 34 0a 34 06 34 0e 34 01 34 09 34 05 34 0d |4.4.4.4.4.4.4.4.|
000bd520 34 03 34 0b 34 07 34 0f b4 00 b4 08 b4 04 b4 0c |4.4.4.4.........|
000bd530 b4 02 b4 0a b4 06 b4 0e b4 01 b4 09 b4 05 b4 0d |................|
000bd540 b4 03 b4 0b b4 07 b4 0f 74 00 74 08 74 04 74 0c |........t.t.t.t.|
000bd550 74 02 74 0a 74 06 74 0e 74 01 74 09 74 05 74 0d |t.t.t.t.t.t.t.t.|
000bd560 74 03 74 0b 74 07 74 0f f4 00 f4 08 f4 04 f4 0c |t.t.t.t.........|
000bd570 04 00 7a 01 7a 05 7a 03 7a 07 fa 00 fa 04 fa 02 |..z.z.z.z.......|
000bd580
Small files are not truncated.
Complete restores and partial restores done with
proxmox-backup-client catalog shell
(but see this other post ) are ok.
Last edited: