DVD Mirrors

hitoht at gmail.com hitoht at gmail.com
Thu May 7 02:50:51 BST 2009


Hi Mahyuddin,

> I want to make Ubuntu DVD mirror, where I can get the address for rsync
> ubuntu dvd? is cdimage.ubuntu.com?

use rsync://cdimage.ubuntu.com/cdimage/releases/

Example;
RSYNCSOURCE="rsync://cdimage.ubuntu.com/cdimage/releases/"
BASEDIR=/extra/data-cdimage-dvd/ubuntu/

# Initialize:
 /usr/bin/touch $BASEDIR/../ubuntumirror.freshness

# Exec:
 /usr/bin/rsync --recursive --times --links --hard-links \
     --stats --delete --delete-after \
         ${RSYNCSOURCE} ${BASEDIR}



More information about the ubuntu-mirrors mailing list