Skip to content

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

Notifications You must be signed in to change notification settings

bryce-s/CaenUploadScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages