compiling static binaries

2022-06-09 Thread Niv Waizer via rsync
For anybody trying to build a static binary: Thanks to Han Boetes for the post here, advising to use musl. Thanks to Florian Dejonckheere for posting this script: https://github.com/JBBgameich/rsync-static Here is my small contrib on this, for the lazy folks. I download the musl prebuild

Re: Merging three slightly different directories

2022-06-09 Thread hput Putnam via rsync
Robin Wrote: > So I'm not quite following your Windows rsync problem. Specifically, do you mean: >"I copied files A, B, and C, and there's still 3 files but each file is bigger" > or > "I copied files A, B, and C to a directory containing files that I > thought were identical

Re: Merging three slightly different directories

2022-06-09 Thread Robin Lee Powell via rsync
It would help if you gave us an example of what you'd *want* to have happen in different situations, but what about the -b option? This will do nothing with identical files but keep both versions of non-identical ones. On Wed, Jun 08, 2022 at 12:24:16AM +, hput via rsync wrote: > I want to

Re: Merging three slightly different directories

2022-06-09 Thread Robin Lee Powell via rsync
So I'm not quite following your Windows rsync problem. Specifically, do you mean: "I copied files A, B, and C, and there's still 3 files but each file is bigger" or "I copied files A, B, and C to a directory containing files that I thought were identical using the -b flag but now there's twice

Re: Merging three slightly different directories

2022-06-09 Thread hputn3 via rsync
On Thu, 09 Jun 2022 02:20:02 -0400 Robin Lee Powell wrote > It would help if you gave us an example of what you'd *want* to have > happen in different situations, but what about the -b option? This > will do nothing with identical files but keep