It is so weird that I'm not able to enter Chinese with iPad. That ’ s why I ’ m using English. I hope you wouldn ’ t mind or think I ’ m showing off.
We set up a demo laptop in the company. But sometimes developers also use that laptop to test their new stuffs which is, though not prohibited, IMHO a bad practice.
Recently, someone tried to upgrade the NVIDIA driver and messed up the whole system. It costed 2 hours of my personal time to restore the system to where it used to be. I hate to clean up shit like this.
In Windows7 I can use GHOST to backup the whole disk and deploy in minutes. What is the proper way to badkup Ubuntu? THANK
1
hexingb 2019-04-26 13:35:29 +08:00
attach a new disk and dd if=/dev/original/disk of=/a/path/in/new/disk bs=256M ? i'm just kidding if it fails. :)
|
2
chinesestudio 2019-04-26 13:39:43 +08:00 via Android
clonezilla
|
3
flynaj 2019-04-26 13:43:33 +08:00 via Android
clonezilla or dd
|
4
dragon11 2019-04-26 13:45:06 +08:00
英语不好就直接中文给你说吧。
Linux dd 命令可以整个硬盘备份,实际测试过 Linux 电脑的直接全部备份到新的硬盘,备份后新硬盘可以直接使用。 dd if=/dev/olddisk of=/dev/newdisk |
5
dangyuluo OP |
7
flynaj 2019-04-26 15:00:04 +08:00
帮你 google 了一下,应该是这个 heartbeat+drbd https://unixboy.iteye.com/blog/515739
|
8
kuichieh 2019-04-27 01:50:47 +08:00 via Android
U 盘启动 + dd
|