On 06/28/2015 10:24 AM, Andrei Borzenkov wrote:
В Sun, 28 Jun 2015 09:43:30 -0700 Lew Wolfgang <wolfgang@sweet-haven.com> пишет:
Hi Folks,
My latest task is to set up an off-line openSuSE repository to serve a subnet without any connections to the outside. Updates to the repository will have to happen via "sneaker-net" with DVD or BlueRay data disks.
I've got most of it done by first creating a local repository of the modules that I need. This has gone well using rsync, allowing me to download only the deltas going forward. But I'm having trouble downloading the nvidia repository.
The public url as reported by zypper seems to be:
http://download.nvidia.com/opensuse/13.2/
But there are no files there. There are, just directory listing is not possible. You can use FTP link
ftp://download.nvidia.com/opensuse/13.2
Hi Andrei, Perfect! This is the next best thing to having rsync. wget -r -nH --cut-dirs=1 ftp://download.nvidia.com/opensuse/13.2 Thanks for the advice. Regards, Lew -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org