Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. 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.

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.

Scheduled Pinned Locked Moved Uncategorized
79 Posts 61 Posters 229 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

    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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

    Since 3.4.1, 36 commits by "tridge and claude"

    Oh for fuck's sakes.

    enobacon@urbanists.socialE This user is from outside of this forum
    enobacon@urbanists.socialE This user is from outside of this forum
    enobacon@urbanists.social
    wrote last edited by
    #55

    @JeremiahFieldhaven programmer's introduction to AI: https://www.goodreads.com/book/show/191113.Don_t_Let_the_Pigeon_Drive_the_Bus_

    1 Reply Last reply
    0
    • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

      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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

      Since 3.4.1, 36 commits by "tridge and claude"

      Oh for fuck's sakes.

      ferdi_scholten@mastodon.socialF This user is from outside of this forum
      ferdi_scholten@mastodon.socialF This user is from outside of this forum
      ferdi_scholten@mastodon.social
      wrote last edited by
      #56

      @JeremiahFieldhaven Some of these commits are repairing defective generated code with other generated code.....
      🫣

      spitfire@mastodon.deS 1 Reply Last reply
      0
      • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

        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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

        Since 3.4.1, 36 commits by "tridge and claude"

        Oh for fuck's sakes.

        cliftonr@wandering.shopC This user is from outside of this forum
        cliftonr@wandering.shopC This user is from outside of this forum
        cliftonr@wandering.shop
        wrote last edited by
        #57

        @JeremiahFieldhaven

        Oh fuck not rsync too?
        I've been using it for I-don't-even-know how long, probably close to 3 decades.

        1 Reply Last reply
        0
        • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

          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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

          Since 3.4.1, 36 commits by "tridge and claude"

          Oh for fuck's sakes.

          byte@awawa.clubB This user is from outside of this forum
          byte@awawa.clubB This user is from outside of this forum
          byte@awawa.club
          wrote last edited by
          #58
          @JeremiahFieldhaven the amount of crap that’s broken after 3.4.1 is just wow 🙂
          https://github.com/RsyncProject/rsync/issues
          f4grx@chaos.socialF 1 Reply Last reply
          0
          • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

            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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

            Since 3.4.1, 36 commits by "tridge and claude"

            Oh for fuck's sakes.

            rasmus91@fosstodon.orgR This user is from outside of this forum
            rasmus91@fosstodon.orgR This user is from outside of this forum
            rasmus91@fosstodon.org
            wrote last edited by
            #59

            @JeremiahFieldhaven i had to review/rewrite some AI written code the other day. (That i was handed)

            The problem it was solving was a well known one, and it was only solving the smallest subset of it.

            The code could compile and run, but:
            - because i have some domain knowledge i could see that the output was not correct
            - it's sync feature was not satisfactory, at all
            - the code was some of the worst I have seen in a long, long time things were split in ways that made absolutely no sense

            rasmus91@fosstodon.orgR 1 Reply Last reply
            0
            • rasmus91@fosstodon.orgR rasmus91@fosstodon.org

              @JeremiahFieldhaven i had to review/rewrite some AI written code the other day. (That i was handed)

              The problem it was solving was a well known one, and it was only solving the smallest subset of it.

              The code could compile and run, but:
              - because i have some domain knowledge i could see that the output was not correct
              - it's sync feature was not satisfactory, at all
              - the code was some of the worst I have seen in a long, long time things were split in ways that made absolutely no sense

              rasmus91@fosstodon.orgR This user is from outside of this forum
              rasmus91@fosstodon.orgR This user is from outside of this forum
              rasmus91@fosstodon.org
              wrote last edited by
              #60

              @JeremiahFieldhaven I don't understand how anyone trusts the output of these things.

              Yes, you can ask for small examples of things, of you are too lazy to open man pages, etc.

              But putting any trust in the code these things spew out without thoroughly reading and understanding every line is incomprehensible to me. And when i do this, i tend to find I'd have been much better off just sitting it myself.

              agowa338@chaos.socialA 1 Reply Last reply
              0
              • chris@social.losno.coC chris@social.losno.co

                @distractal @sinbad @JeremiahFieldhaven Though I'm not sure how much the 10-ish % "efficiency gain" is when I can ask an agent to solve a problem for me in 5-15 minutes, or I can spend literally hours poring over a code base to understand what I need to do to fix it myself.

                annika@xoxo.zoneA This user is from outside of this forum
                annika@xoxo.zoneA This user is from outside of this forum
                annika@xoxo.zone
                wrote last edited by
                #61

                @chris Learning is forever but a Claude Code subscription bills monthly.

                1 Reply Last reply
                0
                • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

                  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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

                  Since 3.4.1, 36 commits by "tridge and claude"

                  Oh for fuck's sakes.

                  exec@furry.engineerE This user is from outside of this forum
                  exec@furry.engineerE This user is from outside of this forum
                  exec@furry.engineer
                  wrote last edited by
                  #62

                  @JeremiahFieldhaven I feel like being lazy to actually go through updates often on my arch install has been paying off lately

                  1 Reply Last reply
                  0
                  • rasmus91@fosstodon.orgR rasmus91@fosstodon.org

                    @JeremiahFieldhaven I don't understand how anyone trusts the output of these things.

                    Yes, you can ask for small examples of things, of you are too lazy to open man pages, etc.

                    But putting any trust in the code these things spew out without thoroughly reading and understanding every line is incomprehensible to me. And when i do this, i tend to find I'd have been much better off just sitting it myself.

                    agowa338@chaos.socialA This user is from outside of this forum
                    agowa338@chaos.socialA This user is from outside of this forum
                    agowa338@chaos.social
                    wrote last edited by
                    #63

                    @rasmus91 @JeremiahFieldhaven

                    Well it's simple, you just don't look at it and pretend because you got AN output it is correct cause "the AI" told you so.

                    People see "AI" as an authority figure and therefore assume it is correct without checking...

                    rasmus91@fosstodon.orgR 1 Reply Last reply
                    0
                    • byte@awawa.clubB byte@awawa.club
                      @JeremiahFieldhaven the amount of crap that’s broken after 3.4.1 is just wow 🙂
                      https://github.com/RsyncProject/rsync/issues
                      f4grx@chaos.socialF This user is from outside of this forum
                      f4grx@chaos.socialF This user is from outside of this forum
                      f4grx@chaos.social
                      wrote last edited by
                      #64

                      @byte @JeremiahFieldhaven Did anyone fork it yet?

                      iduction@mastodon.socialI 1 Reply Last reply
                      0
                      • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

                        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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

                        Since 3.4.1, 36 commits by "tridge and claude"

                        Oh for fuck's sakes.

                        ric@mastodon.qweb.co.ukR This user is from outside of this forum
                        ric@mastodon.qweb.co.ukR This user is from outside of this forum
                        ric@mastodon.qweb.co.uk
                        wrote last edited by
                        #65

                        @JeremiahFieldhaven oh ffs. This is exactly why I've been worried about updating this laptop! 😭

                        1 Reply Last reply
                        0
                        • ferdi_scholten@mastodon.socialF ferdi_scholten@mastodon.social

                          @JeremiahFieldhaven Some of these commits are repairing defective generated code with other generated code.....
                          🫣

                          spitfire@mastodon.deS This user is from outside of this forum
                          spitfire@mastodon.deS This user is from outside of this forum
                          spitfire@mastodon.de
                          wrote last edited by
                          #66

                          @Ferdi_Scholten @JeremiahFieldhaven

                          seriously? are we at that stage now?🤣

                          1 Reply Last reply
                          0
                          • chris@social.losno.coC chris@social.losno.co

                            @glassresistor @distractal @sinbad @JeremiahFieldhaven I must not know what any of that means, or I wouldn't have said it. You remind me of my brother, who compared my computer use with his gambling addiction. I'm sure those things are the same thing.

                            A This user is from outside of this forum
                            A This user is from outside of this forum
                            avincentinspace@furry.engineer
                            wrote last edited by
                            #67

                            @chris Just like I'm sure that saying cognitive surrender is not something a person can "fight" and saying that fighting depression with a chatbot is likely to make the depression worse in the long term is the same as comparing using a computer to gambling.

                            Jesus Christ, get over yourself.

                            1 Reply Last reply
                            0
                            • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

                              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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

                              Since 3.4.1, 36 commits by "tridge and claude"

                              Oh for fuck's sakes.

                              davidgerard@circumstances.runD This user is from outside of this forum
                              davidgerard@circumstances.runD This user is from outside of this forum
                              davidgerard@circumstances.run
                              wrote last edited by
                              #68

                              @JeremiahFieldhaven cc @gryphonmyers for the list

                              1 Reply Last reply
                              0
                              • chris@social.losno.coC chris@social.losno.co

                                @glassresistor @distractal @sinbad @JeremiahFieldhaven I must not know what any of that means, or I wouldn't have said it. You remind me of my brother, who compared my computer use with his gambling addiction. I'm sure those things are the same thing.

                                davidgerard@circumstances.runD This user is from outside of this forum
                                davidgerard@circumstances.runD This user is from outside of this forum
                                davidgerard@circumstances.run
                                wrote last edited by
                                #69

                                @chris @glassresistor @distractal @sinbad @JeremiahFieldhaven yeah, they literally are the same thing. The "hooked" loop. https://pivot-to-ai.com/2025/06/05/generative-ai-runs-on-gambling-addiction-just-one-more-prompt-bro/

                                1 Reply Last reply
                                0
                                • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

                                  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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

                                  Since 3.4.1, 36 commits by "tridge and claude"

                                  Oh for fuck's sakes.

                                  Y This user is from outside of this forum
                                  Y This user is from outside of this forum
                                  yetiiish@mastodon.social
                                  wrote last edited by
                                  #70

                                  @JeremiahFieldhaven

                                  1 Reply Last reply
                                  0
                                  • f4grx@chaos.socialF f4grx@chaos.social

                                    @byte @JeremiahFieldhaven Did anyone fork it yet?

                                    iduction@mastodon.socialI This user is from outside of this forum
                                    iduction@mastodon.socialI This user is from outside of this forum
                                    iduction@mastodon.social
                                    wrote last edited by
                                    #71

                                    @f4grx @byte @JeremiahFieldhaven

                                    Fork it!

                                    1 Reply Last reply
                                    0
                                    • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

                                      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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

                                      Since 3.4.1, 36 commits by "tridge and claude"

                                      Oh for fuck's sakes.

                                      masven@chaos.socialM This user is from outside of this forum
                                      masven@chaos.socialM This user is from outside of this forum
                                      masven@chaos.social
                                      wrote last edited by
                                      #72

                                      @JeremiahFieldhaven The alternative from stapelberg seems reasonable https://michael.stapelberg.ch/posts/2026-05-24-minimal-memory-safe-go-rsync-vulns/

                                      1 Reply Last reply
                                      0
                                      • sinbad@mastodon.gamedev.placeS sinbad@mastodon.gamedev.place

                                        @JeremiahFieldhaven Christ if it’s coming for rsync of all things software is clearly done

                                        S This user is from outside of this forum
                                        S This user is from outside of this forum
                                        sosquqer@en.osm.town
                                        wrote last edited by
                                        #73

                                        @sinbad @JeremiahFieldhaven
                                        It's in `curl` also, see https://codeberg.org/small-hack/open-slopware#networking. Not that I fully agree with the sentiment of that list, but it is useful to keep track of such things

                                        1 Reply Last reply
                                        0
                                        • jeremiahfieldhaven@mastodon.gamedev.placeJ jeremiahfieldhaven@mastodon.gamedev.place

                                          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 look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.

                                          Since 3.4.1, 36 commits by "tridge and claude"

                                          Oh for fuck's sakes.

                                          narju@piaille.frN This user is from outside of this forum
                                          narju@piaille.frN This user is from outside of this forum
                                          narju@piaille.fr
                                          wrote last edited by
                                          #74

                                          @JeremiahFieldhaven I've seen the post on linkedin announcing a few rsync fixes, which didn't mention using Claude. Devs are sometimes very disappointing.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups