Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are there any tools that will make it possible to 'capture' the installation/configuration of a system and mirror/replay it at other computers or make it possible to restore a system after a problem?
There are several different uses for this, but in each case, it would save a lot of overhead to just backup the information *about* installed software and the configuration files, instead of backing up all the actual data. It would save a lot of space and network bandwidth and if done properly, could be the basis for a slightly modified installation.
I am currently using Ubuntu, so if there is something like this available for that distro, I'd be glad to hear it. Learning about such tools for other distros (maybe enterprise level?) would be interesting too though.
Thank you for that tip -- looks very good!
I have found a package system-config-kickstart for Ubuntu, so this seems to be available here too.
Unfortunately, when I try to do
system-config-kickstart --generate somefile
I get the following error message:
Traceback (most recent call last):
File "/usr/share/system-config-kickstart/system-config-kickstart.py", line 58, in ?
useCliMode(value)
File "/usr/share/system-config-kickstart/system-config-kickstart.py", line 41, in useCliMode
import profileSystem
File "/usr/share/system-config-kickstart/profileSystem.py", line 23, in ?
import language_backend
ImportError: No module named language_backend
I must confess I have no idea what to do now ... I would have expected that any library
dependency should have been resolved to run this :/
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.