ctsit / redcapcustodian

Simplified, automated data management on REDCap systems
Other
12 stars 6 forks source link

Provide for project level backup of redcap data #87

Open pbchase opened 1 year ago

pbchase commented 1 year ago

Provide for project level backup of redcap data

pbchase commented 1 year ago

Backup method

I've gone back and forth on the type of incremental backup we should make. The choices are to read the log data via the API (see https://github.com/OuhscBbmc/REDCapR/issues/320), read the log data directly, or read the updated records via redacp_read. After much vacillation, I think the best approach is redcap_read, while reading record deletion data from redcap_log_read.

Pros