rsync_push: Rsync files to remote server.

Description Usage Arguments

View source: R/rsync.R

Description

Copys files to a remote server using rsync.

Usage

1
rsync_push(local_path, remote_path, remote, quiet = TRUE)

Arguments

local_path

(character) Paths of files on the local machine for transfer.

remote_path

(character) Paths of files on the remote machine for transfer.

remote

(remote_server) The remote server information.

quiet

(logical of length 1) Supress messeges. Default: TRUE


zachary-foster/qsubmitter documentation built on Nov. 27, 2020, 3:23 a.m.