记得看目录哦!
- 1. 为什么要阅读Linux内核
- 2. Linux0.01内核源码
- 3. 阅读linux内核源码技巧
- 4. linux升级内核
- 5. linux的备份和恢复
- 5.1 安装dump和restore
- 5.2 使用dump完成备份
- 5.3 使用restore完成恢复
1. 为什么要阅读Linux内核
2. Linux0.01内核源码
3. 阅读linux内核源码技巧
4. linux升级内核
5. linux的备份和恢复
5.1 安装dump和restore
yum -y install dump
yum -y install restore
5.2 使用dump完成备份
dump -0uj -f /opt/boot.bak0.bz2 /boot/
新增文件之后,二次备份
dump -1uj -f /opt/boot.bak1.bz2 /boot/
dump -W
cat /etc/dumpdates
5.3 使用restore完成恢复