Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

CaenUploadScript

Uses rsync and entr to mirror the current state of your directory to caen whenever it detects a change.

Setup:

you'll need to enter your CAEN information--fill out the { } fields in bin/upload.sh. Also, add this file to gitignore.

Tree:

├── README.md
├── bin
│   └── upload.sh
└── caen_sync.sh

Dependencies:

PackageManager install expect
entr -- download at http://eradman.com/entrproject/ or with your package manager.

Running:

sh caen_sync.sh &

Finding PID:

" you could try something like:
ps -ef | grep caen_sync

About

Uses rsync and entr to mirror the current state of your directory to University of Michigan's CAEN network whenever it detects a change.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages