rsync icon indicating copy to clipboard operation
rsync copied to clipboard

In the process of being transitioned to a node.js action.

Results 6 rsync issues
Sort by recently updated
recently updated
newest added

https://help.github.com/en/actions/building-actions/metadata-syntax-for-github-actions

the public key for a known host *is* currently saved, but is not actually used. The Rsync call still needs `ssh -o StrictHostKeyChecking=no`, otherwise we get a host key verification...

help wanted

Running multiple rsyncs in parallel/after each other fails because the `.ssh` folder already exists. I fixed this in a fork by appending a per-action string to the `.ssh` folder, but...

this is for the case where you might want to push to a folder named as the repo, as is often the case. It's another thing you have to type...

blocked

I'd just love for someone to look over the ssh usage in here, whether that can be improved.

help wanted