7 ms·
perl, templates, and rsync - here is my earlier solution for server configuration management & installation tool: http://www.jlsync.com/ http://www.jlsync.com
by jlsync 14y ago
perl, templates, and rsync - here is my earlier solution for server configuration management & installation tool: http://www.jlsync.com/ http://www.jlsync.com/ and https://github.com/jlsync/jlsync https://github.com/jlsync/jlsync
And there is a bonus version in ruby: https://github.com/jlsync/jlsync/blob/master/jlsync.rb https://github.com/jlsync/jlsync/blob/master/jlsync.rb
- stevekemp 14y agoLooks interesting. 80% of server automation can be solved by "copy master file and restart the service that uses it". I don't see anything obvious about restarting services in jlsync, but the copying seems well thought out.