久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      如何備份centos系統(tǒng)

      如何備份centos系統(tǒng)

      可以使用tar備份,方法如下:

      1、使用root用戶切換到根目錄;

      2、然后,使用下面的命令備份完整的系統(tǒng):

      tar cvpzf backup.tgz / --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys

      或者

      tar cvpzf /state/partition1/home/backup.tgz / --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys

      這種方式的特點(diǎn):

      1、保留權(quán)限;

      2、適合備份整個(gè)目錄;

      3、可以選擇不同的壓縮方式;

      4、如果選擇不壓縮還能實(shí)現(xiàn)增量備份,部份還原,參考man tar。

      推薦教程:centos教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)