Remember in linux, we do not have registry. All settings are in file based. Only when online, some of the files in /dev and /proc are temporary files created during execution. They can usually be able to back up.
So realtime backup is possible作者: 角色 時間: 2011-9-17 06:53
Many Thanks.
YH作者: ckleea 時間: 2011-9-17 06:56
The next question is how to quickly restore your system
1. ghost or true image backup / restore is easy to perform and usually very fast. One of the drawbacks I encountered before is the partition after restore may not be bootable in a multi boot environment. Very often when a partition is deleted and re-created, the order in partition table may be changed. In my case, I always write the linux grub boot loader in /dev/sda? or /dev/hda? instead of the MDR i.e. /dev/sda or dev/hda. Hence, this changes in order may result in not bootable restore
2. If I use script, I can control the location of restore and then issue command like this
grub-install --recheck
grub-install /dev/sda1
the first command shows me the bootable partition.作者: ckleea 時間: 2011-9-17 10:01
For ghost and True image backup, you need to shut down your linux server and reboot into the program作者: bubblestar 時間: 2011-9-17 17:34