Обновление репозитория Ubuntu с помощью debmirror
Перейти к навигации
Перейти к поиску
Необходимо установить пакет debmirror
aptitude install debmirror
Затем воспользоваться вот такой строкой
debmirror -p --verbose --nosource --host=[откуда] --root=[из какой папки] --method=[метод доступа, http,ftp] --dist=hardy,hardy-updates,hardy-backports,hardy-security --section=main,multiverse,restricted,universe --arch=i386 --postcleanup --ignore-release-gpg [куда скачивать]
Пример (всё одна строка):
debmirror -p --verbose --nosource --host=ubuntu.nnov.ru --root=/ubuntu/hardy --method=http
--dist=hardy,hardy-updates,hardy-backports,hardy-security --section=main,multiverse,restricted,universe
--arch=i386 --postcleanup --ignore-release-gpg /home/ftp/hardy/
данную строчку можно добавить в cron, для поддержания актуальности репозитория