centos7备份与还原

备份:

# cd /
# tar -zcvpf centos7.tgz --exclude=/proc --exclude=/lost+found --exclude=/mnt --exclude=/sys --exclude=centos7.tgz

还原:

tar -zcvpf backup.tar.gz -C /
 

 

转自:https://blog.csdn.net/weixin_34129696/article/details/94294703

posted @ 2020-05-28 10:19  大大怪上士  阅读(507)  评论(0)    收藏  举报