How do i copy repos to a local disk?

I figure it is better to ask something silly rather than do something
silly.

How do i copy the OpenSuse 11.1 repos to a local disk to get faster
access?

If i do copy them will i need to copy the oss and non-oss repos again? (I
know i will for update and maybe for others)

Is there a current repo for somewhat older ATI video cards like X1300?

How do i copy the OpenSuse 11.1 repos to a local disk to get faster
access?

Konqueror, Webbrowser, wget, Filezilla… there are many options.

If i do copy them will i need to copy the oss and non-oss repos again? (I
know i will for update and maybe for others)

No, oss and non-oss are static repositories which do not change their content.

Hi
I use the iso image of the DVD for local repositories. Then you could
use rsync to pull in the update repository.
http://en.opensuse.org/Mirror_Selection


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.12-0.7-default
up 2 days 1:41, 2 users, load average: 0.08, 0.03, 0.01
GPU GeForce 8600 GTS Silent - Driver Version: 256.35

On Sun, 27 Jun 2010 18:23:31 GMT, malcolmlewis
<malcolmlewis@no-mx.forums.opensuse.org> wrote:

>

>Hi
>I use the iso image of the DVD for local repositories. Then you could
>use rsync to pull in the update repository.
>http://en.opensuse.org/Mirror_Selection

OK. I have been wanting to learn more about wget. Lets say my target is
/media/vol1; so i should use something like:
‘wget -4 -o wgetlog<date> ftp://ftp.opensuse.org/distribution/11.1/oss
/media/vol1/oss’ ?

What’s the point
Just use the .iso of the DVD

As already suggested

On Tue, 29 Jun 2010 05:56:01 GMT, caf4926
<caf4926@no-mx.forums.opensuse.org> wrote:

>
>What’s the point
>Just use the .iso of the DVD
>
>
>As already suggested

Because i will still need to learn how to copy the repos to accelerate
acquisition of the stuff i want that is not on the DVD.

josephkk@Dumbarton:~> zypper lr -d

| Alias | Name | Enabled |

Refresh | Priority | Type | URI | Service
—±---------------------------±---------------------------±--------±--------±---------±-------±---------------------------------------------------------------------------±-------
1 | Java | Java | No |
No | 99 | rpm-md |
http://download.opensuse.org/repositories/Java:/packages/openSUSE_11.1/ |
2 | openSUSE 11.1-0 | openSUSE 11.1-0 | No |
No | 99 | yast2 | cd:///?devices=/dev/sr0,/dev/sr1,/dev/sr2|
3 | openSUSE-Education Updates | openSUSE-Education Updates | No |
No | 99 | rpm-md |
http://www.opensuse-education.org/download/updates/1.0/11.1 |
4 | openSUSE_11.1 | science | Yes |
Yes | 99 | rpm-md |
http://download.opensuse.org/repositories/science/openSUSE_11.1/ |
5 | openSUSE_11.1_Wine | openSUSE_11.1 Wine | Yes |
Yes | 99 | rpm-md |
http://download.opensuse.org/repositories/Emulators%3A/Wine/openSUSE_11.1/
|
6 | repo | ATI Repository | Yes |
Yes | 99 | rpm-md | http://www2.ati.com/suse/11.1 |
7 | repo-debug | openSUSE-11.1-Debug | No |
No | 100 | NONE |
http://download.opensuse.org/debug/distribution/11.1/repo/oss/ |
8 | repo-non-oss | openSUSE-11.1-Non-Oss | Yes |
Yes | 100 | yast2 |
http://download.opensuse.org/distribution/11.1/repo/non-oss/ |
9 | repo-oss | openSUSE-11.1-Oss | Yes |
Yes | 100 | yast2 |
http://download.opensuse.org/distribution/11.1/repo/oss/ |
10 | repo-source | openSUSE-11.1-Source | No |
No | 100 | NONE |
http://download.opensuse.org/source/distribution/11.1/repo/oss/ |
11 | repo-update | openSUSE-11.1-Update | Yes |
Yes | 30 | rpm-md | http://download.opensuse.org/update/11.1/ |
12 | repo_1 | VideoLan Repository | No |
No | 99 | rpm-md |
http://download.videolan.org/pub/videolan/vlc/SuSE/11.1/ |
13 | repo_2 | Packman Repository | Yes |
Yes | 20 | rpm-md | http://ftp.skynet.be/pub/packman/suse/11.1/
|
14 | repo_3 | openSUSE Education | No |
No | 99 | yast2 |
http://www.opensuse-education.org/download/repo/1.0/11.1 |
josephkk@Dumbarton:~>

Hi
Wget won’t cut it, use rsync as you can then configure up exactly what
you wnat eg on i586, noarch src etc. You then create a local repository
as a plain rpm local repository. Use the DVD iso image as another. For
libdvdcss, just download the src rpm as that’s all you ever need and at
the next release just rebuild it, I’ve used 2.10 for ages now…same
rpm :wink:

Again for the rest, you can use rsync for specific rpm’s, groups etc,
it’s all in the configuration of an rsync script. Maybe a new post over
in the program/script forum asking for some basics to start with?


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.12-0.7-default
up 4 days 10:23, 3 users, load average: 0.02, 0.02, 0.03
GPU GeForce 8600 GTS Silent - Driver Version: 256.35

On Wed, 30 Jun 2010 03:05:43 GMT, malcolmlewis
<malcolmlewis@no-mx.forums.opensuse.org> wrote:

>

>Hi
>Wget won’t cut it, use rsync as you can then configure up exactly what
>you wnat eg on i586, noarch src etc. You then create a local repository
>as a plain rpm local repository. Use the DVD iso image as another. For
>libdvdcss, just download the src rpm as that’s all you ever need and at
>the next release just rebuild it, I’ve used 2.10 for ages now…same
>rpm :wink:
>
>Again for the rest, you can use rsync for specific rpm’s, groups etc,
>it’s all in the configuration of an rsync script. Maybe a new post over
>in the program/script forum asking for some basics to start with?

Hmmm. I guess that is where will go then.

This thread is finished.