rsync from 10.4 to current daily?

John dingo at coco2.arach.net.au
Wed Oct 6 01:38:37 UTC 2004


Jim Cheetham wrote:
> OK, I've got the 10.4 warty iso file, and I wanted to try the latest 
> daily build on a new install I'm trying ...
> 
> The wiki suggests that I can rsync the daily file ...
> $ rsync archive.ubuntu.com:/cdimage/daily/current/warty-i386.iso .
> 
> But I get no response ... only [SYN]s sent, no [ACK]s, so there's no 
> rsync server listening there ...
> 
> $ rsync cdimage.ubuntu.com:/daily/current/warty-i386.iso . doesn't work 
> either ...
> 
> What's the correct way to rsync the daily builds?

This works for me:
summer at Echidna:~$ crontab -l
HOME=/home/summer
PATH=/bin:/usr/bin:/usr/local/bin:/home/summer/bin

0 23 * * * mirror
30 03 * * * bin/get.warty
summer at Echidna:~$ cat bin/get.warty
#!/bin/bash
time \
rsync --times --perms --links --partial --block-size=2048 \
 
rsync://archive.ubuntulinux.org/cdimage/daily/current/warty-i386.iso\
         warty
summer at Echidna:~$ bin/get.warty

real    8m12.430s
user    0m37.130s
sys     0m51.210s
summer at Echidna:~$








More information about the ubuntu-users mailing list