Commit Graph

3 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 2d529c6476 dispatch.sh: Do not echo back an option to keep rsync running
rsync would get confused if we echo back things.
2017-08-07 17:29:33 +08:00
Holger Hans Peter Freyther a7fc6e6009 dispatch.sh: Make dispatching actually work for rrsync and diff
Make it work. Basic BSD shell doesn't seem to have array support (read
failed and ${!VAR[@]} as well). Also I don't know integer arithmetic so
I do a runtime length for the loop.

As we don't put $MACHINE/$RELASE into an `` block we should be okay
and not run into remote execution.
2017-08-07 15:53:55 +08:00
Holger Hans Peter Freyther f5fbd4b8bd Add scripts and rules for server side handling
This is not tested and will be debugged on the server. Begin to
automate the on-server setup so we can make this a self-service
without much user interaction.
2017-08-03 18:44:46 +08:00