Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsync: failed verification -- update retained - no symlinks regression from CVE fixes #724

Open
sylvain-ilm opened this issue Jan 27, 2025 · 0 comments

Comments

@sylvain-ilm
Copy link

Hi,
Since rsync 3.4.1 (on both Ubuntu 22.04 & FreeBSD 14 systems), I've got a bunch of those :

>f..t....... DB/psql/databases/225367/235949.dat
WARNING: DB/psql/databases/225367/235949.dat failed verification -- update retained (will try again).

Reverting the receiver to 3.3.0 (on both Ubuntu & FreeBSD) does fix the problem.

Contrary to #715, no symlinks are involved. I suppose the "update retained" vs "update discarded" is because of --inplace --no-whole-file.

Here's the command line :

rsync -aviz --numeric-ids --stats --timeout 600 --exclude logs --exclude Cache --partial --inplace --no-whole-file -b --backup-dir /tmp/rsync_backup-dir6352252118121511819 --delete-delay --delete-excluded --max-delete 10000 --copy-dest=/data/Sauvegarde/data/std/.zfs/snapshot/2025-01-23T03:00:00Z fqdn::std/ /data/Sauvegarde/data/std

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant