So, I was looking to setup a mirror for both Tumbleweed and Slowroll. But looking at the documentation for setting up a mirror, I am a bit confused: openSUSE:Mirror infrastructure - openSUSE Wiki
I seen the opensuse-full-with-factory module looks to be the only one that includes Tumbleweed, but i assume it also includes Leap, which I do not want to mirror.
What rsync command would i use to just mirror Tumbleweed?
What rsync command would i use to just mirror Slowroll?
(both Repositories and ISOs)
@malcolmlewis Sorry, I should have been more clear. I already have a web server running since i have a couple other distros mirrored already, although that link we will be helpful for registering a public mirror later as i seen it on the bottom of the page.
I am just confused which module/what options i should be using with rsync to get my desired result of mirroring only Tumbleweed/Slowroll. I would like the mirror the following only:
This is article about openSUSE mirror infrastructure, not about basic rsync usage. You are expected to know it already.
It is. Module name is wrong, paths inside module are wrong.
You can use multiple rsync invocations or you can use --include and/or --exclude in one rsync invocation. It is really up to you and your rsync skills. As there is limit on number of simultaneous connections, using single invocation with --include/--exclude is likely more appropriate.