Tools to mirror Linux distro repositories. https://r00t2.io/
Go to file
brent s. 6d384e71ae
version bump
2020-07-07 02:31:01 -04:00
repomirror version bump 2020-07-07 02:31:01 -04:00
.gitignore v1.0.1 2020-06-18 00:29:12 -04:00
LICENSE aaand should add a LICENSE. thanks, amayer! 2020-06-17 20:15:13 -04:00
README dang it, don't need a linebreak there. 2020-06-18 00:40:08 -04:00
example.config.xml typo 2020-06-17 01:37:09 -04:00
reposync v1.0.1 2020-06-18 00:29:12 -04:00
reposync.py v1.0.1 2020-06-18 00:29:12 -04:00
requirements.txt adding requirements.txt ... thanks, amayer. 2020-06-17 20:43:28 -04:00
setup.py v1.0.1 2020-06-18 00:29:12 -04:00

README

This project will let you mirror a Linux distribution's repository/repositories (or BSD, etc.).


Features:

* Logging
* RSync or FTP supported (RSync mirrors require rsync to be installed and in the $PATH environment variable) (HTTP/HTTPS cannot and will not be supported as there's no real way to do it reliably and efficiently.)
* Locking - prevent a specific distribution from syncing if it is currently being synced but allow other distributions to sync
* Customizable rsync arguments
* Changing of directory/file ownership per-distribution
* Mount-checking per-distribution - a distribution will be skipped if its designated mountpoint is not mounted
* Synchronization checks - timestamp files can be read and written and are used to determine if a sync should take place or not
** TODO: customizable "staleness" of repos (e.g. sync if timestamp X is older than timestamp Y on server)


Configuration/Deployment:

See example.config.xml for details on a configuration file, as it's extensively commented and won't be covered in this README.

You can also run reposync -h (or reposync --help) to see all supported options.

You may take special interest in repomirror/utils/find_fastest_upstream/ scripts as they're pre-written to find the fastest (in theory) upstream you can use. Currently only Arch Linux and CentOS have scripts written, but I'll gladly try to add other distros if you open a feature request (see below). You can run -h/--help to see the supported options (there aren't many).


Bugs/Feature Requests:

Please use my tracker at https://bugs.square-r00t.net/index.php?project=14 or, if you prefer to not create an account, simply email me at bts(at)square-r00t[dot]net.


Sources:

This project can be found at/cloned from:

* https://git.square-r00t.net/RepoMirror
* git://git.square-r00t.net/repomirror.git

And has a mirrored repository on GitHub (Issues/Wiki/etc. disabled) at:

* https://github.com/johnnybubonic/repomirror

It can also be found on PyPi at:

* https://pypi.org/project/repomirror/