Welcome to the Linux Foundation Forum!
Local Repository
rahul_rajjain@yahoo.co.in
Posts: 4
Hi,
I am using opensuse 11.3,i have to minimise to use of nternet bandwidth so I have configured local repository by using opensuse dvd.now i want to update this local repository by internet in only repository server.so users can get updated packages from local repository..
Please suggest how can i do this.
0
Comments
-
rahul_rajjain@yahoo.co.in wrote:Hi,
I am using opensuse 11.3,i have to minimise to use of nternet bandwidth so I have configured local repository by using opensuse dvd.now i want to update this local repository by internet in only repository server.so users can get updated packages from local repository..
Please suggest how can i do this.
I'm not sure I understood what you need.
If you plan on building a local copy of an already existing repo on internet you have many tools for that:wget -m
Is used for mirroring a website/ftpserverrsync
Is a tool used for mirroring files as well...
Regards0 -
thanks Marc,
yes i want to make local copy of repository,which is already exist on opensuse website,and it should be synchronise by Internet repo .
Can u tell me full command of rsync.
i used
rsync -av http://download.opensuse.org/update/11.3/ /srv/www/suse_repo
my local path is /srv/www/suse_repo0 -
rahul_rajjain@yahoo.co.in wrote:thanks Marc,
yes i want to make local copy of repository,which is already exist on opensuse website,and it should be synchronise by Internet repo .
Can u tell me full command of rsync.
i used
rsync -av http://download.opensuse.org/update/11.3/ /srv/www/suse_repo
my local path is /srv/www/suse_repo
Using rsync is a bit more complicated as you need the website to provide a module for you to rsync. You can check
http://en.opensuse.org/openSUSE:Mirror_infrastructure
And use something likersync -rlpt rsync.opensuse.org::opensuse-updates/11.3 /repo
Check the manuals! Or you could try wget as well
Regards0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 107 Mobile Computing
- 18 Android
- 74 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 964 Programming and Development
- 310 Kernel Development
- 636 Software Development
- 986 Software
- 378 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)