-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday, 2020-11-19 at 20:45 +0100, Per Jessen wrote:
Carlos E. R. wrote:
On 19/11/2020 19.24, Per Jessen wrote:
Carlos E. R. wrote:
On 19/11/2020 16.47, Istvan Gabor wrote:
I don't know what "Unknown module 'repositories'" means. Path? It yes, what would be the correct path?
Module is "something" in rsync parlance. I don't see a description in "man rsync", only usage.
man rsyncd.conf
Well, it explains how to create one, but does not say what a module is.
A module is a named rsync unit that represents a certain directory path -
at rsync.o.o we have e.g. "buildservice-repos" which represents a local directory path.
Yes yes, I have a local rsync server and I use modules. I "know" what they are, but not formally. I failed to find a definition in the man pages.
It thinks that your command was trying to access a module on the remote server, but that module does not exist.
Istvan's invocation: rsync -av -n --include-from=filters.txt --prune-empty-dirs rsync://rsync.opensuse.org/repositories/ opensuse/repositories ^^^^^^^^^^^^
That is interpreted as the module.
To create a clone of some repos locally, I think it is best not to use rsync, but some normal download tool like wget. Runs faster.
Nah, use rsync, that is what all our mirrors use. It's the whole reason we provide rsync.opensuse.org for public use.
I tried once and I had to give up. IMO, use it to keep the mirror updated, but not for the initial population.
I suspect that was/is a local problem.
No, the transmission was slow. It spent time thinking whether to download files or not. It was faster to use wget and bypass the redirector. I must have the script somewhere, in an external disk probably. Found it - huh, I have to swithc to Alpine, Thunderbird can no longer cope with long lines: !/bin/bash OPCIONES="--limit-rate=500K --no-parent --no-host-directories --timestamping --no-verbose" time wget --limit-rate=500K --no-parent --no-host-directories --timestamping --reject .mirrorlist,.btih,.meta4,.magnet,.metalink -r http://download.opensuse.org/distribution/13.1/repo/non-oss/ time wget --limit-rate=500K --no-parent --no-host-directories --timestamping --reject .mirrorlist,.btih,.meta4,.magnet,.metalink -r http://download.opensuse.org/distribution/13.1/repo/oss/ time wget --limit-rate=500K --no-parent --no-host-directories --timestamping --reject .mirrorlist,.btih,.meta4,.magnet,.metalink -r http://download.opensuse.org/update/13.1/ echo "non-oss" | tee -a wget.log echo | tee -a wget.log time wget --limit-rate=500K --no-parent --no-host-directories --timestamping -r http://download.opensuse.org/distribution/13.1/repo/non-oss/ --append-output=wget.log echo >> wget.log echo "=====================================" >> wget.log echo >> wget.log ... My notes do not contain how/if I tried first with rsync. Possibly I asked about this in the mail list - yes, found it, 2016-01-28, but no record of the rsync command I tried. - -- Cheers, Carlos E. R. (from openSUSE 15.1 x86_64 at Telcontar) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCX7bSeBwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVxgkAniar3e1jw3fqJJqXtrDL i5i6JYovAJ4ghV34OBtaruGL8cZxDC4lKaPvWQ== =8lJk -----END PGP SIGNATURE-----