rsynccli: Interface to rsync cli-tool

View source: R/rsynccli.R

rsynccliR Documentation

Interface to rsync cli-tool

Description

Calls the CLI-program 'rsync'.

Usage

rsynccli(
  file,
  to,
  includes = NULL,
  excludes = NULL,
  args = "-rltvx",
  pre = NULL,
  intern = FALSE
)

Arguments

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.


INWTlab/rsync documentation built on Sept. 28, 2023, 5:22 p.m.