We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Since rsync 3.4.1 (on both Ubuntu 22.04 & FreeBSD 14 systems), I've got a bunch of those :
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 :
Cheers
The text was updated successfully, but these errors were encountered: