Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@biutthapa
Copy link
Contributor

Adds push-files compatibility to Intel Macs.

Adds push-files compatibility to Intel Macs.
@jacobobryant
Copy link
Owner

👍 planning to test and merge this soon

@jacobobryant
Copy link
Owner

In reading the docs for --protocol in man rsync, it looks like this flag is mainly intended for use with the --write-batch option. I would've thought that in regular circumstances, rsync would negotiate the protocol version with the server automatically, but maybe that isn't the case. So just to double check: if you run something like rsync README.md app@<your server domain>:README.md, with and without the --protocol=29 option, it only works when the --protocol option is set, right?

Also out of curiosity can you paste the output of rsync --version | head -1 both on your local machine and on the server (ec2 right?). I'm wondering if the client or the server has the older version.

@biutthapa
Copy link
Contributor Author

It's when the sender(client) is an older version.
On the server: rsync version 3.2.7 protocol version 31
On the local machine: rsync version 2.6.9 protocol version 29

@jacobobryant
Copy link
Owner

👍 thanks for checking.

@jacobobryant jacobobryant merged commit b902c11 into jacobobryant:dev Nov 19, 2024
jacobobryant pushed a commit that referenced this pull request Nov 19, 2024
Adds push-files compatibility to Intel Macs.
@jacobobryant
Copy link
Owner

Just released this. You can upgrade your app's :dev alias dependencies to:

:extra-deps {com.biffweb/tasks {:git/url "https://github.com/jacobobryant/biff",
                                :git/tag "v1.8.26"
                                :git/sha "1a1eccf"}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants