1、安装ReaR
# yum install rear genisoimage syslinux
2、配置文件
????这里使用USB设备进行系统备份,生成救援系统ISO镜像和系统备份集
/etc/rear/local.conf
BACKUP=NETFS
BACKUP_URL=file:///run/media/root/SUM1/backup? ? ## 该路径为U盘路径且格式化为ext3/4;
3、运行完全备份(生成救援镜像和备份文件集)
[root@bogon ~]# rear -v mkbackup
4、拆分备份集为小文件
[root@bogon ~]# split -b 4G -d backup.tar.gz "backup.tar.gz.part"
5、将iso及备份文件集保存到外部存储
[root@bogon centos backup]# cd /run/media/root/USB\ DISK/centos\ backup/
[root@bogon centos backup]# ls -al
总用量 8172688
drwxr-xr-x 2 root root? ? ? 16384 6月? ?4 11:45 .
drwxr-xr-x 4 root root? ? ? 16384 6月? ?4 11:55 ..
-rw-r--r-- 1 root root 4294967295 6月? ?4 11:43 backup.tar.gz.part00
-rw-r--r-- 1 root root 3752108928 6月? ?4 11:47 backup.tar.gz.part01
-rw-r--r-- 1 root root? ? ? ? 202 6月? ?4 11:02 README
-rw-r--r-- 1 root root? 320899072 6月? ?4 11:02 rear-localhost.iso
-rw-r--r-- 1 root root? ? ?766726 6月? ?4 11:02 rear-localhost.log
-rw-r--r-- 1 root root? ? ? ? 278 6月? ?4 11:02 VERSION