I use rsync for remote "incremental" backups. Something like:
rsync --verbose --relative --archive --delete-excluded \
--numeric-ids \
--link-dest=../daily.1 \
/home \[::1]::backup/daily.0
Normally this would backup only the files that have changed, and
hard-link the unchanged files.
With version 3.4.3+ds1-2 this does not work, and all the files are
backed up.
Downgrading to 3.4.2+ds1-2 restores normal functionality.
Hello, I believe the latest fix in upstream should correct this behavior as well: pull request: https://github.com/RsyncProject/rsync/pull/953 patch: https://github.com/RsyncProject/rsync/commit/5972ebdaf83b7e4ed2dbdbd696ba4b35318f5932 It's going to be included in the next 3.4.4 version. Hope this gets to debian soon. Best Tom.K
Hello everyone, I'm planning to upload a fix for this issue before the next Trixie (deb13) point release, scheduled for 12 Sep 2026. Cheers,