debmirror
This commit is contained in:
parent
bde43a169a
commit
fbaa4e3a00
4 changed files with 49 additions and 58 deletions
|
@ -14,6 +14,7 @@ RTFD
|
|||
public/curl/index
|
||||
public/dd/index
|
||||
public/debian/index
|
||||
public/debmirror/index
|
||||
public/debootstrap/index
|
||||
public/dns/index
|
||||
public/docker/index
|
||||
|
|
|
@ -3,7 +3,6 @@ debian
|
|||
|
||||
.. toctree::
|
||||
|
||||
mirror
|
||||
packages
|
||||
repositories
|
||||
system
|
||||
|
|
|
@ -1,57 +0,0 @@
|
|||
******
|
||||
Mirror
|
||||
******
|
||||
|
||||
apt-mirror
|
||||
==========
|
||||
|
||||
.. todo:: syntax
|
||||
|
||||
debmirror
|
||||
=========
|
||||
|
||||
traditional
|
||||
-----------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
debmirror \
|
||||
--source \
|
||||
--method="http" \
|
||||
--host="sous.domaine.tld" \
|
||||
--root="chemin/ressource" \
|
||||
--dist="stretch" \
|
||||
--section="main" \
|
||||
--keyring="/etc/apt/trusted.gpg" \
|
||||
--arch="amd64" \
|
||||
--check-gpg \
|
||||
--checksums \
|
||||
--diff="none" \
|
||||
--postcleanup \
|
||||
--progress \
|
||||
--rsync-extra="none" \
|
||||
--timeout=360000 \
|
||||
--verbose \
|
||||
"répertoire_miroirs/nom" \
|
||||
|
||||
debian only
|
||||
-----------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
--di-arch="arches" \
|
||||
--di-dist="stretch" \
|
||||
--i18n \
|
||||
--keyring="/usr/share/keyrings/debian-archive-keyring.gpg" \
|
||||
|
||||
violations
|
||||
----------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
--no-source \
|
||||
--method="https" \
|
||||
--root="/" \
|
||||
--ignore-missing-release \
|
||||
--dist="nom,chemin/ressource" \
|
||||
--section="autre,1.2/main" \
|
48
docs/public/debmirror/index.rst
Normal file
48
docs/public/debmirror/index.rst
Normal file
|
@ -0,0 +1,48 @@
|
|||
debmirror
|
||||
=========
|
||||
|
||||
traditional
|
||||
-----------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
debmirror \
|
||||
--source \
|
||||
--method="http" \
|
||||
--host="sub.domain.tld" \
|
||||
--root="path/resource" \
|
||||
--dist="buster" \
|
||||
--section="main" \
|
||||
--keyring="/etc/apt/trusted.gpg" \
|
||||
--arch="amd64" \
|
||||
--check-gpg \
|
||||
--checksums \
|
||||
--diff="none" \
|
||||
--postcleanup \
|
||||
--progress \
|
||||
--rsync-extra="none" \
|
||||
--timeout=360000 \
|
||||
--verbose \
|
||||
"mirrors_directory/name"
|
||||
|
||||
debian only
|
||||
-----------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
--di-arch="arches" \
|
||||
--di-dist="buster" \
|
||||
--i18n \
|
||||
--keyring="/usr/share/keyrings/debian-archive-keyring.gpg" \
|
||||
|
||||
violations
|
||||
----------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
--no-source \
|
||||
--method="https" \
|
||||
--root="/" \
|
||||
--ignore-missing-release \
|
||||
--dist="name,path/resource" \
|
||||
--section="other,1.2/main" \
|
Loading…
Reference in a new issue