c386fb2578 | ||
---|---|---|
.. | ||
arthur | ||
cmd/arthur | ||
config | ||
logger | ||
sync | ||
test | ||
.gitignore | ||
README.md | ||
go.mod | ||
go.sum | ||
merlin-config-all.ini | ||
merlin-config.ini | ||
merlin-go.service | ||
merlin.go |
README.md
Merlin
This folder contains the code for merlin (which does the actual syncing) and arthur (which sends commands to merlin).
Check out the the mirror env for a testing environment
Nice Features To Add
- detect if an rsync process is stuck (watch the stdout/stderr of the rsync processes)
- set user and group in config
Completed
- add bwlimit option for each rsync process
- write process manager
- save state (last attempted time, last attempted status) for each repo, and restore state on startup (e.g. use JSON/INI file for each repo)
- calculate difference between the scheduled time of a job and the time at which it actually ran; log this
- add all repos to merlin-config.ini (*)
- handle termination signals in merlin (SIGINT, SIGTERM); close stopChan for this
- listen on Unix socket in merlin
- implement arthur.go (commands: sync and status)
- allow dynamic reloading in merlin
- use separate log file for each child process (currently sharing stdout/stderr with parent)
- implement zfssync in merlin (just invoke the existing Python script)