Hi
I am using Proxmox Backup Server 3.0-2 and I am backing up VMs to a remote server (NFS) with encryption. This remote NFS server has a tape backup (using Bareos).
I have done a full backup of the pbs backup folder, then I saw that every incremental is including all files over and over again (so bottom line every incremental is the same as a full backup) - while I expect that incremental will only backup new chunks (and of course some other meta data files potentially.
I looked at MD5sum of the files and most of them are unaltered. However a few of them have changed MD5 the next day (which I do not expect as chunks should be "immutable" in my understanding as it is the hash of the content).
I also see that the stat command on the chunks indicates that change date is frequently updated (which triggers the incremental backup to back up the file again)
This is one example (file created 28 Aug 23, and changed just now).
Does the verify of backup jobs (incorrectly) update the change of date?
What can explain that the MD5 of chunks changes over time?
Side note: the Verify job is "green" and the GC job is running during the night.
Thanks!
Thierry
I am using Proxmox Backup Server 3.0-2 and I am backing up VMs to a remote server (NFS) with encryption. This remote NFS server has a tape backup (using Bareos).
I have done a full backup of the pbs backup folder, then I saw that every incremental is including all files over and over again (so bottom line every incremental is the same as a full backup) - while I expect that incremental will only backup new chunks (and of course some other meta data files potentially.
I looked at MD5sum of the files and most of them are unaltered. However a few of them have changed MD5 the next day (which I do not expect as chunks should be "immutable" in my understanding as it is the hash of the content).
I also see that the stat command on the chunks indicates that change date is frequently updated (which triggers the incremental backup to back up the file again)
This is one example (file created 28 Aug 23, and changed just now).
Code:
Access: 2023-09-14 21:48:49.180762573 +0200
Modify: 2023-08-28 10:33:38.893704229 +0200
Change: 2023-09-14 21:48:49.180762573 +0200
Birth: 2023-08-28 10:33:38.889704164 +0200
Does the verify of backup jobs (incorrectly) update the change of date?
What can explain that the MD5 of chunks changes over time?
Side note: the Verify job is "green" and the GC job is running during the night.
Thanks!
Thierry