spotdemo4/rsync action
Pull from an rsync daemon before a step and push changes back afterward
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | rsync daemon host, optionally including a port as host:port | yes | — |
| module | rsync daemon module name | yes | — |
| remote-path | Path inside the rsync daemon module. Rsync trailing slash semantics are preserved. | no | "" |
| local-path | Local file or directory path to sync. Rsync trailing slash semantics are preserved. | yes | — |
| secret | rsync daemon credentials in username:password format | yes | — |
| tls | Use TLS for an rsync daemon | no | true |
| rsync-args | Newline-separated rsync arguments used for both pull and push | no | --archive |
Outputs
no outputs