leukeleu/Rsync
Rsync files to a remote host
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| src | Source directory | yes | — |
| dest | Destination directory | yes | — |
| host | Remote host | yes | — |
| user | Remote user | yes | — |
| key | SSH private key | yes | — |
| port | SSH port | no | 22 |
| args | Additional rsync arguments | no | -avz --delete-after --exclude=/maintenance.html |
| ssh_args | Additional ssh arguments | no | — |
Outputs
no outputs