Hi, i have a little question but not sure if exist in centos. Theres any way to reotre all centos to default? like a goback or a security backup? im realtive new with this and want to do a full back up of centos before trying to install things. Also i really prefer to run a commands instead of do a fresh install of centos. Theres any like this?
Andrei Rolando León Salas wrote:
Hi, i have a little question but not sure if exist in centos. Theres any way to reotre all centos to default? like a goback or a security backup? im realtive new with this and want to do a full back up of centos before trying to install things. Also i really prefer to run a commands instead of do a fresh install of centos. Theres any like this?
The whole system, or just one part? You could do a yum reinstall <whatever>
mark
Regards,
YB Tan Sri Dato' Sri Adli a.k.a Dell
my.linkedin.com/pub/yb-tan-sri-dato-sri-adli-a-k-a-dell/44/64b/464/ H/p number: (017) 362 3661
________________________________ From: "m.roth@5-cent.us" m.roth@5-cent.us To: CentOS mailing list centos@centos.org Sent: Thursday, April 18, 2013 3:46 AM Subject: Re: [CentOS] about backup of centos instead of fresh install
Andrei Rolando León Salas wrote:
Hi, i have a little question but not sure if exist in centos. Theres any way to reotre all centos to default? like a goback or a security backup? im realtive new with this and want to do a full back up of centos before trying to install things. Also i really prefer to run a commands instead of do a fresh install of centos. Theres any like this?
The whole system, or just one part? You could do a yum reinstall <whatever>
mark
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 4/17/2013 12:19 PM, Andrei Rolando León Salas wrote:
Hi, i have a little question but not sure if exist in centos. Theres any way to reotre all centos to default? like a goback or a security backup? im realtive new with this and want to do a full back up of centos before trying to install things. Also i really prefer to run a commands instead of do a fresh install of centos. Theres any like this?
backup any config files before you edit them the first time. thats really all that you're changing. you shouldn't be replacing/modifying any files under RPM package management except those config files, and most of the major services like apache httpd have a conf.d directory where you make your changes by creating new .conf files rather than modifying the supplied ones.
Regards,
YB Tan Sri Dato' Sri Adli a.k.a Dell
my.linkedin.com/pub/yb-tan-sri-dato-sri-adli-a-k-a-dell/44/64b/464/ H/p number: (017) 362 3661
________________________________ From: John R Pierce pierce@hogranch.com To: centos@centos.org Sent: Thursday, April 18, 2013 4:23 AM Subject: Re: [CentOS] about backup of centos instead of fresh install
On 4/17/2013 12:19 PM, Andrei Rolando León Salas wrote:
Hi, i have a little question but not sure if exist in centos. Theres any way to reotre all centos to default? like a goback or a security backup? im realtive new with this and want to do a full back up of centos before trying to install things. Also i really prefer to run a commands instead of do a fresh install of centos. Theres any like this?
backup any config files before you edit them the first time. thats really all that you're changing. you shouldn't be replacing/modifying any files under RPM package management except those config files, and most of the major services like apache httpd have a conf.d directory where you make your changes by creating new .conf files rather than modifying the supplied ones.
Regards,
YB Tan Sri Dato' Sri Adli a.k.a Dell
my.linkedin.com/pub/yb-tan-sri-dato-sri-adli-a-k-a-dell/44/64b/464/ H/p number: (017) 362 3661
________________________________ From: Andrei Rolando León Salas andreileonsalas@gmail.com To: centos@centos.org Sent: Thursday, April 18, 2013 3:19 AM Subject: [CentOS] about backup of centos instead of fresh install
Hi, i have a little question but not sure if exist in centos. Theres any way to reotre all centos to default? like a goback or a security backup? im realtive new with this and want to do a full back up of centos before trying to install things. Also i really prefer to run a commands instead of do a fresh install of centos. Theres any like this? _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
You should setup separate test and production systems. Use the test system to experiment and figure out what you want to get done and how to do it, then apply it to the production system.
Setting up a test server is easy and you do not need to buy another computer. Use VirtualBox or other virtualization software on your personal computer and install the test system there. Then you can create snapshots and rollback the system state as you need to.
❧ Brian Mathis
On Wed, Apr 17, 2013 at 3:19 PM, Andrei Rolando León Salas < andreileonsalas@gmail.com> wrote:
Hi, i have a little question but not sure if exist in centos. Theres any way to reotre all centos to default? like a goback or a security backup? im realtive new with this and want to do a full back up of centos before trying to install things. Also i really prefer to run a commands instead of do a fresh install of centos. Theres any like this? _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Brian Mathis wrote:
You should setup separate test and production systems. Use the test system to experiment and figure out what you want to get done and how to do it, then apply it to the production system.
Setting up a test server is easy and you do not need to buy another computer. Use VirtualBox or other virtualization software on your personal computer and install the test system there. Then you can create snapshots and rollback the system state as you need to.
I *strongly* second that. In real, professional work environments, you've got developers, testers, and production, on *separate* boxes; if you're short on hardware and cash, a VM on the dev box is the way to go.
mark
On 18/4/2013 5:11 μμ, m.roth@5-cent.us wrote:
I*strongly* second that. In real, professional work environments, you've got developers, testers, and production, on*separate* boxes; if you're short on hardware and cash, a VM on the dev box is the way to go.
To expand on this correct advice:
You can use CloneZilla or mondorescue to clone your production system to a test VM; then experiment there as much you like. :-)
N