File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ providing defines to easily grab data via rsync.
88get files via rsync
99
1010## Parameters: ##
11- $source - source to copy from
12- $path - path to copy to, defaults to $name
13- $user - username on remote system
14- $purge - if set, rsync will use '--delete'
15- $exlude - string to be excluded
16- $keyfile - ssh key used to connect to remote host
17- $timeout - timeout in seconds, defaults to 900
11+ $source - source to copy from
12+ $path - path to copy to, defaults to $name
13+ $user - username on remote system
14+ $purge - if set, rsync will use '--delete'
15+ $exlude - string to be excluded
16+ $keyfile - ssh key used to connect to remote host
17+ $timeout - timeout in seconds, defaults to 900
18+ $execuser - user to run the command (passed to exec)
1819
1920## Actions: ##
2021 get files via rsync
You can’t perform that action at this time.
0 commit comments