rsync_copy
Transfer files between local and remote servers using rsync. Specify direction (toRemote or fromRemote), local path, remote path, and stored SSH credential name for secure file synchronization.
Instructions
Copy files/directories between local and remote server via rsync
Input Schema
Name | Required | Description | Default |
---|---|---|---|
credentialName | Yes | Name of the stored credential to use | |
direction | Yes | Direction of copy (toRemote or fromRemote) | |
localPath | Yes | Path on the local machine | |
remotePath | Yes | Path on the remote server |