LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-03-2014, 02:24 AM   #1
vikilinux
LQ Newbie
 
Registered: Mar 2014
Posts: 21

Rep: Reputation: Disabled
system restore in linux


Hai friends

In Windows world there is an option called "system restore".By using this we can get back to an old state where system was working fine.

Like that is there any option in linux,so that we can take linux to an old state and make it run effectively.
 
Old 04-03-2014, 05:45 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
In linux there is certainly a way to revert back to an earlier version of a package you just installed and is causing a problem or is buggy. Is that what you mean?
jdk
 
Old 04-03-2014, 02:37 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
Kind of but it also depends.

One might be to use a file system like Btrfs. It has a way to track changes on all files if you wish.


There is an app called timeshift that might work for you.


Use of your package management tool might help as well as using backups.
 
Old 04-03-2014, 02:47 PM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
this what i do to roll my own system restore:
Code:
dd bs=8192 if=/dev/sdd | bzip2 > xbmc-03.25.2013.iso.bz2 # to create the image
bunzip2 -c ./xbmc-03.25.2013.iso.bz2 | dd bs=8192 of=/dev/sdd # to restore the image
this seems related:
http://www.linuxquestions.org/questi...tu-4175452606/

Last edited by schneidz; 04-03-2014 at 02:50 PM.
 
Old 04-03-2014, 10:22 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Windows "System Restore" is made necessary by that Windows monstrosity, the Registry.

There is no equivalent to the Registry in Linux, so there is no need for a "System Restore."

Linux configuration data is stored in text files. In most Linux distros, you can fix problems using the file manager or the command line and a text editor. If worse comes to worse, you can boot into "maintenance" or "single user" mode and fix whatever it was that broke using a text editor. If worse comes to worst, you can boot to a Live CD of something (that's a CD that boots directly to an OS contained on the CD, not to the hdd), navigate to the broken text file, and fix it.

In addition, a wise user of any operating system makes regular backups of important data, in case worse comes to worst comes to disaster.

Last edited by frankbell; 04-03-2014 at 10:29 PM.
 
Old 04-03-2014, 10:55 PM   #6
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by vikilinux View Post
In Windows world there is an option called "system restore".
That is needed in Windows, where the OS just goes bonkers sometimes, or rogue applications can screw up the entire OS.

You don't see (or need) a system restore in Linux. Or in any other OS out there to the best of my knowledge, except Windows.
 
Old 04-04-2014, 09:23 AM   #7
ivtec
Member
 
Registered: May 2013
Location: USA
Distribution: Debian-wheezy,,Ubuntu 12.4lts
Posts: 317

Rep: Reputation: Disabled
I have to add to this discussion that Win restore system Sucks i have 5 PCs and have one with Vista and when i do a restore system all it gives back is that crappy software that comes with OEM,so in linux it's much easy to fix system, for me at least.
 
Old 04-04-2014, 03:24 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
I used to have some microvax systems that had the OS on a read only disk. It was the best way I've always thought to keep it secure and safe. Just hard to update.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
System Restore in linux benjix Linux - Newbie 8 04-30-2012 08:32 PM
[SOLVED] system restore ??? in linux acein1 Linux - Newbie 8 11-25-2010 10:19 AM
Is there a Linux equivalent to System Restore HGeneAnthony Linux - General 3 01-21-2007 04:50 PM
System Restore equivelent for Linux? avram Linux - Software 1 10-18-2003 06:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration