rsync_pull: Rsync remote files ignored by git

Description Usage Arguments Details

View source: R/rsync.R

Description

Copys files ignored by git from a remote computer using rsync. Both computers must have rsync and git installed.

Usage

1
rsync_pull(remote, user, host, port = 22, local)

Arguments

remote

The path to the analogous verison of the git repository on the remote computer.

user

The user of the remote computer.

host

The address of the remote computer.

port

The port of ssh agent on the remote computer.

local

A a git repository or one of its subdirectories on the local computer.

Details

Will not transfer empty folders.


grunwaldlab/quiltr documentation built on May 17, 2019, 8:40 a.m.