Warren Turkal <[EMAIL PROTECTED]> writes:
> To hack around the problem, my debmirror script looks like this.
>
> #!/bin/bash
> SERVER=ftp.debian.org
> SERVER_DIR=/debian
> DIR=/srv/ftp/debian
>
> debmirror --progress --host=$SERVER --method=ftp \
> --root=$SERVER_DIR --section=main
To hack around the problem, my debmirror script looks like this.
#!/bin/bash
SERVER=ftp.debian.org
SERVER_DIR=/debian
DIR=/srv/ftp/debian
debmirror --progress --host=$SERVER --method=ftp \
--root=$SERVER_DIR --section=main \
--arch=i386 --dist=etch --postcleanup \
2 matches
Mail list logo