I'm a bit disappointed by the chunk reuse of my backups of a (piece of) my ext4 fileystem.
fstab:
mount:
Running 2 backups right after one another, without any active use of the underlying directories i.e: no very active processes, the files are just sitting there.
Here is the tail of the logs
I'm not seeing why more than 30% of the filedata has apparantly changed in the 9 minutes between the two backups.
1) any hints on what might have happened?
2) Is there a way for me to see which files have changed?
3) The full log shows me a lot of filenames, but those are not just the files that have changed, right?
fstab:
/dev/mapper/vg_raid-lv_raid /mnt/raid ext4 defaults 0 0
mount:
/dev/mapper/vg_raid-lv_raid on /mnt/raid type ext4 (rw,relatime)
Running 2 backups right after one another, without any active use of the underlying directories i.e: no very active processes, the files are just sitting there.
proxmox-backup-client backup --backup-id private_sander private_sander.pxar:/mnt/raid/Private/sander --repository root@pam\!myvmhost@xxx.xxx.xxx.xxx:data --verbose
Here is the tail of the logs
private_sander.pxar.didx: had to upload 2.81 GiB of 8.55 GiB in 530.54s, average speed 5.42 MiB/s).
private_sander.pxar.didx: backup was done incrementally, reused 5.74 GiB (67.2%)
private_sander.pxar.didx: Reused 1895 from 2489 chunks.
private_sander.pxar.didx: Average chunk size was 3.52 MiB.
private_sander.pxar.didx: Average time per request: 213153 microseconds.
append chunks list len (2)
Uploaded backup catalog (460.27 KiB)
catalog.pcat1.didx: Reused 0 from 2 chunks.
catalog.pcat1.didx: Average chunk size was 230.13 KiB.
catalog.pcat1.didx: Average time per request: 265444930 microseconds.
Upload index.json to 'root@pam!myvmhost@xxx.xxx.xxx.xxx:8007:data'
Duration: 531.18s
End Time: Sun Mar 14 12:29:14 2021
private_sander.pxar.didx: had to upload 2.81 GiB of 8.55 GiB in 528.85s, average speed 5.43 MiB/s).
private_sander.pxar.didx: backup was done incrementally, reused 5.74 GiB (67.2%)
private_sander.pxar.didx: Reused 1895 from 2489 chunks.
private_sander.pxar.didx: Average chunk size was 3.52 MiB.
private_sander.pxar.didx: Average time per request: 212475 microseconds.
append chunks list len (2)
Uploaded backup catalog (460.27 KiB)
catalog.pcat1.didx: Reused 0 from 2 chunks.
catalog.pcat1.didx: Average chunk size was 230.13 KiB.
catalog.pcat1.didx: Average time per request: 264596808 microseconds.
Upload index.json to 'root@pam!myvmhost@xxx.xxx.xxx.xxx:8007:data'
Duration: 529.48s
End Time: Sun Mar 14 12:38:52 2021
I'm not seeing why more than 30% of the filedata has apparantly changed in the 9 minutes between the two backups.
1) any hints on what might have happened?
2) Is there a way for me to see which files have changed?
3) The full log shows me a lot of filenames, but those are not just the files that have changed, right?
root@MyVMHost:~# dpkg -l proxmox-backup-client
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================-============-============-=================================
ii proxmox-backup-client 1.0.10-1 amd64 Proxmox Backup Client tools
root@MyVMHost:~# uname -a
Linux MyVMHost 5.4.101-1-pve #1 SMP PVE 5.4.101-1 (Fri, 26 Feb 2021 13:13:09 +0100) x86_64 GNU/Linux
Last edited: