I have multiple copies of a VMWare virtual machine that is running Ubuntu 10.04 Server that I am using for development (web and compiled applications). I would like to keep all of these copies synchronized. Specifically, I need to keep the following items the same across all the machines:
- Packages
- Config files
- Data files in /home/ directory
I using Git for the source code, so I don't have to worry about that, just the system files.
Thank you