All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Developer discovers rsync 3.4.3 update broke backups, finds all recent commits attributed to AI assistant "Claude"

By

fooker

2d agoenOpinion

Summary

A developer reports that after updating to rsync 3.4.3, their incremental backup system using --compare-dest= arguments broke. Rolling back to version 3.4.1 resolved the issue. Upon investigating the GitHub source code, they discovered that all 36 commits since 3.4.1 were authored by "tridge and claude" (referring to Anthropic's Claude AI), leading to frustration about AI-generated code changes breaking functionality without proper changelog documentation.

Key quotes

· 4 pulled
So my systems recently updated to rsync 3.4.3, and as soon as that happened my backup system - which does incremental backups using multiple --compare-dest= arguments - started to fail on anything but a full backup.
Revert to 3.4.1 and it works.
Since 3.4.1, 36 commits by "tridge and claude"
Oh for fuck's sakes.
Snippet from the RSS feed
So my systems recently updated to rsync 3.4.3, and as soon as that happened my backup system - which does incremental backups using multiple --compare-dest= arguments - started to fail on anything but a full backup. Revert to 3.4.1 and it works. So I go

You might also wanna read