2021年5月19日 星期三

如何建立/更新 debian 鏡像站

 如何建立 debian 鏡像站


請將底下指令寫成 getdeb.sh


HOST=opensource.nchc.org.tw

METHOD=http # http, rsync, https

#echo "Don't do this in india"

#exit


debmirror \

        --arch=i386,amd64,armhf,arm64 \

        --dist=bullseye,buster,buster-updates,buster-backports\

        --di-arch=i386,amd64,armhf,arm64 \

        --di-dist=stable,unstable \

        --host=$HOST \

        --root=":debian" \

        --diff=none -p \

        --nosource \

        --method=$METHOD \

        --ignore-missing-release \

        --ignore-release-gpg \

        --ignore-small-errors \

        --section main,contrib,non-free \

        --i18n \

        --ignore-release-gpg /home/ftp/debian/ ;



另存新檔在 /home/ftp 目錄下,然後安裝 debmirror 套件,再執行

/home/ftp # sh getdeb.sh

如此一來即可更新你的 debian 鏡像站。





2 則留言:

  1. 誠摯的邀請喜歡Star Trek的加入
    https://www.facebook.com/groups/pttstartrek 並請 務必 回覆入社3題

    回覆刪除