From fe73fea73b2462f68ca89fb0f586b2778c1970c0 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sun, 29 Dec 2013 17:39:16 +0300 Subject: [PATCH] aptly mirror update [ci skip] --- README.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.rst b/README.rst index b5f14ebc..8d4ca5f6 100644 --- a/README.rst +++ b/README.rst @@ -68,4 +68,29 @@ Example:: Mirror [debian-main]: http://ftp.ru.debian.org/debian/ squeeze successfully added. You can run 'aptly mirror update debian-main' to download repository contents. +``aptly mirror update`` +^^^^^^^^^^^^^^^^^^^^^^^ +Updates (fetches packages and meta) remote mirror. When mirror is created, it should be run for the +first time to fetch mirror contents. This command could be run many times. If interrupted, it could +be restarted in a safe way. + +Usage:: + + $ aptly mirror update + +Params are: + +* ``name`` is a mirror name (given when mirror was created) + +All packages would be stored under aptly's root dir (see section on Configuration). + +Example:: + + $ aptly mirror update debian-main + + 2013/12/29 18:32:34 Downloading http://ftp.ru.debian.org/debian/dists/squeeze/Release... + 2013/12/29 18:32:37 Downloading http://ftp.ru.debian.org/debian/dists/squeeze/main/binary-amd64/Packages.bz2... + 2013/12/29 18:37:19 Downloading http://ftp.ru.debian.org/debian/pool/main/libg/libgwenhywfar/libgwenhywfar47-dev_3.11.3-1_amd64.deb... + .... +