mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
翻译完成 by Times
This commit is contained in:
parent
febcbfbc7e
commit
c52bfb6682
@ -1,44 +0,0 @@
|
||||
Daily Ubuntu Tips – Restore Your Machine To A Previous State
|
||||
================================================================================
|
||||
When you compare Windows and Ubuntu, you’ll see that Windows has many advantages over Ubuntu and maybe Ubuntu has few over Windows as well. But one feature that stands out is the ability to restore your machine to a previous state. Windows has had this feature going back to Windows XP and worked great at times and can save your a lot of time when you need to fix issues.
|
||||
|
||||
Ubuntu on the other hand don’t have it. You can’t just restore your machine to a previous state in Ubuntu. You may be able to restore individual files and folders but not the entire machine like what Windows does.
|
||||
|
||||
Well, thanks to [TimeShift][1], you may just be able to restore your entire Ubuntu machine to a previous state like Windows. TimeShift may not give you all the benefits that you get in Windows, but it’s a step closer.
|
||||
|
||||
TimeShift is a open source application that provides the same function as Windows Restore in Windows or Time Machine in Mac OS X. It takes snapshots of you system at scheduled time that can be restore in the event you need to undo changes that were made after a snapshot.
|
||||
|
||||
To install TimeShift in Ubuntu, run the command below to add its PPA archive.
|
||||
|
||||
sudo apt-add-repository -y ppa:teejee2008/ppa
|
||||
|
||||
Next, run the commands below to update your system as well as install TimeShift.
|
||||
|
||||
sudo apt-get update && sudo apt-get install timeshift
|
||||
|
||||
After installing it, go to Unity Dash and search for TimeShift. Next launch it and set your preferred settings. When it first launch it may take few minutes scanning your machine for available space and files to backup.
|
||||
|
||||
![](http://www.liberiangeek.net/wp-content/uploads/2013/10/timeshiftubuntu.png)
|
||||
|
||||
If you like the default settings, you can keep. To perform immediate backup, click the Backup button at on the menu. You’ll use the same apps to restore your machine in the event you need to.
|
||||
|
||||
Enjoy!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.liberiangeek.net/2013/10/daily-ubuntu-tips-restore-machine-previous-state/
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
译者:[Timeszoro](https://github.com/Timeszoro) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
[1]:http://teejeetech.blogspot.com/2013/10/introducing-timeshift.html
|
||||
[2]:
|
||||
[3]:
|
||||
[4]:
|
||||
[5]:
|
||||
[6]:
|
||||
[7]:
|
||||
[8]:
|
||||
[9]:
|
||||
[10]:
|
@ -0,0 +1,47 @@
|
||||
Ubuntu 每日小贴士:将电脑还原到之前的状态
|
||||
================================================================================
|
||||
|
||||
当我们比较windows和ubuntu时,会发现他们各有千秋。在还原到之前状态的能力方面,Windows有时可以很好的还原到Windows XP的状态,这节省了用户很多时间。与此不同的是,Ubuntu并不能让整个系统还原到之前的状态,但是你可以对自己的个人文件或文件夹进行还原。
|
||||
|
||||
|
||||
|
||||
还好多亏了[TimeShift][1],你现在可以像Windows一样将整个Ubuntu系统还原到之前的状态,TimeShift也许没有提供Windows上还原的所有功能,但至少很接近了。
|
||||
|
||||
|
||||
TimeShift是一款开源应用,它提供和Windows上还原系统、Mac上时间机器相同的功能。它会在预定时间对系统进行保存快照处理,并通过撤销掉快照之后的所有操作来实现还原
|
||||
|
||||
|
||||
要安装TimeShift,你需要使用如下命令来添加其PPA包
|
||||
|
||||
sudo apt-add-repository -y ppa:teejee2008/ppa
|
||||
|
||||
然后执行下面的命令来升级系统和安装TimeShift.
|
||||
|
||||
sudo apt-get update && sudo apt-get install timeshift
|
||||
|
||||
安装完之后在Dash中搜索到TimeShift,第一次启动会花费很长时间来扫描你电脑中的文件和可用空间便于备份。
|
||||
|
||||
![](http://www.liberiangeek.net/wp-content/uploads/2013/10/timeshiftubuntu.png)
|
||||
|
||||
启动后可以进行偏好设置,当然你可以保留默认设置如果你喜欢的话,如果你需要备份时可以直接点击菜单上的“备份按钮”,当然你也可以使用这个APP对整个电脑进行还原操作。
|
||||
|
||||
来试试手吧!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.liberiangeek.net/2013/10/daily-ubuntu-tips-restore-machine-previous-state/
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
译者:[Timeszoro](https://github.com/Timeszoro) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
[1]:http://teejeetech.blogspot.com/2013/10/introducing-timeshift.html
|
||||
[2]:
|
||||
[3]:
|
||||
[4]:
|
||||
[5]:
|
||||
[6]:
|
||||
[7]:
|
||||
[8]:
|
||||
[9]:
|
||||
[10]:
|
Loading…
Reference in New Issue
Block a user