Re: http mirror
Mats O Jansson <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 14 Jul 2008, [email protected] wrote: > HALLLOOOOO !!!!! > > what is wrong with you? i try to help openbsd > and you don't help me to get openbsd files? > tell me how to sync files. i can't find the right command. > > brrr > Reading the rsync man page it took me less than five minutes to get a sync starting mkdir OpenBSD cd OpenBSD rsync -avz rsync://anga.funkfeuer.at/OpenBSD/ ./ an alternate version of the command would be rsync -avz anga.funkfeuer.at::OpenBSD ./ No username or password needed. ./ could be replaced with a fixed path. ftp.html gave me anga.funkfeuer.at as a Second Level Mirror in Vienna, Austria. -moj