Uses rsync to fetch or push files. Consult Rsync man page for options.
Version | 1.0 |
---|---|
Bundle | tools |
Categories | External |
Authors | Ville Rantanen (ville.rantanen@helsinki.fi) |
Issue tracker | View/Report issues |
Requires | bash ; rsync (DEB) |
Source files | component.xml rsync.bash |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
inFile | BinaryFile | Optional | Generic input that may be used for binaries. @inFile@ will be replaced as the string location of the input |
inFolder | BinaryFolder | Optional | Generic input that may be used for folders. @inFolder@ will be replaced as the string location of the input |
Name | Type | Description |
---|---|---|
outFile | BinaryFile | An optional output that can be used for custom data types. By default this file is empty. @outFile@ in command is replaced as the location of this file. |
outFolder | BinaryFolder | An optional output that can be used for folder data types. By default this folder is empty. @outFolder@ in command is replaced as the location of this folder. |
Name | Type | Default | Description |
---|---|---|---|
command | string | "-v @inFile@ @outFile@" | Command switches for rsync. May contain the @inFile@/@inFolder@ and/or @outFile@/@outFolder@ port tags. |
Test case | Parameters▼ | IN inFile |
IN inFolder |
OUT outFile |
OUT outFolder |
|
---|---|---|---|---|---|---|
case1 | properties | inFile | (missing) | outFile | (missing) | |
command=-av @inFile@ @outFile@ |