AdamM SharedGrid @8Dweb
We tested the new backup system in v12.0.16 today and noticed inconsistencies with how backups are being taken. Specifically, incremental backups don’t always work as expected, it’s hit or miss, and we haven’t been able to identify a clear pattern.
Upon further investigation, we found that the new Enhance backup system is sometimes creating full copies of files instead of using hard links for unchanged files. We checked the inodes of identical files across multiple snapshots for a test WordPress site (with no changes made), and the results showed that most snapshots had different inodes for the same files. This confirms that in many cases, files are being fully copied instead of hard-linked, leading to higher disk usage than expected.
We’ve seen this behavior for both automated and manual backups, though occasionally, a snapshot will correctly use hard links. It seems inconsistent.