Skip to content
/ camrcs Public

Python script for backing up lab data to RCS

Notifications You must be signed in to change notification settings

niekwit/camrcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAMRCS

camrcs is a Python package that manages data backups to Cambridge University Research Cold Storage (RCS).

Complete documentation can be found here.

QUICKSTART

Installation

Install pigz first:

sudo apt-get install pigz

Then install camrcs:

pip install camrcs

Before first use

camrcs requires a data.csv file that stores information of what to upload, etc.

To create a new data.csv run:

cd any/path/to/store/file
camrcs up --new

Uploading data to RCS

First include all relevant information in data.csv, then run from the directory containing data.csv:

camrcs up

This will upload all data that has not yet been uploaded to RCS.

Retrieving data from RCS

For example, to retrieve the archive with id 1 from data.csv run:

camrcs down -t 1

About

Python script for backing up lab data to RCS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages