• 2020-03-25
如何备份centos系统

备份centos系统的方法:执行命令【tar cvpzf backup.tgz / --exclude=/proc --exclude=/lost+found --exclude=/backup.tg......

11