I have worked on a file in Directory A. There is a file with the same name in directory B which is an older version of that same file. I rsync everything from B to A.

What happens to my work in the file in directory A?

    • WasPentaliveOP
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 year ago

      Thanks - Looking at the man page, It looks like I would want --update in this case as it would cause the newer version to be present in both directories afterward.

        • WasPentaliveOP
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          After a session or two where I have perhaps only worked in A or B alone. I can manually trigger the shell script. Thanks for confirming tho.