rsynccli | R Documentation |
Calls the CLI-program 'rsync'.
rsynccli(
file,
to,
includes = NULL,
excludes = NULL,
args = "-rltvx",
pre = NULL,
intern = FALSE
)
file |
(character) source. |
to |
(character) destination. |
includes , excludes |
(character) with length >=1 or (NULL). |
args |
(character) arguments passed to rsync. Default is '-rltvx' and works for most cases. |
pre |
(character) something that is pasted in front of the 'rsync' command. E.g. a password. |
intern |
(logical) passed to system. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.