I'm trying to maintain an rsync mirror of old-releases.ubuntu.com, and when I rsync the /ubuntu/dists directory, I get the same as what's found at . When I visit , I get the versions I expect.
From the rsync path, I get bionic, devel, focal, groovy, etc., but in the https path, I see artful, breezy, cosmic, etc.
Could you confirm whether there's a protocol mismatch, or perhaps I've made a mistake in some way?
Here's what I see:
# rsync -av --delete rsync:// . receiving incremental file list sent 7,044 bytes received 1,647,057 bytes 220,546.80 bytes/sec total size is 66,910,170,553 speedup is 40,451.08 # ls dists bionic focal hirsute trusty bionic-backports focal-backports hirsute-backports trusty-backports bionic-proposed focal-proposed hirsute-proposed trusty-proposed bionic-security focal-security hirsute-security trusty-security bionic-updates focal-updates hirsute-updates trusty-updates devel groovy precise xenial devel-backports groovy-backports precise-backports xenial-backports devel-proposed groovy-proposed precise-proposed xenial-proposed devel-security groovy-security precise-security xenial-security devel-updates groovy-updates precise-updates xenial-updates Thanks, -rob
1 Reset to default