Posted on 04-11-2014 02:29 PM
I've been working on a way to do the following things:
1) Manage Mac Mini servers through Casper
2) Automate the server configuration process.
I believe I have achieved this.
I have a script that's meant as part of a Casper Imaging workflow. It's meant to run after a mac mini server has been freshly imaged. It's configurable enough to do ... well have a look at the github readme.md file. It does a LOT! (rsync scripts, ssh keys, smnp configuration etc ...)
Posted on 04-11-2014 03:26 PM
Nice work @franton, something that has been on my list of to-do's.
Will have a play when possible & will report back to you!
Posted on 04-14-2014 06:25 AM
Script has been updated. There's been a modification to lock down the root ssh user so it can only execute rsync commands.
Posted on 06-06-2014 03:40 AM
Released v1.1. This now works almost as expected and i'm actually using it in anger now.
See the bug list on the read me.md file for current issues.
Posted on 10-08-2015 12:02 PM
@franton Great script. would you be able to help me with rsync? I am faily new to it.
My Goal:
Replicate contents of my Master DP to the child DPs and mirror them to the master
Schedule this Nightly.
Any help would be appreciated.