sync: Synchronise Project with IDHS

Description Usage Arguments Details Value

View source: R/sync.R

Description

Working within the IDHS necessitates moving between two computers where one does not have access to git. For this reason, is it useful to automate a syncronisation process when regularly having to move between the two. Please use with EXTREME caution, as this function overwrites and deletes files as specified

Usage

1
sync(from, to)

Arguments

from

the path to the folder that contains the source material to sync

to

the path to the folder where you want to sync to take place

Details

MD5 hashes are used to check for file changes.

Hidden files are ignored, which is useful as we don't want to break the .git folder anyway. Please be ultra careful about taking out any data. This is for code sync only.

Value

returns nothing


DocEd/myhelprs documentation built on Dec. 16, 2019, 12:28 a.m.