Skip to content

Commit 1a7a0a6

Browse files
committed
Update README.
1 parent cd7246a commit 1a7a0a6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.markdown

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ providing defines to easily grab data via rsync.
88
get 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

0 commit comments

Comments
 (0)