rsync¶
Rsync files from :source to :destination
A wrapper around
rsync
, which is a tool that lets you synchronize files, including permissions and so on. For a more detailed information aboutrsync
, please see rsync(1) man page.
rsync | |
---|---|
Supported platforms | ios, android, mac |
Author | @hjanuschka |
1 Example¶
rsync(
source: "root@host:/tmp/1.txt",
destination: "/tmp/local_file.txt"
)
Parameters¶
Key | Description | Default |
---|---|---|
extra |
Port | -av |
source |
source file/folder | |
destination |
destination file/folder |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action rsync