Skip to content

Releases: blackandcode/action-sshpass-rsync

v3.0.1

06 Apr 14:13

Choose a tag to compare

Uses printf to properly handle and output the password, even with special characters
Pipes the output to the sshpass command with -p "$(cat)" which reads the piped content
Avoids shell interpretation of special characters by properly quoting the command
Doesn't require temporary files or environment variables

v3.0.0

08 May 16:17

Choose a tag to compare

Added new INPUT option that will allow user do define Base rsync options. Increased logging messages so it is easier for end user to debug action. Removed --progress --stats as mandatory options if extra input is used