slurmRsync: Create slurm job array for rsync of multiple files

Description Usage Arguments Details

View source: R/slurmRsync.R

Description

Create slurm job array for rsync of multiple files

Usage

1
slurmRsync(spath, dpath, rel = TRUE, relTo = dirname(spath), rsyncOpts = "avP")

Arguments

spath

character, the source to be copied

dpath

character of length 1, the destination location

rel

logical of length 1, should the rsync be done relatively (using the -R or –relative option)?

relTo

when rel = TRUE, the path to copy relative to

Details

Submits a slurm array for rsync of multiple files.


daynefiler/dlfUtils documentation built on Oct. 22, 2021, 9:49 a.m.