El 11/07/2013 9:08, gutl-l-requ...@jovenclub.cu escribió:
Send Gutl-l mailing list submissions to
        gutl-l@jovenclub.cu

To subscribe or unsubscribe via the World Wide Web, visit
        https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l
or, via email, send a message with subject or body 'help' to
        gutl-l-requ...@jovenclub.cu

You can reach the person managing the list at
        gutl-l-ow...@jovenclub.cu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gutl-l digest..."


Asuntos del día:

    1. Re: Crear Repo (Ernesto Luis Acosta Valdés)
    2. Re: Doc Proxmox (Eduardo R. Barrera Pérez)
    3. Re: Sources.list en Debian7 (Hugo Florentino)
    4. Re: Crear Repo (Alberto José García Fumero)
    5. problemas en hacer un backup (Ing. Armando Ramos Roche)
    6. Usemos Linux: Solucin al error "failed to create OpenGL     devi
       [...] (låzaro)
    7. Re: problemas en hacer un backup (låzaro)


----------------------------------------------------------------------

Message: 1
Date: Wed, 10 Jul 2013 16:58:19 -0400
From: Ernesto Luis Acosta Valdés <e...@casa.co.cu>
To: Lista cubana de soporte técnico en Tecnologias Libres
        <gutl-l@jovenclub.cu>
Subject: Re: [Gutl-l] Crear Repo
Message-ID: <5144982.ZAirRHkK6P@vostro>
Content-Type: text/plain; charset="iso-8859-1"

El Miércoles, 10 de julio de 2013 04:54:24 PM Lenox Martínez Peralta escribió:
Hola lista, alguien pudiera decirme como era que se llamaba el programa para
crear repositorios,

Salu2 y Gracias
¿Cual de ellos? Reprepro es uno

El programa para crear el repo es debmirror, crea el script a tu gusto, ejemplo:

#!/bin/sh

# Mirror host
FROM=ftp.debian.org

# Archive location
TO=/home/repositorios/debian

# -----

LOGDIR=/var/log/repo/debian
LOGFILE=debian.log

# Main archive
debmirror \
    --passive \
    --md5sums \
    --progress \
    --verbose \
    --host=$FROM \
    --root=debian \
    --dist=wheezy \
    --section=main,contrib,non-free \
    --arch=i386,amd64 \
    --timeout=1600  \
    --method=http \
    --postcleanup \
    --nosource \
    --getcontents \
    --ignore-missing-release \
    --ignore-release-gpg \
    --ignore-small-errors \
    --ignore=tools/* \
    --ignore=doc/* \
    --ignore=ls-lR* \
    --ignore=README* \
    $TO >>$LOGDIR/$LOGFILE 2>&1

#[ $? -eq 0 ] && rsync -lptgoD --delete -v -r rsync://$FROM/debian/tools/ $TO/tools/ >>$LOGDIR/$LOGFILE 2>&1 #[ $? -eq 0 ] && rsync -lptgoD --delete -v -r rsync://$FROM/debian/doc/ $TO/doc/ >>$LOGDIR/$LOGFILE 2>&1 #[ $? -eq 0 ] && rsync -lptgoD --delete -v rsync://$FROM/debian/README* $TO >>$LOGDIR/$LOGFILE 2>&1

(cd $LOGDIR; savelog $LOGFILE)

--
Saludos,
          Lic. Emilio Márquez Infante



--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.

______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l

Responder a