Hi!
I want to rsync “ONLY 13.2 version” to my nas from rsync.opensuse.org (during nights) to make installations/updates faster on my home lab but there are only a few options and none of them fits my needs.
The options are: (copy/paste from here)
opensuse-updates 241.09G
buildservice-repos-main 659.59G
opensuse-tube 0
opensuse-hotstuff-640gb 177.67G
opensuse-hotstuff-320gb 120.77G
opensuse-hotstuff-160gb 71.34G
opensuse-hotstuff-80gb 39.81G
opensuse-hotstuff-30gb 20.27G
I tried the two last, 30gb and 80gb, and both mirrors 13.2 and 13.1 but debug folders only. I want to mirror only /update/13.2, is there any way to do it?
Another way to get this is “wget --mirror ftp.uni-erlangen.de/pub/mirrors/opensuse/update/13.2/” but if the ftp is down or very slow it can take ages to complete. Plus I don’t know how much GB will be downloaded and it will download everything, not just “hotstuff”
I wanna try to do an “rsync -rlpt rsync.opensuse.org::opensuse-hotstuff-80gb /home/repo/updates --delete-after -hi --stats” but only for folders (don’t know how), then make any folder that I don’t wanna download read only, and then rsync in normal mode. Any advice to do so, is it possible?