Yum Repo Sync Code
Brought to you by:
rodrigoluis
File | Date | Author | Commit |
---|---|---|---|
ChangeLog | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
FAQ.txt | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
INSTALL | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
INSTALL.pt_BR.txt | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
Makefile | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
README | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
README.config | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
README.pt_BR.txt | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
TODO | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
gpl.txt | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
yum-repo-sync.conf | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
yum-repo-sync.sh | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
yum-repo-sync.spec | 2011-01-18 |
![]() |
[4bb2a3] Version 2.0 |
Yum-Repo-Sync yum-repo-sync provides one easy way to create and maintain a local repository to YUM, here you will learn how to install and use Yum-Repo-Sync. The program basically consists of two parts, the script itself and a configuration file, the script will read the configuration file to obtain the necessary information and uses rsync to download the files. The config file can be locate in /etc/sysconfig/yum-repo-sync, the file is very easy. The config file is pre-configured with several repositories, but disabled per default, to enable edit the config file and change the line ENABLE_D from false to true. If you need only one repository you can add one line ENABLE_n="true", the n is the sequential number of the repository. License This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.