Instructions for using rsync://files.intevation.de/files/projects/kolab/old/ ============================================================================ The structure of the directories below /server is optimized to be downloaded via rsync. Many directories only contain symbolic links, so identical files do not have to be downloaded twice. To list the complete kolab tree: $ rsync -l -rtzvP rsync://files.intevation.de/files/projects/kolab/old/ (Option '-l' to transfer symlinks as symlinks when mirroring) To list only the 2.2.0 release source packages: $ rsync -L -rtzvP rsync://files.intevation.de/files/projects/kolab/old/server/release/kolab-server-2.2.0/sources/ To list only the current 2.2.x source packages: $ rsync -L -rtzvP rsync://files.intevation.de/files/projects/kolab/old/server/development-2.2/current/sources/ To list only the current 2.2.x Intel x86 Debian 4.0 packages: $ rsync -L -rtzvP rsync://files.intevation.de/files/projects/kolab/old/server/development-2.2/current/ix86-debian4.0/ To list only the server 2.2.1-rc-1 source packages: $ rsync -L -rtzvP rsync://files.intevation.de/files/projects/kolab/old/server/beta/kolab-server-2.2.1-rc-1/sources/ (Option '-L' to transfer the targets of symlinks) If the listing looks ok, you can start the real download by specifying the target directory (which may already exist) at the end, e.g.: $ rsync -options rsync://host/path/ target-dir Mirrors accessible via rsync using above instructions: rsync://ftp.gwdg.de/pub/linux/kolab/