Easy. Read here: openSUSE:Mirror infrastructure - openSUSE.
Caveat: You will have a problem to carry your downloaded stuff home. OSS repo for 11.3 32Bit is approx. 9GB. Updates are 6GB at this time. You will need an external HD drive to store and carry.
Example (full repo 11.1 to 11.3, 188GB):
Code:
prompt> cat rsync-distro
#!/bin/bash
# rsync the SuSE distro
#
rsync -rlpt --exclude-from="/drive/distro-excludelist" -hi --stats \
rsync.opensuse.org::opensuse-full /drive/repo
Code:
prompt> cat distro-excludelist
/opensuse/distribution/11.4-Milestone1
/opensuse/distribution/11.4-Milestone2
/opensuse/distribution/11.4-Milestone3
/opensuse/distribution/11.4-Milestone4
/opensuse/distribution/11.4-Milestone5
Add everything not absolutely needed to distro-excludelist.
Bookmarks